Author: markt Date: Sun Dec 23 12:04:45 2007 New Revision: 606605 URL: http://svn.apache.org/viewvc?rev=606605&view=rev Log: Fix bug 44094. Add note about side effects of privileged.
Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=606605&r1=606604&r2=606605&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Dec 23 12:04:45 2007 @@ -31,12 +31,6 @@ +1: jfclere -1: fhanik - Can we add the 'package' directive to make the package match the dir structure -* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=44094 - Add note about side-effects of setting privileged on a context - http://svn.apache.org/viewvc?rev=605339&view=rev - +1: markt, pero, fhanik - -1: - * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43241 ServletContext.getResourceAsStream() not spec compliant http://svn.apache.org/viewvc?rev=605356&view=rev Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=606605&r1=606604&r2=606605&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Dec 23 12:04:45 2007 @@ -132,6 +132,10 @@ for a context defined in server.xml rather than failing silently. (markt/jim) </fix> + <fix> + <bug>44094</bug>: Add a note about the side effects of configuring a + context as privileged. (markt) + </fix> </changelog> </subsection> <subsection name="Cluster"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml?rev=606605&r1=606604&r2=606605&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Sun Dec 23 12:04:45 2007 @@ -181,7 +181,12 @@ <attribute name="privileged" required="false"> <p>Set to <code>true</code> to allow this context to use container - servlets, like the manager servlet.</p> + servlets, like the manager servlet. Use of the <code>privileged</code> + attribute will change the context's parent class loader to be the + <em>Server</em> class loader rather than the <em>Shared</em> class + loader. Note that in a default installation, the <em>Common</em> class + loader is used for both the <em>Server</em> and the <em>Shared</em> + class loaders.</p> </attribute> <attribute name="path" required="false"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]