Skip to content

🐛 Fix request content check edge case #20

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

Merged
merged 1 commit into from
Aug 31, 2017
Merged

🐛 Fix request content check edge case #20

merged 1 commit into from
Aug 31, 2017

Conversation

shouze
Copy link
Member

@shouze shouze commented Aug 31, 2017

Looks like ->request->all() (parameter bag) was returning a non empty parameter bag (with content copied inside it for example).

That's no more the case with recent symfony releases.

So, checking the real content of the request body instead as it should have been done.

@shouze shouze self-assigned this Aug 31, 2017
@shouze shouze requested a review from tyx August 31, 2017 15:12
Looks like ->request->all() (parameter bag) was returning a non empty paramater bag
(with content copied inside it for example).

That's no more the case with recent symfony releases.

Checking the real content of the request body instead as it should have been done.
@tyx tyx merged commit ebbe68b into ubirak:master Aug 31, 2017
@shouze shouze deleted the fix/request-content-edge-case branch August 31, 2017 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants