You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/02/16 16:40:12 UTC

[Bug 59001] Unable to load jar files when they have exclamation in the path

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

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
Typically, the ! character means that the sought resource is actually inside of
a JAR file. The URL you have has a ! after an on-disk path, but not one that
(looks like it) is a JAR file (G:\TEST).

That looks like an invalid JAR URL to me.

Or has Tomcat built a bad URL out of some other path?

Or, are you saying that your on-disk path is actually "G:\TEST!Maven!"?

This may be a pathological use case, but neither NTFS nor any of the *NIX
filesystems I checked have any prohibition against ! characters, which are
special for JAR URLs. (None of those filesystems prohibit # marks, either,
which could potentially be a problem.)

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

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