diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2013-06-28 16:00:59 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-28 13:03:59 +0000 |
commit | a4f127722af09a0e67f8df7c9aa3916b52d4595a (patch) | |
tree | 7bedb033186c116243a54fbf104ab97cb1fe7579 /server | |
parent | 419c6c787508a8b9c14a4613a96f3ac8e48b1981 (diff) | |
download | vaadin-framework-a4f127722af09a0e67f8df7c9aa3916b52d4595a.tar.gz vaadin-framework-a4f127722af09a0e67f8df7c9aa3916b52d4595a.zip |
Fixed NPE in ApplicationRunnerServlet (#12145)
If the path for a test case file contained special characters (such as
space), they would get URL encoded which wouldn't work for File
constructors.
Fixed by using URI.getPath(), which does the decoding.
Change-Id: I2a7c13b785adbb2e486d3807b115540c0ba70fa6
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions