Author: markt
Date: Wed Nov 27 20:28:40 2013
New Revision: 1546182
URL: http://svn.apache.org/r1546182
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55807
The JSP compiler used a last modified time of -1 for TLDs in JARs expanded in
to WEB-INF/classes (IDEs often do this expansion) when creating the dependency
list for JSPs that used that TLD. This meant JSPs using that TLD were
recompiled on every access.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1546182&r1=1546181&r2=1546182&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Nov 27 20:28:40 2013
@@ -245,6 +245,13 @@
<bug>55251</bug>: Do not allow JspC task to fail silently if the
web.xml
or web.xml fragment can not be generated. (markt)
</fix>
+ <fix>
+ <bug>55807</bug>: The JSP compiler used a last modified time of -1 for
+ TLDs in JARs expanded in to WEB-INF/classes (IDEs often do this
+ expansion) when creating the dependency list for JSPs that used that
+ TLD. This meant JSPs using that TLD were recompiled on every access.
+ (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Cluster">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]