Author: markt Date: Thu Jun 17 13:05:14 2021 New Revision: 1890875 URL: http://svn.apache.org/viewvc?rev=1890875&view=rev Log: Update site for 10.0.7 release
Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-10.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-10.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/download-10.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-10.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Thu Jun 17 13:05:14 2021 @@ -60,8 +60,8 @@ <release> <Version> <name>Latest Stable 10.0.x Release</name> - <created>2021-05-12</created> - <revision>10.0.6</revision> + <created>2021-06-15</created> + <revision>10.0.7</revision> </Version> </release> <release> Modified: tomcat/site/trunk/docs/download-10.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-10.html?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-10.html (original) +++ tomcat/site/trunk/docs/download-10.html Thu Jun 17 13:05:14 2021 @@ -21,7 +21,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]10.0.6[end] +[define v]10.0.7[end] [define w]10.1.0-M1[end] <a href="https://downloads.apache.org/tomcat/tomcat-10/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Thu Jun 17 13:05:14 2021 @@ -36,6 +36,35 @@ wiki page.</p> <p>Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.</p> +</div><h3 id="Tomcat_10.0.7_Released"><span class="pull-right">2021-06-15</span> Tomcat 10.0.7 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.0.7 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 9 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Improve robustness of HTTP/2 HPACK decoding</li> +<li>Improvements to the handling of the Transfer-Encoding header</li> +<li>Review code used to generate Java source from JSPs and tags and remove code + found to be unnecessary.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.7_(markt)">Tomcat 10 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> </div><h3 id="Tomcat_8.5.68_Released"><span class="pull-right">2021-06-15</span> Tomcat 8.5.68 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.68 @@ -104,38 +133,6 @@ Tomcat Native. The notable changes since <a href="https://tomcat.apache.org/download-native.cgi">Download</a> | <a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.30</a> </p> -</div><h3 id="Tomcat_10.0.6_Released"><span class="pull-right">2021-05-12</span> Tomcat 10.0.6 Released</h3><div class="text"> -<p> -The Apache Tomcat Project is proud to announce the release of version 10.0.6 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 9 platform.</p> -<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 -without changes. Java EE based applications designed for Tomcat 9 and earlier -may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and -Tomcat will automatically convert them to Jakarta EE and copy them to the -webapps directory. This conversion is performed using the -<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat -migration tool for Jakarta EE tool</a> which is also available as a separate -<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> -<p>The notable changes in this release are:</p> -<ul> -<li>Ensure the correct escaping of attribute values and search filters in - the JNDIRealm.</li> -<li>HandlesTypes should include classes that use the specified annotation - types on fields or methods.</li> -<li>Refactor the creation of WebSocket end point, decoder and encoder - instances to be more IoC friendly. Instances are now created via the - InstanceManager where possible.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.6_(markt)">Tomcat 10 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-10.cgi">Download</a> -</p> </div><h3 id="Tomcat_9.0.46_Released"><span class="pull-right">2021-05-12</span> Tomcat 9.0.46 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.46 Modified: tomcat/site/trunk/docs/migration-10.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.html?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-10.html (original) +++ tomcat/site/trunk/docs/migration-10.html Thu Jun 17 13:05:14 2021 @@ -1,7 +1,7 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="res/css/tomcat.css" rel="stylesheet" type="text/css"><link href="res/css/fonts/fonts.css" rel="stylesheet" type="text/css"><title>Apache Tomcat® - Migration Guide - Tomcat 10.0.x</title><meta name="author" content="Apache Tomcat Project"></head><body><div id="wrapper"><header id="header"><div class="clearfix"><div class="menu-toggler pull-left" tabindex="1"><div class="hamburger"></div></div><a href="http://tomcat.apache.org/"><img class="tomcat-logo pull-left noPrint" alt="Tomcat Home" src="res/images/tomcat.png"></a><h1 class="pull-left">Apache Tomcat<sup>®</sup></h1><div class="asf-logos pull-right"><a href="https://www.apache.org/foundation/contributing.html" target="_blank" class="pull-left"><img src="https://www.apache.org/images/SupportApache-small.png" class="support-asf" alt="Support Apache"></a><a h ref="http://www.apache.org/" target="_blank" class="pull-left"><img src="res/images/asf_logo.svg" class="asf-logo" alt="The Apache Software Foundation"></a></div></div></header><main id="middle"><div><div id="mainLeft"><div id="nav-wrapper"><form action="https://www.google.com/search" method="get"><div class="searchbox"><input value="tomcat.apache.org" name="sitesearch" type="hidden"><input aria-label="Search text" placeholder="Search…" required="required" name="q" id="query" type="search"><button>GO</button></div></form><div class="asfevents"><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png" alt="Next ASF event"><br> Save the date! - </a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a href="./index.html">Home</a></li><li><a href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a href="./whichversion.html">Which version?</a></li><li><a href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a href="https://tomcat.apache.org/download-80.cgi">Tomcat 8</a></li><li><a href="https://tomcat.apache.org/download-70.cgi">Tomcat 7</a></li><li><a href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool for Jakarta EE</a></li><li><a href="https://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a></li><li><a href="https://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li><li><a href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a href="https://archive.apache.org/dist/tomcat/">A rchives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a href="./tomcat-10.0-doc/index.html">Tomcat 10.0</a></li><li><a href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a href="./tomcat-8.5-doc/index.html">Tomcat 8.5</a></li><li><a href="./tomcat-7.0-doc/index.html">Tomcat 7.0</a></li><li><a href="./connectors-doc/">Tomcat Connectors</a></li><li><a href="./native-doc/">Tomcat Native</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a href="./migration.html">Migration Guide</a></li><li><a href="./presentations.html">Presentations</a></li><li><a href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a href="./security.html">Security Reports</a></li><li><a href="./findhelp.html">Find help</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a href="./lists.html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug Databas e</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a href="https://cwiki.apache.org/confluence/x/vIPzBQ">Translations</a></li><li><a href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a href="https://twitter.com/theapachetomcat">Twitter</a></li><li><a href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a href="./whoweare.html">Who We Are</a></li><li><a href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a href="./heritage.html">Heritage</a></li><li><a href="http://www.apache.org">Apache Home</a></li><li><a href="./resources.html">Resources</a></li><li><a href="./contact.html">Contact</a></li><li><a href="./legal.html">Legal</a>< /li><li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2 style="display: none;">Content</h2><h3 id="Table_of_Contents">Table of Contents</h3><div class="text"> + </a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a href="./index.html">Home</a></li><li><a href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a href="./whichversion.html">Which version?</a></li><li><a href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a href="https://tomcat.apache.org/download-80.cgi">Tomcat 8</a></li><li><a href="https://tomcat.apache.org/download-70.cgi">Tomcat 7</a></li><li><a href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool for Jakarta EE</a></li><li><a href="https://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a></li><li><a href="https://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li><li><a href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a href="https://archive.apache.org/dist/tomcat/">A rchives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a href="./tomcat-10.1-doc/index.html">Tomcat 10.1 (alpha)</a></li><li><a href="./tomcat-10.0-doc/index.html">Tomcat 10.0</a></li><li><a href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a href="./tomcat-8.5-doc/index.html">Tomcat 8.5</a></li><li><a href="./tomcat-7.0-doc/index.html">Tomcat 7.0</a></li><li><a href="./connectors-doc/">Tomcat Connectors</a></li><li><a href="./native-doc/">Tomcat Native</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a href="./migration.html">Migration Guide</a></li><li><a href="./presentations.html">Presentations</a></li><li><a href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a href="./security.html">Security Reports</a></li><li><a href="./findhelp.html">Find help</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a href="./lists .html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug Database</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a href="https://cwiki.apache.org/confluence/x/vIPzBQ">Translations</a></li><li><a href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a href="https://twitter.com/theapachetomcat">Twitter</a></li><li><a href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a href="./whoweare.html">Who We Are</a></li><li><a href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a href="./heritage.html">Heritage</a></li><li><a href="http://www.apache.org">Apache Home</a></li><li><a href="./resources.html">Resources</a></li><li><a href ="./contact.html">Contact</a></li><li><a href="./legal.html">Legal</a></li><li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2 style="display: none;">Content</h2><h3 id="Table_of_Contents">Table of Contents</h3><div class="text"> <ul><li><a href="#General">General</a></li><li><a href="#Migrating_from_9.0.x_to_10.0.x">Migrating from 9.0.x to 10.0.x</a><ol><li><a href="#Java_8_required">Java 8 required</a></li><li><a href="#Specification_APIs">Specification APIs</a></li><li><a href="#Servlet_5.0_API">Servlet 5.0 API</a></li><li><a href="#Server_Pages_3.0">Server Pages 3.0</a></li><li><a href="#Expression_Language_4.0">Expression Language 4.0</a></li><li><a href="#WebSocket_2.0">WebSocket 2.0</a></li><li><a href="#Authentication_4.0">Authentication 4.0</a></li><li><a href="#Internal_APIs">Internal APIs</a></li><li><a href="#web.xml_defaults">web.xml defaults</a></li><li><a href="#Session_management">Session management</a></li><li><a href="#HTTP/2">HTTP/2</a></li><li><a href="#Logging">Logging</a></li><li><a href="#Access_Log_Patterns">Access Log Patterns</a></li></ol></li><li><a href="#Upgrading_10.0.x">Upgrading 10.0.x</a><ol><li><a href="#Tomcat_10.0.x_noteable_changes">Tomcat 10.0.x noteable changes</a></li> <li><a href="#Tomcat_10.0.x_configuration_file_differences">Tomcat 10.0.x configuration file differences</a></li></ol></li></ul> </div><h3 id="General">General</h3><div class="text"> @@ -202,8 +202,9 @@ of Apache Tomcat.</p> <option value="10.0.0">10.0.0</option> <option value="10.0.2">10.0.2</option> <option value="10.0.4">10.0.4</option> - <option value="10.0.5" selected>10.0.5</option> - <option value="10.0.6">10.0.6</option> + <option value="10.0.5">10.0.6</option> + <option value="10.0.6" selected>10.0.6</option> + <option value="10.0.7">10.0.7</option> </select>,</label> <label>new version: <select name="hb"> <option value="10.0.0-M1">10.0.0-M1</option> @@ -219,7 +220,8 @@ of Apache Tomcat.</p> <option value="10.0.2">10.0.2</option> <option value="10.0.4">10.0.4</option> <option value="10.0.5">10.0.5</option> - <option value="10.0.6" selected>10.0.6</option> + <option value="10.0.6">10.0.6</option> + <option value="10.0.7" selected>10.0.7</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Thu Jun 17 13:05:14 2021 @@ -1,7 +1,7 @@ <!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link href="res/css/tomcat.css" rel="stylesheet" type="text/css"><link href="res/css/fonts/fonts.css" rel="stylesheet" type="text/css"><title>Apache Tomcat® - Old news!</title><meta name="author" content="Apache Tomcat Project"></head><body><div id="wrapper"><header id="header"><div class="clearfix"><div class="menu-toggler pull-left" tabindex="1"><div class="hamburger"></div></div><a href="http://tomcat.apache.org/"><img class="tomcat-logo pull-left noPrint" alt="Tomcat Home" src="res/images/tomcat.png"></a><h1 class="pull-left">Apache Tomcat<sup>®</sup></h1><div class="asf-logos pull-right"><a href="https://www.apache.org/foundation/contributing.html" target="_blank" class="pull-left"><img src="https://www.apache.org/images/SupportApache-small.png" class="support-asf" alt="Support Apache"></a><a href="http://www.apache .org/" target="_blank" class="pull-left"><img src="res/images/asf_logo.svg" class="asf-logo" alt="The Apache Software Foundation"></a></div></div></header><main id="middle"><div><div id="mainLeft"><div id="nav-wrapper"><form action="https://www.google.com/search" method="get"><div class="searchbox"><input value="tomcat.apache.org" name="sitesearch" type="hidden"><input aria-label="Search text" placeholder="Search…" required="required" name="q" id="query" type="search"><button>GO</button></div></form><div class="asfevents"><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png" alt="Next ASF event"><br> Save the date! - </a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a href="./index.html">Home</a></li><li><a href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a href="./whichversion.html">Which version?</a></li><li><a href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a href="https://tomcat.apache.org/download-80.cgi">Tomcat 8</a></li><li><a href="https://tomcat.apache.org/download-70.cgi">Tomcat 7</a></li><li><a href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool for Jakarta EE</a></li><li><a href="https://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a></li><li><a href="https://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li><li><a href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a href="https://archive.apache.org/dist/tomcat/">A rchives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a href="./tomcat-10.0-doc/index.html">Tomcat 10.0</a></li><li><a href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a href="./tomcat-8.5-doc/index.html">Tomcat 8.5</a></li><li><a href="./tomcat-7.0-doc/index.html">Tomcat 7.0</a></li><li><a href="./connectors-doc/">Tomcat Connectors</a></li><li><a href="./native-doc/">Tomcat Native</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a href="./migration.html">Migration Guide</a></li><li><a href="./presentations.html">Presentations</a></li><li><a href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a href="./security.html">Security Reports</a></li><li><a href="./findhelp.html">Find help</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a href="./lists.html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug Databas e</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a href="https://cwiki.apache.org/confluence/x/vIPzBQ">Translations</a></li><li><a href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a href="https://twitter.com/theapachetomcat">Twitter</a></li><li><a href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a href="./whoweare.html">Who We Are</a></li><li><a href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a href="./heritage.html">Heritage</a></li><li><a href="http://www.apache.org">Apache Home</a></li><li><a href="./resources.html">Resources</a></li><li><a href="./contact.html">Contact</a></li><li><a href="./legal.html">Legal</a>< /li><li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2 style="display: none;">Content</h2><h3 id="Older_news">Older news</h3><div class="text"> + </a></div><nav><div><h2>Apache Tomcat</h2><ul><li><a href="./index.html">Home</a></li><li><a href="./taglibs.html">Taglibs</a></li><li><a href="./maven-plugin.html">Maven Plugin</a></li></ul></div><div><h2>Download</h2><ul><li><a href="./whichversion.html">Which version?</a></li><li><a href="https://tomcat.apache.org/download-10.cgi">Tomcat 10</a></li><li><a href="https://tomcat.apache.org/download-90.cgi">Tomcat 9</a></li><li><a href="https://tomcat.apache.org/download-80.cgi">Tomcat 8</a></li><li><a href="https://tomcat.apache.org/download-70.cgi">Tomcat 7</a></li><li><a href="https://tomcat.apache.org/download-migration.cgi">Tomcat Migration Tool for Jakarta EE</a></li><li><a href="https://tomcat.apache.org/download-connectors.cgi">Tomcat Connectors</a></li><li><a href="https://tomcat.apache.org/download-native.cgi">Tomcat Native</a></li><li><a href="https://tomcat.apache.org/download-taglibs.cgi">Taglibs</a></li><li><a href="https://archive.apache.org/dist/tomcat/">A rchives</a></li></ul></div><div><h2>Documentation</h2><ul><li><a href="./tomcat-10.1-doc/index.html">Tomcat 10.1 (alpha)</a></li><li><a href="./tomcat-10.0-doc/index.html">Tomcat 10.0</a></li><li><a href="./tomcat-9.0-doc/index.html">Tomcat 9.0</a></li><li><a href="./tomcat-8.5-doc/index.html">Tomcat 8.5</a></li><li><a href="./tomcat-7.0-doc/index.html">Tomcat 7.0</a></li><li><a href="./connectors-doc/">Tomcat Connectors</a></li><li><a href="./native-doc/">Tomcat Native</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT">Wiki</a></li><li><a href="./migration.html">Migration Guide</a></li><li><a href="./presentations.html">Presentations</a></li><li><a href="https://cwiki.apache.org/confluence/x/Bi8lBg">Specifications</a></li></ul></div><div><h2>Problems?</h2><ul><li><a href="./security.html">Security Reports</a></li><li><a href="./findhelp.html">Find help</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li><li><a href="./lists .html">Mailing Lists</a></li><li><a href="./bugreport.html">Bug Database</a></li><li><a href="./irc.html">IRC</a></li></ul></div><div><h2>Get Involved</h2><ul><li><a href="./getinvolved.html">Overview</a></li><li><a href="./source.html">Source code</a></li><li><a href="./ci.html">Buildbot</a></li><li><a href="https://cwiki.apache.org/confluence/x/vIPzBQ">Translations</a></li><li><a href="./tools.html">Tools</a></li></ul></div><div><h2>Media</h2><ul><li><a href="https://twitter.com/theapachetomcat">Twitter</a></li><li><a href="https://www.youtube.com/c/ApacheTomcatOfficial">YouTube</a></li><li><a href="https://blogs.apache.org/tomcat/">Blog</a></li></ul></div><div><h2>Misc</h2><ul><li><a href="./whoweare.html">Who We Are</a></li><li><a href="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat">Swag</a></li><li><a href="./heritage.html">Heritage</a></li><li><a href="http://www.apache.org">Apache Home</a></li><li><a href="./resources.html">Resources</a></li><li><a href ="./contact.html">Contact</a></li><li><a href="./legal.html">Legal</a></li><li><a href="https://www.apache.org/foundation/contributing.html">Support Apache</a></li><li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a href="http://www.apache.org/licenses/">License</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2 style="display: none;">Content</h2><h3 id="Older_news">Older news</h3><div class="text"> <p>Announcements from previous years can be found here:</p> <ul> <li>year 2021</li> @@ -17,6 +17,38 @@ <li><a href="oldnews-2011.html">year 2011</a></li> <li><a href="oldnews-2010.html">year 2010</a></li> </ul> +</div><h3 id="Tomcat_10.0.6_Released"><span class="pull-right">2021-05-12</span> Tomcat 10.0.6 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.0.6 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 9 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="https://tomcat.apache.org/download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Ensure the correct escaping of attribute values and search filters in + the JNDIRealm.</li> +<li>HandlesTypes should include classes that use the specified annotation + types on fields or methods.</li> +<li>Refactor the creation of WebSocket end point, decoder and encoder + instances to be more IoC friendly. Instances are now created via the + InstanceManager where possible.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.6_(markt)">Tomcat 10 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +</p> </div><h3 id="Tomcat_8.5.66_Released"><span class="pull-right">2021-05-12</span> Tomcat 8.5.66 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.66 Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Thu Jun 17 13:05:14 2021 @@ -41,7 +41,7 @@ specifications</a> and the respective Ap <td>2.0</td> <td>2.0</td> <td>10.0.x</td> - <td>10.0.6</td> + <td>10.0.7</td> <td>8 and later</td> </tr> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Thu Jun 17 13:05:14 2021 @@ -60,8 +60,8 @@ <release> <Version> <name>Latest Stable 10.0.x Release</name> - <created>2021-05-12</created> - <revision>10.0.6</revision> + <created>2021-06-15</created> + <revision>10.0.7</revision> </Version> </release> <release> Modified: tomcat/site/trunk/xdocs/download-10.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-10.xml?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-10.xml (original) +++ tomcat/site/trunk/xdocs/download-10.xml Thu Jun 17 13:05:14 2021 @@ -31,7 +31,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]10.0.6[end] +[define v]10.0.7[end] [define w]10.1.0-M1[end] <a href="https://downloads.apache.org/tomcat/tomcat-10/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Thu Jun 17 13:05:14 2021 @@ -55,6 +55,37 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat 10.0.7 Released" rtext="2021-06-15"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.0.7 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 9 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Improve robustness of HTTP/2 HPACK decoding</li> +<li>Improvements to the handling of the Transfer-Encoding header</li> +<li>Review code used to generate Java source from JSPs and tags and remove code + found to be unnecessary.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.7_(markt)">Tomcat 10 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-10.cgi">Download</a> +</p> +</section> + <section name="Tomcat 8.5.68 Released" rtext="2021-06-15"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.68 @@ -129,40 +160,6 @@ Tomcat Native. The notable changes since </p> </section> -<section name="Tomcat 10.0.6 Released" rtext="2021-05-12"> -<p> -The Apache Tomcat Project is proud to announce the release of version 10.0.6 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 9 platform.</p> -<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 -without changes. Java EE based applications designed for Tomcat 9 and earlier -may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and -Tomcat will automatically convert them to Jakarta EE and copy them to the -webapps directory. This conversion is performed using the -<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat -migration tool for Jakarta EE tool</a> which is also available as a separate -<a href="download-migration.cgi">download</a> for off-line use.</p> -<p>The notable changes in this release are:</p> -<ul> -<li>Ensure the correct escaping of attribute values and search filters in - the JNDIRealm.</li> -<li>HandlesTypes should include classes that use the specified annotation - types on fields or methods.</li> -<li>Refactor the creation of WebSocket end point, decoder and encoder - instances to be more IoC friendly. Instances are now created via the - InstanceManager where possible.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.6_(markt)">Tomcat 10 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-10.cgi">Download</a> -</p> -</section> - <section name="Tomcat 9.0.46 Released" rtext="2021-05-12"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.46 Modified: tomcat/site/trunk/xdocs/migration-10.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.xml?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-10.xml (original) +++ tomcat/site/trunk/xdocs/migration-10.xml Thu Jun 17 13:05:14 2021 @@ -217,8 +217,9 @@ of Apache Tomcat.</p> <option value="10.0.0">10.0.0</option> <option value="10.0.2">10.0.2</option> <option value="10.0.4">10.0.4</option> - <option value="10.0.5" selected="selected">10.0.5</option> - <option value="10.0.6">10.0.6</option> + <option value="10.0.5">10.0.6</option> + <option value="10.0.6" selected="selected">10.0.6</option> + <option value="10.0.7">10.0.7</option> </select>,</label> <label>new version: <select name="hb"> <option value="10.0.0-M1">10.0.0-M1</option> @@ -234,7 +235,8 @@ of Apache Tomcat.</p> <option value="10.0.2">10.0.2</option> <option value="10.0.4">10.0.4</option> <option value="10.0.5">10.0.5</option> - <option value="10.0.6" selected="selected">10.0.6</option> + <option value="10.0.6">10.0.6</option> + <option value="10.0.7" selected="selected">10.0.7</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Thu Jun 17 13:05:14 2021 @@ -26,6 +26,40 @@ </ul> </section> +<section name="Tomcat 10.0.6 Released" rtext="2021-05-12"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.0.6 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 9 platform.</p> +<p>Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 +without changes. Java EE based applications designed for Tomcat 9 and earlier +may be placed in the <code>$CATALINA_BASE/webapps-javaee</code> directory and +Tomcat will automatically convert them to Jakarta EE and copy them to the +webapps directory. This conversion is performed using the +<a href="https://github.com/apache/tomcat-jakartaee-migration">Apache Tomcat +migration tool for Jakarta EE tool</a> which is also available as a separate +<a href="download-migration.cgi">download</a> for off-line use.</p> +<p>The notable changes in this release are:</p> +<ul> +<li>Ensure the correct escaping of attribute values and search filters in + the JNDIRealm.</li> +<li>HandlesTypes should include classes that use the specified annotation + types on fields or methods.</li> +<li>Refactor the creation of WebSocket end point, decoder and encoder + instances to be more IoC friendly. Instances are now created via the + InstanceManager where possible.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.0-doc/changelog.html#Tomcat_10.0.6_(markt)">Tomcat 10 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-10.cgi">Download</a> +</p> +</section> + <section name="Tomcat 8.5.66 Released" rtext="2021-05-12"> <p> The Apache Tomcat Project is proud to announce the release of version 8.5.66 Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1890875&r1=1890874&r2=1890875&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml (original) +++ tomcat/site/trunk/xdocs/whichversion.xml Thu Jun 17 13:05:14 2021 @@ -50,7 +50,7 @@ specifications</a> and the respective Ap <td>2.0</td> <td>2.0</td> <td>10.0.x</td> - <td>10.0.6</td> + <td>10.0.7</td> <td>8 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org