Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B5F0D95A for ; Mon, 27 May 2013 18:27:47 +0000 (UTC) Received: (qmail 53521 invoked by uid 500); 27 May 2013 18:27:46 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 53409 invoked by uid 500); 27 May 2013 18:27:46 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 53397 invoked by uid 99); 27 May 2013 18:27:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 May 2013 18:27:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 May 2013 18:27:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DFEE22388962 for ; Mon, 27 May 2013 18:27:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1486692 - /tomcat/tc6.0.x/trunk/STATUS.txt Date: Mon, 27 May 2013 18:27:23 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130527182723.DFEE22388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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