Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 61813 invoked from network); 30 Jul 2008 17:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2008 17:59:23 -0000 Received: (qmail 35689 invoked by uid 500); 30 Jul 2008 17:59:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 35610 invoked by uid 500); 30 Jul 2008 17:59:16 -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 35598 invoked by uid 500); 30 Jul 2008 17:59:16 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 35595 invoked by uid 99); 30 Jul 2008 17:59:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 10:59:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 30 Jul 2008 17:58:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E338B238898A; Wed, 30 Jul 2008 10:58:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r681148 - in /tomcat: container/tc5.5.x/catalina/src/conf/catalina.policy container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt Date: Wed, 30 Jul 2008 17:58:25 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080730175825.E338B238898A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Wed Jul 30 10:58:24 2008 New Revision: 681148 URL: http://svn.apache.org/viewvc?rev=681148&view=rev Log: Add additional permission required to read JDK logging configuration Modified: tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy?rev=681148&r1=681147&r2=681148&view=diff ============================================================================== --- tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy (original) +++ tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy Wed Jul 30 10:58:24 2008 @@ -84,6 +84,7 @@ grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" { permission java.util.PropertyPermission "java.util.logging.config.class", "read"; permission java.util.PropertyPermission "java.util.logging.config.file", "read"; + permission java.io.FilePermission "${java.home}${file.separator}lib${file.separator}logging.properties", "read"; permission java.lang.RuntimePermission "shutdownHooks"; permission java.io.FilePermission "${catalina.base}${file.separator}conf${file.separator}logging.properties", "read"; permission java.util.PropertyPermission "catalina.base", "read"; Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=681148&r1=681147&r2=681148&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Jul 30 10:58:24 2008 @@ -61,6 +61,10 @@ Enable the CGIServlet to work with Windows Vista. (markt) + + Add additional permission required to read JDK logging configuration + when running with a security manager. (markt) + Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=681148&r1=681147&r2=681148&view=diff ============================================================================== --- tomcat/current/tc5.5.x/STATUS.txt (original) +++ tomcat/current/tc5.5.x/STATUS.txt Wed Jul 30 10:58:24 2008 @@ -66,12 +66,6 @@ 0: fhanik - silently swallow an error, and default to the default config file, yoavs: don't like silent swallowing -1: -* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45293 - Additional permission required to read JDK logging config - http://svn.apache.org/viewvc?rev=646550&view=rev - +1: markt, fhanik, yoavs - -1: - * Change of jar name for policy file http://people.apache.org/~markt/patches/2008-04-09-policy.patch +1: markt, fhanik, yoavs --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org