https://bz.apache.org/bugzilla/show_bug.cgi?id=59001

--- Comment #4 from Jayashankar Karnam <prashu...@gmail.com> ---
JarURLConnection is responsible for the mishap. As per java doc "!/" is a
terminator for the jar file. That's the reason why it is failing at
G:/TEST!Maven not G:/TEST

And whatever comes after the "!/" becomes the context within the jar.

Java doc link -
https://docs.oracle.com/javase/7/docs/api/java/net/JarURLConnection.html

Sorry for the confusion.

-Jay

-- 
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