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
The error page generated by UnsupportedBrowserHandler doesn't add a Content-Type header. Thus chrome offers the page for download instead of displaying the error message.
Reproduce:
Configure chrome developer tools to use an ancient browser (e.g. IE 7)
The error page generated by UnsupportedBrowserHandler doesn't add a Content-Type header. Thus chrome offers the page for download instead of displaying the error message.
Reproduce:
Can be fixed by adding
Affected Versions: all (even UnsupportedBrowserHandler in Vaadin 8 seems affected although I found the bug evaluating a Vaadin 14 application).
The text was updated successfully, but these errors were encountered: