This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 6266e75d0a Alphabetical order 6266e75d0a is described below commit 6266e75d0a16c9d96e3806aa1035d3665e1b8a7f Author: Mark Thomas <ma...@apache.org> 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 e72d555291..10a6752c4b 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org