Author: markt Date: Mon Dec 5 17:40:48 2022 New Revision: 1905773 URL: http://svn.apache.org/viewvc?rev=1905773&view=rev Log: Update migration guide
Modified: tomcat/site/trunk/docs/migration-11.0.html tomcat/site/trunk/xdocs/migration-11.0.xml Modified: tomcat/site/trunk/docs/migration-11.0.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1905773&r1=1905772&r2=1905773&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-11.0.html (original) +++ tomcat/site/trunk/docs/migration-11.0.html Mon Dec 5 17:40:48 2022 @@ -24,18 +24,7 @@ of Apache Tomcat.</p> <div class="subsection"><h4 id="Servlet_6.1_API">Servlet 6.1 API</h4><div class="text"> - <p>TBD</p> - - <p>Support for Cookie specifications other than RFC 6265 has been removed - and a number of methods deprecated as a result.</p> - - <p>A new method, <code>Cookie.setAttribute(String name, String value)</code> - has been added.</p> - - <p>The process for decoding and normalizing URIs has been clarified.</p> - - <p>New methods and classes have been added to provide access to unique - identifiers for the current request and/or associated connection.</p> + <p>No changes.</p> </div></div> @@ -75,6 +64,8 @@ of Apache Tomcat.</p> <p>Of particular note are:</p> <ul> <li>All code marked as deprecated in 10.1.x has been removed.</li> + <li>Conversions from bytes to characters now throw an exception if the + conversion fails.</li> </ul> </div></div> Modified: tomcat/site/trunk/xdocs/migration-11.0.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1905773&r1=1905772&r2=1905773&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml (original) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Mon Dec 5 17:40:48 2022 @@ -37,18 +37,7 @@ of Apache Tomcat.</p> <subsection name="Servlet 6.1 API"> - <p>TBD</p> - - <p>Support for Cookie specifications other than RFC 6265 has been removed - and a number of methods deprecated as a result.</p> - - <p>A new method, <code>Cookie.setAttribute(String name, String value)</code> - has been added.</p> - - <p>The process for decoding and normalizing URIs has been clarified.</p> - - <p>New methods and classes have been added to provide access to unique - identifiers for the current request and/or associated connection.</p> + <p>No changes.</p> </subsection> @@ -88,6 +77,8 @@ of Apache Tomcat.</p> <p>Of particular note are:</p> <ul> <li>All code marked as deprecated in 10.1.x has been removed.</li> + <li>Conversions from bytes to characters now throw an exception if the + conversion fails.</li> </ul> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org