You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/05 21:38:54 UTC

DO NOT REPLY [Bug 48689] Jar abstraction for Jasper

https://issues.apache.org/bugzilla/show_bug.cgi?id=48689

--- Comment #1 from Jarek Gawor <jg...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org