Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 7.0.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP SP3, Maven 2.0.10, JDK6
-
Patch Submitted:Yes
Description
I recently set the jetty-maven-plugin to 7.0.0.v20091005 and started with jetty:run. A exception was thrown, server started but was not able to serve the war file. See attached logfile.
I tracked down the bug to jetty-webapp in line 81. The conversion to URI fails because my path contains spaces which are not permitted unquoted in URIs. I have patched the source file and attached it.
The patch file is a diff against: http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.0.0.v20091005/jetty-webapp/
Issue Links
- duplicates
-
JETTY-1063
Jetty Maven Plugin 7.0.0.1beta2 has problems with spaces in class path resource references
-
I don't know which is the right tracker, so I filed at Eclipse's Bugzilla too: https://bugs.eclipse.org/bugs/show_bug.cgi?id=293854