You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/08/14 00:27:07 UTC

svn commit: r685709 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml

Author: markt
Date: Wed Aug 13 15:27:06 2008
New Revision: 685709

URL: http://svn.apache.org/viewvc?rev=685709&view=rev
Log:
Document the new fix for 42565

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=685709&r1=685708&r2=685709&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Aug 13 15:27:06 2008
@@ -64,15 +64,6 @@
   -1: remm (this error seems to be displayed by Class.newInstance() which should be ok to use; I am
             not ok with the idea of working around every error message from JDKs)
 
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45511
-  Revert fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=42565
-  and implement alternative
-  http://svn.apache.org/viewvc?rev=681735&view=rev (revert)
-  http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/parser/ELParser.jjt?r1=681735&r2=681789 (new fix)
-  Note: Auto-generated files will also need to be updated
-  +1: markt, remm, funkman
-  -1: 
-
 * Fix issue where the first request for a deleted JSPs returns as if the JSP
   still exists.
   http://svn.apache.org/viewvc?view=rev&revision=683969

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=685709&r1=685708&r2=685709&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Aug 13 15:27:06 2008
@@ -41,6 +41,16 @@
       </fix>
 	</changelog>
   </subsection>
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        <bug>45511</bug>: The failure of the <code>empty</code> keyword was a
+        regression caused by the previous fix for <bug>42565</bug>. The original
+        fix for <bug>42565</bug> has been reverted and a new fix applied.
+        (markt)
+      </fix> 
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.18 (remm)">
   <subsection name="Cataina">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org