https://bz.apache.org/bugzilla/show_bug.cgi?id=66388
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #3 from Mark Thomas <ma...@apache.org> --- The following trivial JSP works as expected: <% java.net.URL u = this.getClass().getClassLoader().getResource("test/a a.txt"); %> <p><%=u.toString()%></p> Please provided the simplest test case that demonstrates the issue you are seeing. -- 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