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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to