| Summary: | Can't add a dynamic web project with spaces in the name | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | John Weber <weber> |
| Component: | wtp | Assignee: | Greg Wilkins <gregw> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P5 | CC: | gregw, joakim.erdfelt, mgorovoy |
| Version: | unspecified | Keywords: | investigate |
| Target Milestone: | 7.2.x | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Dropping priority It appears to work fine in 9.0.0. eg
2013-03-15 14:36:55.295:INFO:oejsh.ContextHandler:main: started o.e.j.w.WebAppContext@15a0c58a{/test webapp,file:/home/gregw/src/jetty-9/jetty-distribution/target/distribution/webapps/test%20webapp/,AVAILABLE}{/test webapp}
|
Build Identifier: 20100917-0705 Create a simple dynamic web project with a space in the project name (ex. Jetty Test). Add this project to the Jetty Server and start the server. The console displays the following error: 2011-01-17 14:37:33.398:WARN::Failed startup of context o.e.j.w.WebAppContext{/Jetty_Test,null},C:\Sandbox\WTG\.metadata\.plugins\org.eclipse.wst.server.core\tmp0/wtpwebapps/Jetty_Test java.io.FileNotFoundException: C:\Sandbox\WTG\.metadata\.plugins\org.eclipse.wst.server.core\tmp0/wtpwebapps/Jetty_Test Even after renaming the web project or removing it from the server, the error persists. Reproducible: Always