-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpKernel] Fix collecting uploaded files #29183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Q | A |
---|---|
Branch? | master |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #29178 |
License | MIT |
Doc PR | symfony/symfony-docs#... |
src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ro0NL!
Yes, all good now 👍 |
Per #29183 (comment) logic should be rercursified. status: needs work |
status: needs review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested successfully in a 4.2-beta1 app. Thanks again Roland!
is this a bug affecting only 4.2 ? |
@stof yes |
Thank you @ro0NL. |
This PR was squashed before being merged into the 4.2-dev branch (closes #29183). Discussion ---------- [HttpKernel] Fix collecting uploaded files | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #29178 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- a439681 [HttpKernel] Fix collecting uploaded files