From: rjung Date: Wed, 9 Mar 2011 05:24:04 +0000 (+0000) Subject: Fix alphabetic order. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6d88d83517556357ad44b8576ef4739c62898392;p=tomcat7.0 Fix alphabetic order. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079667 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index a14bb671a..77ee3ff46 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -265,16 +265,6 @@ the same attribute explicitly for the Context.

- -

Set to true to allow this context to use container - 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.

-
-

The context path of this web application, which is matched against the beginning of each request URI to select the @@ -288,6 +278,16 @@ filenames used for either the .xml context file or the docBase.

+ +

Set to true to allow this context to use container + 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.

+
+

Set to true if you want Catalina to monitor classes in /WEB-INF/classes/ and /WEB-INF/lib for @@ -356,18 +356,18 @@ penalty.

- -

Java class name of the org.apache.catalina.Wrapper - implementation class that will be used for servlets managed by this - Context. If not specified, a standard default value will be used.

-
-

Should the HttpOnly flag be set on session cookies to prevent client side script from accessing the session ID? Defaults to true.

+ +

Java class name of the org.apache.catalina.Wrapper + implementation class that will be used for servlets managed by this + Context. If not specified, a standard default value will be used.

+
+

If the value of this flag is true, the validation of XML files will be namespace-aware. If you turn this flag on,