From: markt
Date: Tue, 18 Dec 2007 22:04:58 +0000 (+0000)
Subject: Add note to docs about use of privileged flag and consequent changes in parent class...
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=93a363d38a5ef1edb9d95e2b35f9a8356e4fa55c;p=tomcat7.0
Add note to docs about use of privileged flag and consequent changes in parent class loader.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@605339 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml
index 1ca831153..409cba6ce 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -181,7 +181,12 @@
Set to true to allow this context to use container
- servlets, like the manager servlet.
+ servlets, like the manager servlet. Use of the privileged
+ attribute will change the context's parent class loader to be the
+ Server class loader rather than the Shared class
+ loader. Note that in a default installation, the Common class
+ loader is used for both the Server and the Shared
+ class loaders.