Author: remm
Date: Fri Apr 1 09:37:47 2022
New Revision: 1899478
URL: http://svn.apache.org/viewvc?rev=1899478&view=rev
Log:
Update website for 9.0.62 release
Added:
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/RepeatableArchive.html
Modified:
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-9.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-90.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-9.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=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Fri Apr 1 09:37:47 2022
@@ -67,8 +67,8 @@
<release>
<Version>
<name>Latest Stable 9.0.x Release</name>
- <created>2022-03-14</created>
- <revision>9.0.60</revision>
+ <created>2022-04-01</created>
+ <revision>9.0.62</revision>
</Version>
</release>
<release>
Modified: tomcat/site/trunk/docs/download-90.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Fri Apr 1 09:37:47 2022
@@ -10,7 +10,7 @@
</p>
</div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
-[define v]9.0.60[end]
+[define v]9.0.62[end]
<a href="https://downloads.apache.org/tomcat/tomcat-9/KEYS">KEYS</a> |
<a href="#[v]">[v]</a> |
<a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> |
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Apr 1 09:37:47 2022
@@ -34,6 +34,30 @@ 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.62_Released"><span
class="pull-right">2022-04-01</span> Tomcat 9.0.62 Released</h3><div
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.62
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.60 include:</p>
+<ul>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.32 to
+ pick up Windows binaries built with OpenSSL 1.1.1n.</li>
+<li>Improve logging of unknown HTTP/2 settings frames. Pull request by
+ Thomas Hoffmann.</li>
+<li>Add additional warnings if incompatible TLS configurations are used
+ such as HTTP/2 with CLIENT-CERT authentication.</li>
+<li>Harden the class loader to provide a mitigation for CVE-2022-22965
+ a Spring Framework vulnerability.</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.62_(remm)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-90.cgi">Download</a>
+</p>
</div><h3 id="Tomcat_10.0.20_Released"><span
class="pull-right">2022-04-01</span> Tomcat 10.0.20 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.0.20
@@ -137,31 +161,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.32</a>
</p>
-</div><h3 id="Tomcat_9.0.60_Released"><span
class="pull-right">2022-03-14</span> Tomcat 9.0.60 Released</h3><div
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.60
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.59 include:</p>
-<ul>
-<li>Fix a potential thread-safety issue that could cause HTTP/1.1 request
- processing to pause, and potentially timeout, waiting for additional data
- when the full request has been received.</li>
-<li>Fix a regression introduced with 65757 bugfix which better identified
- non-request threads but which introduced a similar problem when user code
- was doing sequential operations in a single thread.</li>
-<li>When resolving methods in EL expressions that use beans and/or static
- fields, ensure that any custom type conversion is considered when
- identifying the method to call.</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.60_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="https://tomcat.apache.org/download-90.cgi">Download</a>
-</p>
</div><h3 id="Tomcat_Migration_Tool_for_Jakarta_EE_1.0.0_Released"><span
class="pull-right">2021-05-07</span> Tomcat Migration Tool for Jakarta EE 1.0.0
Released</h3><div class="text">
<p>
The Apache Tomcat Project is proud to announce the release of 1.0.0 of the
Modified: tomcat/site/trunk/docs/migration-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Fri Apr 1 09:37:47 2022
@@ -442,7 +442,8 @@ of Apache Tomcat.</p>
<option value="9.0.55">9.0.55</option>
<option value="9.0.56">9.0.56</option>
<option value="9.0.58">9.0.58</option>
- <option value="9.0.59" selected>9.0.59</option>
+ <option value="9.0.59">9.0.59</option>
+ <option value="9.0.60" selected>9.0.60</option>
</select>,</label> <label>new version:
<select name="hb">
<option value="9.0.0-M1">9.0.0-M1</option>
@@ -508,7 +509,8 @@ of Apache Tomcat.</p>
<option value="9.0.56">9.0.56</option>
<option value="9.0.58">9.0.58</option>
<option value="9.0.59">9.0.59</option>
- <option value="9.0.60" selected>9.0.60</option>
+ <option value="9.0.60">9.0.60</option>
+ <option value="9.0.62" selected>9.0.62</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=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Fri Apr 1 09:37:47 2022
@@ -16,6 +16,31 @@
<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_9.0.60_Released"><span
class="pull-right">2022-03-14</span> Tomcat 9.0.60 Released</h3><div
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.60
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.59 include:</p>
+<ul>
+<li>Fix a potential thread-safety issue that could cause HTTP/1.1 request
+ processing to pause, and potentially timeout, waiting for additional data
+ when the full request has been received.</li>
+<li>Fix a regression introduced with 65757 bugfix which better identified
+ non-request threads but which introduced a similar problem when user code
+ was doing sequential operations in a single thread.</li>
+<li>When resolving methods in EL expressions that use beans and/or static
+ fields, ensure that any custom type conversion is considered when
+ identifying the method to call.</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.60_(remm)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-90.cgi">Download</a>
+</p>
</div><h3 id="Tomcat_10.0.18_Released"><span
class="pull-right">2022-03-14</span> Tomcat 10.0.18 Released</h3><div
class="text">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.0.18
Added:
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/RepeatableArchive.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/RepeatableArchive.html?rev=1899478&view=auto
==============================================================================
---
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/RepeatableArchive.html
(added)
+++
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/RepeatableArchive.html
Fri Apr 1 09:37:47 2022
@@ -0,0 +1,421 @@
+<!DOCTYPE HTML>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<title>RepeatableArchive (Apache Tomcat 9.0.62 API Documentation)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css"
title="Style">
+<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css"
title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+<script type="text/javascript"
src="../../../../jquery/jszip/dist/jszip.min.js"></script>
+<script type="text/javascript"
src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
+<!--[if IE]>
+<script type="text/javascript"
src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
+<![endif]-->
+<script type="text/javascript"
src="../../../../jquery/jquery-3.5.1.js"></script>
+<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+ try {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="RepeatableArchive (Apache Tomcat 9.0.62 API
Documentation)";
+ }
+ }
+ catch(err) {
+ }
+//-->
+var data = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+var pathtoroot = "../../../../";
+var useModuleDirectories = true;
+loadScripts(document, 'script');</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<header role="banner">
+<nav role="navigation">
+<div class="fixedNav">
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a id="navbar.top">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation
links">Skip navigation links</a></div>
+<a id="navbar.top.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../index.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><b>Apache Tomcat 9.0.62</b></div>
+</div>
+<div class="subNav">
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses.html">All Classes</a></li>
+</ul>
+<ul class="navListSearch">
+<li><label for="search">SEARCH:</label>
+<input type="text" id="search" value="search" disabled="disabled">
+<input type="reset" id="reset" value="reset" disabled="disabled">
+</li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#field.summary">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a id="skip.navbar.top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+</div>
+<div class="navPadding"> </div>
+<script type="text/javascript"><!--
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
+//-->
+</script>
+</nav>
+</header>
+<!-- ======== START OF CLASS DATA ======== -->
+<main role="main">
+<div class="header">
+<div class="subTitle"><span class="packageLabelInType">Package</span> <a
href="package-summary.html">org.apache.tomcat.buildutil</a></div>
+<h2 title="Class RepeatableArchive" class="title">Class RepeatableArchive</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.tools.ant.ProjectComponent</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.tools.ant.Task</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.tomcat.buildutil.RepeatableArchive</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Cloneable</a></code></dd>
+</dl>
+<hr>
+<pre>public class <span class="typeNameLabel">RepeatableArchive</span>
+extends org.apache.tools.ant.Task</pre>
+<div class="block">Ant task to assist with repeatable builds.
+ <p>
+ While originally written to address an issue with Javadoc output, this task
+ takes a generic approach that could be used with any archive. The task takes
+ a set of zip (or jar, war etc) files as its input and sets the last modified
+ time of every file in the archive to be the same as the last modified time
+ of the archive.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<section role="region">
+<ul class="blockList">
+<li class="blockList"><a id="field.summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a
id="fields.inherited.from.class.org.apache.tools.ant.Task">
+<!-- -->
+</a>
+<h3>Fields inherited from class org.apache.tools.ant.Task</h3>
+<code>target, taskName, taskType, wrapper</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a
id="fields.inherited.from.class.org.apache.tools.ant.ProjectComponent">
+<!-- -->
+</a>
+<h3>Fields inherited from class org.apache.tools.ant.ProjectComponent</h3>
+<code>description, location, project</code></li>
+</ul>
+</li>
+</ul>
+</section>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<section role="region">
+<ul class="blockList">
+<li class="blockList"><a id="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Constructor</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tr class="altColor">
+<th class="colConstructorName" scope="row"><code><span
class="memberNameLink"><a
href="#%3Cinit%3E()">RepeatableArchive</a></span>()</code></th>
+<td class="colLast"> </td>
+</tr>
+</table>
+</li>
+</ul>
+</section>
+<!-- ========== METHOD SUMMARY =========== -->
+<section role="region">
+<ul class="blockList">
+<li class="blockList"><a id="method.summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colSecond" scope="col">Method</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#addFileset(org.apache.tools.ant.types.FileSet)">addFileset</a></span>​(org.apache.tools.ant.types.FileSet fs)</code></th>
+<td class="colLast">
+<div class="block">Sets the files to be processed</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#execute()">execute</a></span>()</code></th>
+<td class="colLast"> </td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setDatetime(java.lang.String)">setDatetime</a></span>​(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> datetime)</code></th>
+<td class="colLast"> </td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setPattern(java.lang.String)">setPattern</a></span>​(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> pattern)</code></th>
+<td class="colLast"> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a
id="methods.inherited.from.class.org.apache.tools.ant.Task">
+<!-- -->
+</a>
+<h3>Methods inherited from class org.apache.tools.ant.Task</h3>
+<code>bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper,
getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput,
handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log,
maybeConfigure, perform, reconfigure, setOwningTarget,
setRuntimeConfigurableWrapper, setTaskName, setTaskType</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a
id="methods.inherited.from.class.org.apache.tools.ant.ProjectComponent">
+<!-- -->
+</a>
+<h3>Methods inherited from
class org.apache.tools.ant.ProjectComponent</h3>
+<code>clone, getDescription, getLocation, getProject, setDescription,
setLocation, setProject</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
+<code><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAl
l()" title="class or interface in java.lang"
class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</section>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<section role="region">
+<ul class="blockList">
+<li class="blockList"><a id="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a id="<init>()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RepeatableArchive</h4>
+<pre>public RepeatableArchive()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</section>
+<!-- ============ METHOD DETAIL ========== -->
+<section role="region">
+<ul class="blockList">
+<li class="blockList"><a id="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a id="addFileset(org.apache.tools.ant.types.FileSet)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addFileset</h4>
+<pre
class="methodSignature">public void addFileset​(org.apache.tools.ant.types.FileSet fs)</pre>
+<div class="block">Sets the files to be processed</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fs</code> - The fileset to be processed.</dd>
+</dl>
+</li>
+</ul>
+<a id="setDatetime(java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDatetime</h4>
+<pre class="methodSignature">public void setDatetime​(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> datetime)</pre>
+</li>
+</ul>
+<a id="setPattern(java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPattern</h4>
+<pre class="methodSignature">public void setPattern​(<a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> pattern)</pre>
+</li>
+</ul>
+<a id="execute()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>execute</h4>
+<pre class="methodSignature">public void execute()
+ throws org.apache.tools.ant.BuildException</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>execute</code> in
class <code>org.apache.tools.ant.Task</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.tools.ant.BuildException</code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</section>
+</li>
+</ul>
+</div>
+</div>
+</main>
+<!-- ========= END OF CLASS DATA ========= -->
+<footer role="contentinfo">
+<nav role="navigation">
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a id="navbar.bottom">
+<!-- -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation
links">Skip navigation links</a></div>
+<a id="navbar.bottom.firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../index.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+<div class="aboutLanguage"><b>Apache Tomcat 9.0.62</b></div>
+</div>
+<div class="subNav">
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#field.summary">Field</a> | </li>
+<li><a href="#constructor.summary">Constr</a> | </li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li>Field | </li>
+<li><a href="#constructor.detail">Constr</a> | </li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a id="skip.navbar.bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</nav>
+<p class="legalCopy"><small>Copyright © 2000-2022 Apache Software
Foundation. All Rights Reserved.</small></p>
+</footer>
+</body>
+</html>
Modified: tomcat/site/trunk/docs/whichversion.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Fri Apr 1 09:37:47 2022
@@ -50,7 +50,7 @@ specifications</a> and the respective Ap
<td>1.1</td>
<td>1.1</td>
<td>9.0.x</td>
- <td>9.0.60</td>
+ <td>9.0.62</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=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Fri Apr 1 09:37:47 2022
@@ -67,8 +67,8 @@
<release>
<Version>
<name>Latest Stable 9.0.x Release</name>
- <created>2022-03-14</created>
- <revision>9.0.60</revision>
+ <created>2022-04-01</created>
+ <revision>9.0.62</revision>
</Version>
</release>
<release>
Modified: tomcat/site/trunk/xdocs/download-90.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-90.xml?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.xml (original)
+++ tomcat/site/trunk/xdocs/download-90.xml Fri Apr 1 09:37:47 2022
@@ -22,7 +22,7 @@
Define variable to hold the current version number.
Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
-->
-[define v]9.0.60[end]
+[define v]9.0.62[end]
<a href="https://downloads.apache.org/tomcat/tomcat-9/KEYS">KEYS</a> |
<a href="#[v]">[v]</a> |
<a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> |
Modified: tomcat/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Fri Apr 1 09:37:47 2022
@@ -55,6 +55,32 @@ project logo are trademarks of the Apach
</section>
+<section name="Tomcat 9.0.62 Released" rtext="2022-04-01">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.62
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.60 include:</p>
+<ul>
+<li>Update the packaged version of the Tomcat Native Library to 1.2.32 to
+ pick up Windows binaries built with OpenSSL 1.1.1n.</li>
+<li>Improve logging of unknown HTTP/2 settings frames. Pull request by
+ Thomas Hoffmann.</li>
+<li>Add additional warnings if incompatible TLS configurations are used
+ such as HTTP/2 with CLIENT-CERT authentication.</li>
+<li>Harden the class loader to provide a mitigation for CVE-2022-22965
+ a Spring Framework vulnerability.</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.62_(remm)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
<section name="Tomcat 10.0.20 Released" rtext="2022-04-01">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.0.20
@@ -166,33 +192,6 @@ Tomcat Native. The notable changes since
</p>
</section>
-<section name="Tomcat 9.0.60 Released" rtext="2022-03-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.60
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.59 include:</p>
-<ul>
-<li>Fix a potential thread-safety issue that could cause HTTP/1.1 request
- processing to pause, and potentially timeout, waiting for additional data
- when the full request has been received.</li>
-<li>Fix a regression introduced with 65757 bugfix which better identified
- non-request threads but which introduced a similar problem when user code
- was doing sequential operations in a single thread.</li>
-<li>When resolving methods in EL expressions that use beans and/or static
- fields, ensure that any custom type conversion is considered when
- identifying the method to call.</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.60_(remm)">Tomcat 9
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-90.cgi">Download</a>
-</p>
-</section>
-
<section name="Tomcat Migration Tool for Jakarta EE 1.0.0 Released"
rtext="2021-05-07">
<p>
The Apache Tomcat Project is proud to announce the release of 1.0.0 of the
Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Fri Apr 1 09:37:47 2022
@@ -459,7 +459,8 @@ of Apache Tomcat.</p>
<option value="9.0.55">9.0.55</option>
<option value="9.0.56">9.0.56</option>
<option value="9.0.58">9.0.58</option>
- <option value="9.0.59" selected="selected">9.0.59</option>
+ <option value="9.0.59">9.0.59</option>
+ <option value="9.0.60" selected="selected">9.0.60</option>
</select>,</label> <label>new version:
<select name="hb">
<option value="9.0.0-M1">9.0.0-M1</option>
@@ -525,7 +526,8 @@ of Apache Tomcat.</p>
<option value="9.0.56">9.0.56</option>
<option value="9.0.58">9.0.58</option>
<option value="9.0.59">9.0.59</option>
- <option value="9.0.60" selected="selected">9.0.60</option>
+ <option value="9.0.60">9.0.60</option>
+ <option value="9.0.62" selected="selected">9.0.62</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=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Fri Apr 1 09:37:47 2022
@@ -27,6 +27,33 @@
</ul>
</section>
+<section name="Tomcat 9.0.60 Released" rtext="2022-03-14">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.60
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.59 include:</p>
+<ul>
+<li>Fix a potential thread-safety issue that could cause HTTP/1.1 request
+ processing to pause, and potentially timeout, waiting for additional data
+ when the full request has been received.</li>
+<li>Fix a regression introduced with 65757 bugfix which better identified
+ non-request threads but which introduced a similar problem when user code
+ was doing sequential operations in a single thread.</li>
+<li>When resolving methods in EL expressions that use beans and/or static
+ fields, ensure that any custom type conversion is considered when
+ identifying the method to call.</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.60_(remm)">Tomcat 9
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-90.cgi">Download</a>
+</p>
+</section>
+
<section name="Tomcat 10.0.18 Released" rtext="2022-03-14">
<p>
The Apache Tomcat Project is proud to announce the release of version 10.0.18
Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1899478&r1=1899477&r2=1899478&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Fri Apr 1 09:37:47 2022
@@ -61,7 +61,7 @@ specifications</a> and the respective Ap
<td>1.1</td>
<td>1.1</td>
<td>9.0.x</td>
- <td>9.0.60</td>
+ <td>9.0.62</td>
<td>8 and later</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]