[GitHub] tomcat-maven-plugin pull request #24: fix path resolution under windows

2016-06-19 Thread ptzafrir
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] tomcat pull request #114: Remove throws declaration of an exception which is...

2018-06-10 Thread ptzafrir
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