Author: jfclere
Date: Mon May 27 15:51:55 2013
New Revision: 1486647
URL: http://svn.apache.org/r1486647
Log:
Add https://issues.apache.org/bugzilla/show_bug.cgi?id=55019
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1486647&r1=1486646&r2=1486647&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon May 27 15:51:55 2013
@@ -37,6 +37,30 @@ PATCHES PROPOSED TO BACKPORT:
+1: markt
-1:
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55019
+ patch in the issue.
+ +1: jfclere
+ -1:
+
+-
+ PATCHES/ISSUES THAT ARE STALLED
+
+ * Backport JSP unloading patch (BZ48358).
+Index: java/org/apache/coyote/http11/InternalOutputBuffer.java
+===================================================================
+--- java/org/apache/coyote/http11/InternalOutputBuffer.java (revision
1486646)
++++ java/org/apache/coyote/http11/InternalOutputBuffer.java (working copy)
+@@ -79,6 +79,9 @@
+ committed = false;
+ finished = false;
+
++ // Cause loading of Constants
++ int foo = Constants.HTTP_11_BYTES[0];
++
+ }
+
+
+
PATCHES/ISSUES THAT ARE STALLED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]