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 0b6c3e5 Update docs as STRICT_SERVLET_COMPLIANCE no longer impacts
URIEncoding
0b6c3e5 is described below
commit 0b6c3e52f5915eebf10b82270c089fbe9103e51c
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 30 22:00:56 2020 +0100
Update docs as STRICT_SERVLET_COMPLIANCE no longer impacts URIEncoding
---
webapps/docs/changelog.xml | 10 ++++++++++
webapps/docs/config/ajp.xml | 5 +----
webapps/docs/config/http.xml | 5 +----
webapps/docs/config/systemprops.xml | 3 ---
4 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 16e4247..b03142f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -108,6 +108,16 @@
</add>
</changelog>
</subsection>
+ <subsection name="Web applications">
+ <changelog>
+ <fix>
+ Correct documentation web application to remove references to the
+ <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system
+ property changing the default for the <code>URIEncoding</code>
attribute
+ of the Connector. (markt)
+ </fix>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<add>
diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index f1405c5..fa8fc0f 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -245,10 +245,7 @@
<attribute name="URIEncoding" required="false">
<p>This specifies the character encoding used to decode the URI bytes,
- after %xx decoding the URL. If not specified, UTF-8 will be used unless
- the <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code>
- <a href="systemprops.html">system property</a> is set to
<code>true</code>
- in which case ISO-8859-1 will be used.</p>
+ after %xx decoding the URL. The default value is <code>UTF-8</code>.</p>
</attribute>
<attribute name="useBodyEncodingForURI" required="false">
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index f952701..4efff4b 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -249,10 +249,7 @@
<attribute name="URIEncoding" required="false">
<p>This specifies the character encoding used to decode the URI bytes,
- after %xx decoding the URL. If not specified, UTF-8 will be used unless
- the <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code>
- <a href="systemprops.html">system property</a> is set to
<code>true</code>
- in which case ISO-8859-1 will be used.</p>
+ after %xx decoding the URL. The default value is <code>UTF-8</code>.</p>
</attribute>
<attribute name="useBodyEncodingForURI" required="false">
diff --git a/webapps/docs/config/systemprops.xml
b/webapps/docs/config/systemprops.xml
index 6c51c81..1ec20db 100644
--- a/webapps/docs/config/systemprops.xml
+++ b/webapps/docs/config/systemprops.xml
@@ -302,9 +302,6 @@
<li><code>org.apache.catalina.session.<br/>StandardSession.ACTIVITY_CHECK</code></li>
<li><code>org.apache.catalina.session.<br/>StandardSession.LAST_ACCESS_AT_START</code></li>
<li><code>org.apache.tomcat.util.http.<br/>ServerCookie.STRICT_NAMING</code></li>
- <li>The <code>URIEncoding</code> attribute of any
- <a href="http.html">HTTP connector</a> or
- <a href="ajp.html">AJP connector</a> element.</li>
<li>The <code>resourceOnlyServlets</code> attribute of any
<a href="context.html">Context</a> element.</li>
<li>The <code>tldValidation</code> attribute of any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]