ams-tschoening opened a new pull request #414: Avoid "URL.getFile()" when expecting file system paths. URL: https://github.com/apache/wicket/pull/414 Like has been requested in PR #413, another commit removing `URL.getFile` when actually a path is expected. `getFile` [doesn't properly decode](https://stackoverflow.com/questions/2166039/java-how-to-get-a-file-from-an-escaped-url) paths. In theory this needs to be fixed everywhere, but I found only this place for now, someone else might want to have an additional look at some point. https://issues.apache.org/jira/projects/WICKET/issues/WICKET-6756
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services