This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new c240e49 Update docs as STRICT_SERVLET_COMPLIANCE no longer impacts URIEncoding c240e49 is described below commit c240e49c09fd239cdba1217c3ae353dcf1964cba Author: Mark Thomas <ma...@apache.org> 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 59ed7b4..d249193 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -161,6 +161,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 d58c8ab..d71a5d1 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -264,10 +264,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 a7cfac8..0a216b6 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -285,9 +285,6 @@ to <code>true</code> instead of <code>false</code> for:</p> <ul> <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>alwaysAccessSession</code> attribute of any <a href="context.html">Context</a> element.</li> <li>The <code>contextGetResourceRequiresSlash</code> attribute of any --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org