Author: markt Date: Sat Oct 3 16:17:53 2009 New Revision: 821351 URL: http://svn.apache.org/viewvc?rev=821351&view=rev Log: Add additional permission required by JULI
Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=821351&r1=821350&r2=821351&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Sat Oct 3 16:17:53 2009 @@ -98,12 +98,6 @@ +1: rjung, markt -1: -* Add additional permission required by JULI - http://svn.apache.org/viewvc?rev=813001&view=rev - +1: markt, rjung, kkolinko - -1: - rjung: Should we also add ${catalina.base}/bin/tomcat-juli.jar as a codeBase? - * Spurious startup errors in the cluster Although the secondary node is able to retrieve all sessions, the main thread doesn't see the changed stateTransfered flag, Modified: tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy?rev=821351&r1=821350&r2=821351&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy (original) +++ tomcat/tc5.5.x/trunk/container/catalina/src/conf/catalina.policy Sat Oct 3 16:17:53 2009 @@ -92,6 +92,7 @@ permission java.io.FilePermission "${catalina.base}${file.separator}logs", "read, write"; permission java.io.FilePermission "${catalina.base}${file.separator}logs${file.separator}*", "read, write"; permission java.lang.RuntimePermission "getClassLoader"; + permission java.lang.RuntimePermission "setContextClassLoader"; // To enable per context logging configuration, permit read access to the appropriate file. // Be sure that the logging configuration is secure before enabling such access // eg for the examples web application: Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=821351&r1=821350&r2=821351&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sat Oct 3 16:17:53 2009 @@ -65,6 +65,10 @@ <bug>47518</bug>: Correct reference in Valve Javadoc that referred to an old method. Patch provided by Christopher Schultz. (markt) </fix> + <fix> + Add an additional permission required by JULI when running under newer + JDKs and a security manager. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> @@ -93,6 +97,9 @@ gets invalidated. Otherwise session listeners will not see the right data on the secondary nodes. (rjung) </fix> + <fix> + Remove unnecessary Java5 dependencies. (markt) + </fix> </changelog> </subsection> <subsection name="Webapps"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org