PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

googleWorkDir Property has extra file separator #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed r701

Original comment by mgron...@gmail.com on 9 Nov 2007 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 19 Dec 2007 at 4:44