https://bz.apache.org/bugzilla/show_bug.cgi?id=64005
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #6 from Mark Thomas <[email protected]> --- I can reproduce this will the following test.jsp in a packed WAR file: ===start=== <p><%= ((java.net.JarURLConnection) application.getResource("/").openConnection()).getJarEntry() %></p> ===end=== It is almost certainly related to the changes made to URLs for cached resources. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
