Author: markt
Date: Wed Nov 13 10:31:49 2013
New Revision: 1541457
URL: http://svn.apache.org/r1541457
Log:
ImplicitTagLibraryInfo represents an implicit tag library corresponding to the
tag files in "/WEB-INF/tags/" or a subdirectory of it so there is never a
containing JAR file.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java?rev=1541457&r1=1541456&r2=1541457&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java
(original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java
Wed Nov 13 10:31:49 2013
@@ -197,7 +197,7 @@ class ImplicitTagLibraryInfo extends Tag
tagInfo = TagFileProcessor.parseTagFileDirectives(pc,
shortName,
path,
- pc.getJspCompilationContext().getTagFileJar(path),
+ null,
this);
} catch (JasperException je) {
throw new RuntimeException(je.toString(), je);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]