This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 57ce5d82dc Alphabetical order
57ce5d82dc is described below
commit 57ce5d82dcfce21bac959b6bd103c2fe74e844f7
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jan 23 09:30:43 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 f71e7bbe81..d6ab162e81 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -353,6 +353,15 @@
return <code>null</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
@@ -370,15 +379,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]