You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/01/26 07:11:58 UTC

svn commit: r1654724 - in /tomcat/site/trunk: docs/migration-8.html xdocs/migration-8.xml

Author: kkolinko
Date: Mon Jan 26 06:11:57 2015
New Revision: 1654724

URL: http://svn.apache.org/r1654724
Log:
Add note on URIEncoding default change starting with Tomcat 8.0.0

Modified:
    tomcat/site/trunk/docs/migration-8.html
    tomcat/site/trunk/xdocs/migration-8.xml

Modified: tomcat/site/trunk/docs/migration-8.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1654724&r1=1654723&r2=1654724&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Mon Jan 26 06:11:57 2015
@@ -215,6 +215,9 @@
 <a href="#Default_connector_implementation">Default connector implementation</a>
 </li>
 <li>
+<a href="#URIEncoding">Default URL encoding</a>
+</li>
+<li>
 <a href="#Web_application_resources">Web application resources</a>
 </li>
 <li>
@@ -334,6 +337,34 @@ of Apache Tomcat.</p>
 
   
 </div>
+</div>
+
+  
+<div class="subsection">
+<h4 id="URIEncoding">Default URL encoding</h4>
+<div class="text">
+
+    
+<p>The default value of <code>URIEncoding</code> attribute for HTTP and
+    AJP connectors has been changed from "ISO-8859-1" to be "UTF-8" (if
+    "strict servlet compliance" mode is off, which is the default). This
+    setting specifies what character encoding is used to decode '%xx'-encoded
+    bytes in path and query of a request URI.
+    </p>
+
+    
+<p>If server is configured with "strict servlet compliance" on, the
+    default value of <code>URIEncoding</code> attribute of connectors is
+    "ISO-8859-1", the same as in older versions of Tomcat.
+    </p>
+
+    
+<p>Reference: <a href="tomcat-8.0-doc/config/http.html">HTTP connector</a>,
+    <a href="tomcat-8.0-doc/config/ajp.html">AJP connector</a>.
+    </p>
+
+  
+</div>
 </div>
 
   

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1654724&r1=1654723&r2=1654724&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Mon Jan 26 06:11:57 2015
@@ -72,6 +72,26 @@ of Apache Tomcat.</p>
 
   </subsection>
 
+  <subsection name="Default URL encoding" anchor="URIEncoding">
+
+    <p>The default value of <code>URIEncoding</code> attribute for HTTP and
+    AJP connectors has been changed from "ISO-8859-1" to be "UTF-8" (if
+    "strict servlet compliance" mode is off, which is the default). This
+    setting specifies what character encoding is used to decode '%xx'-encoded
+    bytes in path and query of a request URI.
+    </p>
+
+    <p>If server is configured with "strict servlet compliance" on, the
+    default value of <code>URIEncoding</code> attribute of connectors is
+    "ISO-8859-1", the same as in older versions of Tomcat.
+    </p>
+
+    <p>Reference: <a href="tomcat-8.0-doc/config/http.html">HTTP connector</a>,
+    <a href="tomcat-8.0-doc/config/ajp.html">AJP connector</a>.
+    </p>
+
+  </subsection>
+
   <subsection name="Web application resources">
 
     <p>The Aliases, VirtualLoader, VirtualDirContext, JAR resources and external



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org