]> source.dussan.org Git - vaadin-framework.git/commit
Decode filename before finding resource (#15407)
authorArtur Signell <artur@vaadin.com>
Thu, 15 Jan 2015 19:59:00 +0000 (21:59 +0200)
committerpatrik <patrik@vaadin.com>
Thu, 13 Aug 2015 12:35:34 +0000 (15:35 +0300)
commit7881f7bc6b86c07ec53a83d0752697426a89d337
tree42b155096bfad7d467e8b2a044607d357c794616
parent9c336ba67e02fa3437159ea7c5977766a2f87763
Decode filename before finding resource (#15407)

Change-Id: I6ea35a780f3dfdcef299919c1249e9104341f99e
WebContent/VAADIN/themes/tests-tickets/folder with space/resource with special $chars@.txt [new file with mode: 0644]
WebContent/VAADIN/themes/tests-tickets/ordinary.txt [new file with mode: 0644]
WebContent/VAADIN/themes/tests-tickets/percentagein%20name.txt [new file with mode: 0644]
server/src/com/vaadin/server/VaadinServlet.java
uitest/src/com/vaadin/tests/resources/SpecialCharsInThemeResources.java [new file with mode: 0644]