diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-15 21:59:00 +0200 |
---|---|---|
committer | patrik <patrik@vaadin.com> | 2015-08-13 15:35:34 +0300 |
commit | 7881f7bc6b86c07ec53a83d0752697426a89d337 (patch) | |
tree | 42b155096bfad7d467e8b2a044607d357c794616 /WebContent | |
parent | 9c336ba67e02fa3437159ea7c5977766a2f87763 (diff) | |
download | vaadin-framework-7881f7bc6b86c07ec53a83d0752697426a89d337.tar.gz vaadin-framework-7881f7bc6b86c07ec53a83d0752697426a89d337.zip |
Decode filename before finding resource (#15407)
Change-Id: I6ea35a780f3dfdcef299919c1249e9104341f99e
Diffstat (limited to 'WebContent')
3 files changed, 3 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-tickets/folder with space/resource with special $chars@.txt b/WebContent/VAADIN/themes/tests-tickets/folder with space/resource with special $chars@.txt new file mode 100644 index 0000000000..dff31dd51f --- /dev/null +++ b/WebContent/VAADIN/themes/tests-tickets/folder with space/resource with special $chars@.txt @@ -0,0 +1 @@ +Just ordinary contents here
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/tests-tickets/ordinary.txt b/WebContent/VAADIN/themes/tests-tickets/ordinary.txt new file mode 100644 index 0000000000..dff31dd51f --- /dev/null +++ b/WebContent/VAADIN/themes/tests-tickets/ordinary.txt @@ -0,0 +1 @@ +Just ordinary contents here
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/tests-tickets/percentagein%20name.txt b/WebContent/VAADIN/themes/tests-tickets/percentagein%20name.txt new file mode 100644 index 0000000000..dff31dd51f --- /dev/null +++ b/WebContent/VAADIN/themes/tests-tickets/percentagein%20name.txt @@ -0,0 +1 @@ +Just ordinary contents here
\ No newline at end of file |