You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/05/27 20:27:23 UTC

svn commit: r1486692 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Mon May 27 18:27:21 2013
New Revision: 1486692

URL: http://svn.apache.org/r1486692
Log:
Remove a copy of a proposed patch from the STATUS file. It is the same as the one attached to the Bugzilla issue.
Add link to the attachment.
Object.

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=1486692&r1=1486691&r2=1486692&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon May 27 18:27:21 2013
@@ -38,28 +38,15 @@ PATCHES PROPOSED TO BACKPORT:
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55019
+  Fix an exception that occurs when accessing certain JSP page when running
+  with SecurityManager
   patch in the issue.
+  https://issues.apache.org/bugzilla/attachment.cgi?id=30328
   +1: jfclere
+  -0: kkolinko: Why this code is in a constructor? One needs to execute it
+  once, so a static{} initializer block is the place to do it, or better
+  add it to this class: org.apache.catalina.security.SecurityClassLoad
   -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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org