You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue that prevent the validation of requests due to an iteration over the ParametersChain instead of the collection generated by ParametersChain::getParameters.
[+++][FIX][Validator] Fix an issue with Symfony 3.3
Symfony 3.3 remove the Content-Type and Content-Length headers when the status code is 204 or 304 or in the informational range (1xx). This commit handle those cases.