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
[httpFoundation] Request::getPreferredFormat() - Submit form, force to download render page with IE7 or IE 11 (with strategy GPO to emulate IE7) #34857
Symfony version(s) affected: 4.4.1
php 7.2.25 or 7.2.9
Description
If you try to submit form with bad value, like a empty value with the Assert\NotBlank when you submit the form, only on IE 11 (with strategy GPO to emulate IE7) or IE 7 the render page is forced to download.
On chrome , EDGE, Firefox the render is correct with the message "This value should not be blank."
The same code and apache config with symfony 4.3.x work correctly
I try to change or remove .htaccess (provide to apache-pack) same result
I try to change Constraint NotBlank annotation to php style or YAML same result