Modified: tomcat/site/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Fri Jul 4 19:52:54 2025 @@ -37,7 +37,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- tomcat9.0=9.0.106 -tomcat10.1=10.1.42 +tomcat10.1=10.1.43 tomcat11.0=11.0.8 # ----- Download destination -----
Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf (original) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Fri Jul 4 19:52:54 2025 @@ -60,8 +60,8 @@ <release> <Version> <name>Latest Stable 10.1.x Release</name> - <created>2025-06-09</created> - <revision>10.1.42</revision> + <created>2025-07-04</created> + <revision>10.1.43</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=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/download-10.html (original) +++ tomcat/site/trunk/docs/download-10.html Fri Jul 4 19:52:54 2025 @@ -19,7 +19,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]10.1.42[end] +[define v]10.1.43[end] <a href="https://downloads.apache.org/tomcat/tomcat-10/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-10" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/index.html (original) +++ tomcat/site/trunk/docs/index.html Fri Jul 4 19:52:54 2025 @@ -34,57 +34,62 @@ 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_9.0.106_Released"><span class="pull-right">2025-06-10</span> Tomcat 9.0.106 Released</h3><div class="text"> +</div><h3 id="Tomcat_10.1.43_Released"><span class="pull-right">2025-07-04</span> Tomcat 10.1.43 Released</h3><div class="text"> <p> -The Apache Tomcat Project is proud to announce the release of version 9.0.106 +The Apache Tomcat Project is proud to announce the release of version 10.1.43 of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.105 include:</p> +Jakarta EE 10 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>Provide finer grained control of multi-part request processing via two - new attributes on the Connector element.</li> - <li>Mark the JSP wrapper for reload after a failed compilation.</li> + <li>Increase the default for maxPartCount from 10 to 50. Update the + documentation to provide more details on the memory requirements + to support multi-part uploads while avoiding a denial of service risk.</li> + + <li>Improvements to http/2 support, including data-frame padding, + request statistics, and suppression of warnings when client + certificate verification has been configured in certain environments.</li> + + <li>Fix a regression in the fix for CVE-2025-49125 that prevented access + to PreResources and PostResources when mounted below the web + application root with a path that was terminated with a file + separator.</li> </ul> + <p> Full details of these changes, and all the other changes, are available in the -<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.106_(remm)">Tomcat 9 +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.43_(schultz)">Tomcat 10.1 changelog</a>. </p> <p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +<a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> -</div><h3 id="Tomcat_10.1.42_Released"><span class="pull-right">2025-06-09</span> Tomcat 10.1.42 Released</h3><div class="text"> +</div><h3 id="Tomcat_9.0.106_Released"><span class="pull-right">2025-06-10</span> Tomcat 9.0.106 Released</h3><div class="text"> <p> -The Apache Tomcat Project is proud to announce the release of version 10.1.42 +The Apache Tomcat Project is proud to announce the release of version 9.0.106 of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 10 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> +Java EE 8 platform. The notable changes compared to 9.0.105 include:</p> <ul> <li>Provide finer grained control of multi-part request processing via two new attributes on the Connector element.</li> - <li>Mark the JSP wrapper for reload after a failed compilation.</li> - - <li>Update Tomcat Native to 2.0.9 including Windows binaries built with - OpenSSL 3.5.0.</li> </ul> - <p> Full details of these changes, and all the other changes, are available in the -<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.42_(schultz)">Tomcat 10.1 +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.106_(remm)">Tomcat 9 changelog</a>. </p> <p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-10.cgi">Download</a> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> </p> </div><h3 id="Tomcat_11.0.8_Released"><span class="pull-right">2025-06-09</span> Tomcat 11.0.8 Released</h3><div class="text"> <p> Modified: tomcat/site/trunk/docs/migration-10.1.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.1.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-10.1.html (original) +++ tomcat/site/trunk/docs/migration-10.1.html Fri Jul 4 19:52:54 2025 @@ -217,8 +217,9 @@ versions of Apache Tomcat<sup>®</sup <option value="10.1.36">10.1.36</option> <option value="10.1.39">10.1.39</option> <option value="10.1.40">10.1.40</option> - <option value="10.1.41" selected>10.1.41</option> - <option value="10.1.42">10.1.42</option> + <option value="10.1.41">10.1.41</option> + <option value="10.1.42" selected>10.1.42</option> + <option value="10.1.43">10.1.43</option> </select>,</label> <label>new version: <select name="target"> <option value="10.1.0-M1">10.1.0-M1</option> @@ -270,7 +271,8 @@ versions of Apache Tomcat<sup>®</sup <option value="10.1.39">10.1.39</option> <option value="10.1.40">10.1.40</option> <option value="10.1.41">10.1.41</option> - <option value="10.1.42" selected>10.1.42</option> + <option value="10.1.42">10.1.42</option> + <option value="10.1.43" selected>10.1.43</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=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/oldnews.html (original) +++ tomcat/site/trunk/docs/oldnews.html Fri Jul 4 19:52:54 2025 @@ -19,6 +19,39 @@ <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.1.42_Released"><span class="pull-right">2025-06-09</span> Tomcat 10.1.42 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 10.1.42 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 10 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>Provide finer grained control of multi-part request processing via two + new attributes on the Connector element.</li> + + <li>Mark the JSP wrapper for reload after a failed compilation.</li> + + <li>Update Tomcat Native to 2.0.9 including Windows binaries built with + OpenSSL 3.5.0.</li> +</ul> + +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-10.1-doc/changelog.html#Tomcat_10.1.42_(schultz)">Tomcat 10.1 +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.105_Released"><span class="pull-right">2025-05-12</span> Tomcat 9.0.105 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.105 Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/RELEASE-NOTES.txt?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/RELEASE-NOTES.txt (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/RELEASE-NOTES.txt Fri Jul 4 19:52:54 2025 @@ -16,7 +16,7 @@ ================================================================================ - Apache Tomcat Version 10.1.42 + Apache Tomcat Version 10.1.43 Release Notes Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/aio.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/aio.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/aio.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/aio.html Fri Jul 4 19:52:54 2025 @@ -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"><link href="./images/docs-stylesheet.css" rel="stylesheet" type="text/css"><title>Apache Tomcat 10 (10.1.42) - Advanced IO and Tomcat</title><meta name="author" content="Remy Maucherat"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="./images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="https://www.apache.org/" target="_blank"><img src="./images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>Apache Tomcat 10</h1><div class="versionInfo"> - Version 10.1.42, - <time datetime="2025-06-05">Jun 5 2025</time></div><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2>Links</h2><ul><li><a href="index.html">Docs Home</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li></ul></div><div><h2>User Guide</h2><ul><li><a href="introduction.html">1) Introduction</a></li><li><a href="setup.html">2) Setup</a></li><li><a href="appdev/index.html">3) First webapp</a></li><li><a href="deployer-howto.html">4) Deployer</a></li><li><a href="manager-howto.html">5) Manager</a></li><li><a href="host-manager-howto.html">6) Host Manager</a></li><li><a href="realm-howto.html">7) Realms and AAA</a></li><li><a href="security-manager-howto.html">8) Security Manager</a></li><li><a href="jndi-resources-howto.html">9) JNDI Resources</a></li><li><a href="jndi-datasource-examples-howto.html">10) JDBC DataSources</a>< /li><li><a href="class-loader-howto.html">11) Classloading</a></li><li><a href="jasper-howto.html">12) JSPs</a></li><li><a href="ssl-howto.html">13) SSL/TLS</a></li><li><a href="ssi-howto.html">14) SSI</a></li><li><a href="cgi-howto.html">15) CGI</a></li><li><a href="proxy-howto.html">16) Proxy Support</a></li><li><a href="mbeans-descriptors-howto.html">17) MBeans Descriptors</a></li><li><a href="default-servlet.html">18) Default Servlet</a></li><li><a href="cluster-howto.html">19) Clustering</a></li><li><a href="balancer-howto.html">20) Load Balancer</a></li><li><a href="connectors.html">21) Connectors</a></li><li><a href="monitoring.html">22) Monitoring and Management</a></li><li><a href="logging.html">23) Logging</a></li><li><a href="apr.html">24) APR/Native</a></li><li><a href="virtual-hosting-howto.html">25) Virtual Hosting</a></li><li><a href="aio.html">26) Advanced IO</a></li><li><a href="maven-jars.html">27) Mavenized</a></li><li><a href="security-howto.html">28) Security Co nsiderations</a></li><li><a href="windows-service-howto.html">29) Windows Service</a></li><li><a href="windows-auth-howto.html">30) Windows Authentication</a></li><li><a href="jdbc-pool.html">31) Tomcat's JDBC Pool</a></li><li><a href="web-socket-howto.html">32) WebSocket</a></li><li><a href="rewrite.html">33) Rewrite</a></li><li><a href="cdi.html">34) CDI 2 and JAX-RS</a></li><li><a href="graal.html">35) AOT/GraalVM Support</a></li></ul></div><div><h2>Reference</h2><ul><li><a href="RELEASE-NOTES.txt">Release Notes</a></li><li><a href="config/index.html">Configuration</a></li><li><a href="api/index.html">Tomcat Javadocs</a></li><li><a href="servletapi/index.html">Servlet 6.0 Javadocs</a></li><li><a href="jspapi/index.html">JSP 3.1 Javadocs</a></li><li><a href="elapi/index.html">EL 5.0 Javadocs</a></li><li><a href="websocketapi/index.html">WebSocket 2.1 Javadocs</a></li><li><a href="jaspicapi/index.html">Authentication 3.0 Javadocs</a></li><li><a href="annotationapi/index.html">Annot ations 2.1 Javadocs</a></li><li><a href="https://tomcat.apache.org/connectors-doc/">JK 1.2 Documentation</a></li></ul></div><div><h2>Apache Tomcat Development</h2><ul><li><a href="building.html">Building</a></li><li><a href="changelog.html">Changelog</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Status</a></li><li><a href="developers.html">Developers</a></li><li><a href="architecture/index.html">Architecture</a></li><li><a href="tribes/introduction.html">Tribes</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>Advanced IO and Tomcat</h2><h3 id="Table_of_Contents">Table of Contents</h3><div class="text"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="./images/docs-stylesheet.css" rel="stylesheet" type="text/css"><title>Apache Tomcat 10 (10.1.43) - Advanced IO and Tomcat</title><meta name="author" content="Remy Maucherat"></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="./images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="https://www.apache.org/" target="_blank"><img src="./images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>Apache Tomcat 10</h1><div class="versionInfo"> + Version 10.1.43, + <time datetime="2025-07-01">Jul 1 2025</time></div><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2>Links</h2><ul><li><a href="index.html">Docs Home</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ">FAQ</a></li></ul></div><div><h2>User Guide</h2><ul><li><a href="introduction.html">1) Introduction</a></li><li><a href="setup.html">2) Setup</a></li><li><a href="appdev/index.html">3) First webapp</a></li><li><a href="deployer-howto.html">4) Deployer</a></li><li><a href="manager-howto.html">5) Manager</a></li><li><a href="host-manager-howto.html">6) Host Manager</a></li><li><a href="realm-howto.html">7) Realms and AAA</a></li><li><a href="security-manager-howto.html">8) Security Manager</a></li><li><a href="jndi-resources-howto.html">9) JNDI Resources</a></li><li><a href="jndi-datasource-examples-howto.html">10) JDBC DataSources</a>< /li><li><a href="class-loader-howto.html">11) Classloading</a></li><li><a href="jasper-howto.html">12) JSPs</a></li><li><a href="ssl-howto.html">13) SSL/TLS</a></li><li><a href="ssi-howto.html">14) SSI</a></li><li><a href="cgi-howto.html">15) CGI</a></li><li><a href="proxy-howto.html">16) Proxy Support</a></li><li><a href="mbeans-descriptors-howto.html">17) MBeans Descriptors</a></li><li><a href="default-servlet.html">18) Default Servlet</a></li><li><a href="cluster-howto.html">19) Clustering</a></li><li><a href="balancer-howto.html">20) Load Balancer</a></li><li><a href="connectors.html">21) Connectors</a></li><li><a href="monitoring.html">22) Monitoring and Management</a></li><li><a href="logging.html">23) Logging</a></li><li><a href="apr.html">24) APR/Native</a></li><li><a href="virtual-hosting-howto.html">25) Virtual Hosting</a></li><li><a href="aio.html">26) Advanced IO</a></li><li><a href="maven-jars.html">27) Mavenized</a></li><li><a href="security-howto.html">28) Security Co nsiderations</a></li><li><a href="windows-service-howto.html">29) Windows Service</a></li><li><a href="windows-auth-howto.html">30) Windows Authentication</a></li><li><a href="jdbc-pool.html">31) Tomcat's JDBC Pool</a></li><li><a href="web-socket-howto.html">32) WebSocket</a></li><li><a href="rewrite.html">33) Rewrite</a></li><li><a href="cdi.html">34) CDI 2 and JAX-RS</a></li><li><a href="graal.html">35) AOT/GraalVM Support</a></li></ul></div><div><h2>Reference</h2><ul><li><a href="RELEASE-NOTES.txt">Release Notes</a></li><li><a href="config/index.html">Configuration</a></li><li><a href="api/index.html">Tomcat Javadocs</a></li><li><a href="servletapi/index.html">Servlet 6.0 Javadocs</a></li><li><a href="jspapi/index.html">JSP 3.1 Javadocs</a></li><li><a href="elapi/index.html">EL 5.0 Javadocs</a></li><li><a href="websocketapi/index.html">WebSocket 2.1 Javadocs</a></li><li><a href="jaspicapi/index.html">Authentication 3.0 Javadocs</a></li><li><a href="annotationapi/index.html">Annot ations 2.1 Javadocs</a></li><li><a href="https://tomcat.apache.org/connectors-doc/">JK 1.2 Documentation</a></li></ul></div><div><h2>Apache Tomcat Development</h2><ul><li><a href="building.html">Building</a></li><li><a href="changelog.html">Changelog</a></li><li><a href="https://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions">Status</a></li><li><a href="developers.html">Developers</a></li><li><a href="architecture/index.html">Architecture</a></li><li><a href="tribes/introduction.html">Tribes</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>Advanced IO and Tomcat</h2><h3 id="Table_of_Contents">Table of Contents</h3><div class="text"> <ul><li><a href="#Introduction">Introduction</a></li><li><a href="#Asynchronous_writes">Asynchronous writes</a></li></ul> </div><h3 id="Introduction">Introduction</h3><div class="text"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allclasses-index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allclasses-index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allclasses-index.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allclasses-index.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>All Classes and Interfaces (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>All Classes and Interfaces (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#all-classes">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allpackages-index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allpackages-index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allpackages-index.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/allpackages-index.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>All Packages (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>All Packages (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="package index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#all-packages">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/deprecated-list.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/deprecated-list.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/deprecated-list.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/deprecated-list.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Deprecated List (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Deprecated List (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="deprecated elements"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#deprecated">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/help-doc.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/help-doc.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/help-doc.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/help-doc.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>API Help (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>API Help (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="help"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li class="nav-bar-cell1-rev">Help</li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index-all.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index-all.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index-all.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index-all.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Index (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Index (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#index">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/index.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Overview (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Overview (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="package index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#overview">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> @@ -52,7 +52,7 @@ loadScripts(document, 'script');</script <div class="main-grid"> <main role="main"> <div class="header"> -<h1 class="title">Common Annotations 2.1 API - Apache Tomcat<sup>®</sup> 10.1.42</h1> +<h1 class="title">Common Annotations 2.1 API - Apache Tomcat<sup>®</sup> 10.1.43</h1> </div> <div id="all-packages-table"> <div class="caption"><span>Packages</span></div> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Generated.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Generated.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Generated.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Generated.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Generated (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Generated (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Generated"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ManagedBean.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ManagedBean.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ManagedBean.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ManagedBean.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>ManagedBean (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>ManagedBean (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: ManagedBean"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nonnull.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nonnull.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nonnull.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nonnull.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Nonnull (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Nonnull (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Nonnull"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nullable.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nullable.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nullable.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Nullable.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Nullable (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Nullable (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Nullable"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PostConstruct.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PostConstruct.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PostConstruct.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PostConstruct.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>PostConstruct (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>PostConstruct (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: PostConstruct"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PreDestroy.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PreDestroy.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PreDestroy.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/PreDestroy.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>PreDestroy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>PreDestroy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: PreDestroy"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Priority.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Priority.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Priority.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Priority.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Priority (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Priority (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Priority"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.AuthenticationType.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Resource.AuthenticationType (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Resource.AuthenticationType (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Resource, enum: AuthenticationType"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resource.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Resource (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Resource (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Resource"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resources.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resources.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resources.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/Resources.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Resources (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Resources (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation, annotation type: Resources"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-summary.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-summary.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>jakarta.annotation (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>jakarta.annotation (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-tree.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/package-tree.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>jakarta.annotation Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>jakarta.annotation Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: jakarta.annotation"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../search.html">Search</a></li> <li><a href="../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DeclareRoles.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>DeclareRoles (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>DeclareRoles (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: DeclareRoles"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DenyAll.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DenyAll.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DenyAll.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/DenyAll.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>DenyAll (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>DenyAll (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: DenyAll"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/PermitAll.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/PermitAll.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/PermitAll.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/PermitAll.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>PermitAll (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>PermitAll (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: PermitAll"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RolesAllowed.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>RolesAllowed (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>RolesAllowed (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: RolesAllowed"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RunAs.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RunAs.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RunAs.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/RunAs.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>RunAs (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>RunAs (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security, annotation type: RunAs"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-summary.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-summary.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>jakarta.annotation.security (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>jakarta.annotation.security (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.security"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-tree.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/security/package-tree.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>jakarta.annotation.security Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>jakarta.annotation.security Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: jakarta.annotation.security"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinition.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>DataSourceDefinition (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>DataSourceDefinition (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.sql, annotation type: DataSourceDefinition"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/DataSourceDefinitions.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>DataSourceDefinitions (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>DataSourceDefinitions (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.sql, annotation type: DataSourceDefinitions"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-summary.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-summary.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>jakarta.annotation.sql (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>jakarta.annotation.sql (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: jakarta.annotation.sql"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#package">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-tree.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/sql/package-tree.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>jakarta.annotation.sql Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>jakarta.annotation.sql Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="tree: package: jakarta.annotation.sql"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-summary.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-summary.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-summary.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-summary.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42</title> +<title>Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="index redirect"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-tree.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-tree.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-tree.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/overview-tree.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Class Hierarchy (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class tree"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#tree">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/search.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/search.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/search.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/annotationapi/search.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Search (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.42)</title> +<title>Search (Common Annotations 2.1 API Documentation - Apache Tomcat 10.1.43)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="search"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li class="nav-bar-cell1-rev">Search</li> <li><a href="help-doc.html#search">Help</a></li> </ul> -<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Common Annotations 2.1 - Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/allclasses-index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/allclasses-index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/allclasses-index.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/allclasses-index.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>All Classes and Interfaces (Apache Tomcat 10.1.42 API Documentation)</title> +<title>All Classes and Interfaces (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="class index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#all-classes">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/allpackages-index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/allpackages-index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/allpackages-index.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/allpackages-index.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>All Packages (Apache Tomcat 10.1.42 API Documentation)</title> +<title>All Packages (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="package index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#all-packages">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/constant-values.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/constant-values.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/constant-values.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/constant-values.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Constant Field Values (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Constant Field Values (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="summary of constants"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#constant-values">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/deprecated-list.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/deprecated-list.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/deprecated-list.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/deprecated-list.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Deprecated List (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Deprecated List (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="deprecated elements"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#deprecated">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/help-doc.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/help-doc.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/help-doc.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/help-doc.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>API Help (Apache Tomcat 10.1.42 API Documentation)</title> +<title>API Help (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="help"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li class="nav-bar-cell1-rev">Help</li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/index-all.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/index-all.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/index-all.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/index-all.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Index (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Index (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#index">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> @@ -1220,7 +1220,7 @@ loadScripts(document, 'script');</script </dd> <dt><a href="org/apache/catalina/startup/Tomcat.html#addDefaultMimeTypeMappings(org.apache.catalina.Context)" class="member-name-link">addDefaultMimeTypeMappings(Context)</a> - Static method in class org.apache.catalina.startup.<a href="org/apache/catalina/startup/Tomcat.html" title="class in org.apache.catalina.startup">Tomcat</a></dt> <dd> -<div class="block">Add the default MIME type mappings to the provide Context.</div> +<div class="block">Add the default MIME type mappings to the provided Context.</div> </dd> <dt><a href="org/apache/jasper/compiler/PageInfo.html#addDependant(java.lang.String,java.lang.Long)" class="member-name-link">addDependant(String, Long)</a> - Method in class org.apache.jasper.compiler.<a href="org/apache/jasper/compiler/PageInfo.html" title="class in org.apache.jasper.compiler">PageInfo</a></dt> <dd> </dd> @@ -42066,7 +42066,7 @@ for Catalina and Jasper.</div> <dd> <div class="block">Parses an unsigned long from the specified sub array of bytes.</div> </dd> -<dt><a href="org/apache/tomcat/util/http/parser/MediaType.html#parseMediaType(java.io.StringReader)" class="member-name-link">parseMediaType(StringReader)</a> - Static method in class org.apache.tomcat.util.http.parser.<a href="org/apache/tomcat/util/http/parser/MediaType.html" title="class in org.apache.tomcat.util.http.parser">MediaType</a></dt> +<dt><a href="org/apache/tomcat/util/http/parser/MediaType.html#parseMediaType(java.io.Reader)" class="member-name-link">parseMediaType(Reader)</a> - Static method in class org.apache.tomcat.util.http.parser.<a href="org/apache/tomcat/util/http/parser/MediaType.html" title="class in org.apache.tomcat.util.http.parser">MediaType</a></dt> <dd> <div class="block">Parses a MediaType value, either from an HTTP header or from an application.</div> </dd> @@ -45497,6 +45497,8 @@ for Catalina and Jasper.</div> <dd> </dd> <dt><a href="org/apache/catalina/connector/Request.html#recycleSessionInfo()" class="member-name-link">recycleSessionInfo()</a> - Method in class org.apache.catalina.connector.<a href="org/apache/catalina/connector/Request.html" title="class in org.apache.catalina.connector">Request</a></dt> <dd> </dd> +<dt><a href="org/apache/coyote/RequestInfo.html#recycleStatistcs()" class="member-name-link">recycleStatistcs()</a> - Method in class org.apache.coyote.<a href="org/apache/coyote/RequestInfo.html" title="class in org.apache.coyote">RequestInfo</a></dt> +<dd> </dd> <dt><a href="org/apache/catalina/startup/HostConfig.DeployedApplication.html#redeployResources" class="member-name-link">redeployResources</a> - Variable in class org.apache.catalina.startup.<a href="org/apache/catalina/startup/HostConfig.DeployedApplication.html" title="class in org.apache.catalina.startup">HostConfig.DeployedApplication</a></dt> <dd> <div class="block">Any modification of the specified (static) resources will cause a redeployment of the application.</div> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/index.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/index.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/index.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Overview (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Overview (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="package index"> @@ -34,7 +34,7 @@ loadScripts(document, 'script');</script <li><a href="search.html">Search</a></li> <li><a href="help-doc.html#overview">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> @@ -52,7 +52,7 @@ loadScripts(document, 'script');</script <div class="main-grid"> <main role="main"> <div class="header"> -<h1 class="title">Apache Tomcat<sup>®</sup> 10.1.42 API</h1> +<h1 class="title">Apache Tomcat<sup>®</sup> 10.1.43 API</h1> </div> <div id="all-packages-table"> <div class="caption"><span>Packages</span></div> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/member-search-index.js URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/member-search-index.js?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/member-search-index.js (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/member-search-index.js Fri Jul 4 19:52:54 2025 @@ -1 +1 @@ [... 5 lines stripped ...] Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AccessLog.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AccessLog.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AccessLog.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AccessLog.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>AccessLog (Apache Tomcat 10.1.42 API Documentation)</title> +<title>AccessLog (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.catalina, interface: AccessLog"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AsyncDispatcher.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AsyncDispatcher.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AsyncDispatcher.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/AsyncDispatcher.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>AsyncDispatcher (Apache Tomcat 10.1.42 API Documentation)</title> +<title>AsyncDispatcher (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.catalina, interface: AsyncDispatcher"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Authenticator.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Authenticator.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Authenticator.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Authenticator.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Authenticator (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Authenticator (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.catalina, interface: Authenticator"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Cluster.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Cluster.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Cluster.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Cluster.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Cluster (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Cluster (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.catalina, interface: Cluster"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Contained.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Contained.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Contained.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Contained.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Contained (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Contained (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.catalina, interface: Contained"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> Modified: tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Container.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Container.html?rev=1926958&r1=1926957&r2=1926958&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Container.html (original) +++ tomcat/site/trunk/docs/tomcat-10.1-doc/api/org/apache/catalina/Container.html Fri Jul 4 19:52:54 2025 @@ -2,7 +2,7 @@ <html lang="en"> <head> <!-- Generated by javadoc (24) --> -<title>Container (Apache Tomcat 10.1.42 API Documentation)</title> +<title>Container (Apache Tomcat 10.1.43 API Documentation)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="declaration: package: org.apache.catalina, interface: Container"> @@ -35,7 +35,7 @@ loadScripts(document, 'script');</script <li><a href="../../../search.html">Search</a></li> <li><a href="../../../help-doc.html#class">Help</a></li> </ul> -<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.42</b></div> +<div class="about-language"><b>Apache Tomcat<sup>®</sup> 10.1.43</b></div> </div> </div> <div class="sub-nav"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org