You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/07/30 20:01:45 UTC

svn commit: r681150 - 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

Author: markt
Date: Wed Jul 30 11:01:44 2008
New Revision: 681150

URL: http://svn.apache.org/viewvc?rev=681150&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45293
Update name of commons-logging jar in security policy

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=681150&r1=681149&r2=681150&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 11:01:44 2008
@@ -66,7 +66,7 @@
 };
 
 // These permissions apply to the commons-logging API
-grant codeBase "file:${catalina.home}/bin/commons-logging-api.jar" {
+grant codeBase "file:${catalina.home}/bin/commons-logging-api-1.1.1.jar" {
         permission java.security.AllPermission;
 };
 

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=681150&r1=681149&r2=681150&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Jul 30 11:01:44 2008
@@ -65,6 +65,10 @@
         Add additional permission required to read JDK logging configuration
         when running with a security manager. (markt)
       </fix>
+      <fix>
+        <bug>45293</bug>: Update name of commons-logging jar in security policy.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Webapps">

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=681150&r1=681149&r2=681150&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed Jul 30 11:01:44 2008
@@ -66,11 +66,6 @@
    0: fhanik - silently swallow an error, and default to the default config file, yoavs: don't like silent swallowing
   -1:
 
-* Change of jar name for policy file
-  http://people.apache.org/~markt/patches/2008-04-09-policy.patch
-  +1: markt, fhanik, yoavs
-  -1:
-
 * Another fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=44494
   Fix read when maxHttpHeaderSize > 8192
   http://svn.apache.org/viewvc?rev=647304&view=rev (rjung)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org