GitHub user ptzafrir opened a pull request:
https://github.com/apache/tomcat-maven-plugin/pull/24
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).
You
GitHub user ptzafrir opened a pull request:
https://github.com/apache/tomcat/pull/114
Remove throws declaration of an exception which is not thrown
ServletException is a checked exception and it is not thrown by any method
invoked by this method.
Declaring it, makes user