-
Notifications
You must be signed in to change notification settings - Fork 101
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
Static file server seems to not work when accessed via /vaadinServlet
#851
Comments
Hi @fluorumlabs , could you please tell which version of Vaadin have you chosen? Thanks, |
I've been testing with Vaadin 20.0.0.beta1 / Flow 7.0.0.beta3 |
I understand that it is related to #802, when using |
It's not related to Spring Security.
|
Ok. Great. Thanks for point it out, @fluorumlabs. |
So, when accessing the vaadin servlet directly (as it is published at Removing the servlet path when calling The described behavior is the same for V14 |
To be re-tested with latest Vaadin version (23.2). |
Why should this work? /vaadinServlet/ should preferrably not even be available for direct use |
Steps to reproduce:
http://localhost:8080/vaadinServlet
http://localhost:8888/vaadinServlet/images/logo.png
returns HTML.The text was updated successfully, but these errors were encountered: