Author: jfclere Date: Tue May 28 11:45:41 2013 New Revision: 1486887 URL: http://svn.apache.org/r1486887 Log: Propose another patch based on kkolinko suggestion.
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=1486887&r1=1486886&r2=1486887&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue May 28 11:45:41 2013 @@ -40,12 +40,9 @@ PATCHES PROPOSED TO BACKPORT: * 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 + patch in the issue (in SecurityClassLoad). + https://issues.apache.org/bugzilla/attachment.cgi?id=30336 +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: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54947 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org