]> source.dussan.org Git - vaadin-framework.git/commit
fix: Don't serve directories as static files (#12514) 7.7 7.7.31
authorTatu Lund <tatu@vaadin.com>
Tue, 8 Feb 2022 13:50:49 +0000 (15:50 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 13:50:49 +0000 (15:50 +0200)
commit2790b45292183262cc040aab6e59bec2db3e7d8f
tree0798decc9c85fe58bbaa7897273bcd495d80577f
parent85bbd90bffea15726888890c737b490df0b53daf
fix: Don't serve directories as static files (#12514)

Modified and simplified from #12325 to work with Java 6.
server/src/main/java/com/vaadin/server/VaadinServlet.java
server/src/test/java/com/vaadin/server/VaadinServletTest.java
server/src/test/java/com/vaadin/server/WarURLStreamHandlerFactory.java [new file with mode: 0644]