https://bz.apache.org/bugzilla/show_bug.cgi?id=65106
--- Comment #7 from Remy Maucherat <r...@apache.org> --- (In reply to Mark Thomas from comment #5) > Rémy, what if we added a > > if ("name.startsWith("file:/") { > .... > } > block around the File and classloader case? Essentially short circuit to URI > in that case for getResource() and getURI(). Does that help? I think that would work for the reporter but still fail for other URLs. This security check is annoying ... Maybe detect a URL scheme, like if there's ':' in the path and no '/' before it ? -- 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