tomcat-maven-plugin
tomcat-maven-plugin copied to clipboard
fix path resolution under windows
URL translate spaces to %20 and thus is unable to resolve jar paths located in directory with spaces in the path (as is the case under windows).
This should fix https://issues.apache.org/jira/browse/MTOMCAT-294, see also #16
@olamy Any comments on this PR? any chance of merging this?