https://issues.apache.org/bugzilla/show_bug.cgi?id=57308

--- Comment #3 from Sebb <s...@apache.org> ---
It looks like the same applies to "path.separator" and File.pathSeparator.

i.e. changing the property causes issues for startup, and only the first char
is used by Java.

If so, here are the instances I found in trunk:

java/org/apache/jasper/compiler/AntCompiler.java:        String sep =
System.getProperty("path.separator");
java/org/apache/jasper/compiler/JspRuntimeContext.java:        String sep =
System.getProperty("path.separator");
java/org/apache/tomcat/jni/Library.java:                String sep =
System.getProperty("path.separator");
test/org/apache/juli/TestClassLoaderLogManager.java:                        +
System.getProperty("path.separator")
test/org/apache/juli/TestClassLoaderLogManager.java:                        +
System.getProperty("path.separator") + "baz",
test/org/apache/juli/TestClassLoaderLogManager.java:       
Assert.assertEquals("${}" + System.getProperty("path.separator"),

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to