From 93a363d38a5ef1edb9d95e2b35f9a8356e4fa55c Mon Sep 17 00:00:00 2001
From: markt
Date: Tue, 18 Dec 2007 22:04:58 +0000
Subject: [PATCH] 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
---
webapps/docs/config/context.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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.
--
2.11.0