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

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-02-09 
01:16:00 EST ---
That message is "expandWar.illegalPath" in
org.apache.catalina.startup.ExpandWar. 

There are two places where it is checked there. Basically, it is 
if (!expandedFile.getCanonicalPath().startsWith( ))
check.

You will have to test what getCanonicalPath() returns for those paths on that
server and why the test fails.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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