This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 8229145644 Alphabetical order
8229145644 is described below
commit 8229145644ed21ae5ea286a8a0f4c71dcb0fb678
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jan 23 09:27:28 2025 +0000
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 5e0c29c226..ecf38f715d 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -383,6 +383,15 @@
else the default value will be <code>false</code>.</p>
</attribute>
+ <attribute name="dispatchersUseEncodedPaths" required="false">
+ <p>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 <code>true</code> is used. When encoding/decoding
paths
+ for a request dispatcher, UTF-8 is always used.</p>
+ </attribute>
+
<attribute name="docBase" required="true">
<p>The <em>Document Base</em> (also known as the <em>Context
Root</em>) directory for this web application, or the pathname
@@ -400,15 +409,6 @@
sufficient.</p>
</attribute>
- <attribute name="dispatchersUseEncodedPaths" required="false">
- <p>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 <code>true</code> is used. When encoding/decoding
paths
- for a request dispatcher, UTF-8 is always used.</p>
- </attribute>
-
<attribute name="failCtxIfServletStartFails" required="false">
<p>Set to <code>true</code> to have the context fail its startup if any
servlet that has load-on-startup >=0 fails its own startup.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]