What steps will reproduce the problem?
1. Create a connector
2. Look in the WEB-INF/connectors/<type>/<name>/<name>.properties file
3. Inspect the googleWorkDir property
What is the expected output? What do you see instead?
Expected to see the path to the WEB-INF directory:
googleWorkDir=/Tomcat/webapps/connector-manager/WEB-INF
What is seen instead is the path with two File.separators before the
WEB-INF part of the directory:
googleWorkDir=/Tomcat/webapps/connector-manager//WEB-INF
On Windows, the backslash is used and escaped so it would look like:
googleWorkDir=\\Tomcat\\webapps\\connector-manager\\\\WEB-INF
Please use labels and text to provide additional information.
Original issue reported on code.google.com by mgron...@gmail.com on 8 Nov 2007 at 6:11
Original issue reported on code.google.com by
mgron...@gmail.com
on 8 Nov 2007 at 6:11