Skip to content

Commit

Permalink
Alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jan 23, 2025
1 parent 45e0eb8 commit 8229145
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions webapps/docs/config/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 &gt;=0 fails its own startup.</p>
Expand Down

0 comments on commit 8229145

Please sign in to comment.