https://issues.apache.org/bugzilla/show_bug.cgi?id=48689
--- Comment #1 from Jarek Gawor <jga...@gmail.com> 2010-02-05 12:38:53 UTC --- Created an attachment (id=24933) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24933) Proposed patch for this issue. Proposed patch for this issue is now attached. The patch introduces JarResource interface through which most of the embedded TLD lookup is done. In most places the code uses JarResource.getEntry() to get an URL to a specific entry within the JarResource. In one or two places JarResource.getJarFile() is used but really JarResource.getEntry() should be preferred. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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