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

--- Comment #6 from Christopher Schultz <ch...@christopherschultz.net> ---
One weird consequence of using # in path names is just that: if they are used
in URLs (e.g. ClassLoader.getResource()), they can fail because the # does
funny things. I haven't done extensive testing, but I would hope at least that
ServletContext.getResource() would return a URL that does not throw an error or
fail to load the file due to a # present in the path.

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