From 8229145644ed21ae5ea286a8a0f4c71dcb0fb678 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Thu, 23 Jan 2025 09:27:28 +0000 Subject: [PATCH] Alphabetical order --- webapps/docs/config/context.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 5e0c29c22671..ecf38f715d55 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -383,6 +383,15 @@ else the default value will be false.

+ +

Controls whether paths used in calls to obtain a request dispatcher + ares expected to be encoded. This affects both how Tomcat handles calls + to obtain a request dispatcher as well as how Tomcat generates paths + used to obtain request dispatchers internally. If not specified, the + default value of true is used. When encoding/decoding paths + for a request dispatcher, UTF-8 is always used.

+
+

The Document Base (also known as the Context Root) directory for this web application, or the pathname @@ -400,15 +409,6 @@ sufficient.

- -

Controls whether paths used in calls to obtain a request dispatcher - ares expected to be encoded. This affects both how Tomcat handles calls - to obtain a request dispatcher as well as how Tomcat generates paths - used to obtain request dispatchers internally. If not specified, the - default value of true is used. When encoding/decoding paths - for a request dispatcher, UTF-8 is always used.

-
-

Set to true to have the context fail its startup if any servlet that has load-on-startup >=0 fails its own startup.