svn commit: r70267 - /release/tomcat/tomcat-10/v10.1.25/

2024-07-12 Thread schultz
Author: schultz
Date: Fri Jul 12 15:51:56 2024
New Revision: 70267

Log:
Drop old release artifacts

Removed:
release/tomcat/tomcat-10/v10.1.25/


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



svn commit: r1919166 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-07-12 Thread schultz
Author: schultz
Date: Fri Jul 12 15:48:53 2024
New Revision: 1919166

URL: http://svn.apache.org/viewvc?rev=1919166=rev
Log:
Announce v10.1.26


[This commit notification would consist of 63 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r70266 - /dev/tomcat/tomcat-10/v10.1.26/ /release/tomcat/tomcat-10/v10.1.26/

2024-07-12 Thread schultz
Author: schultz
Date: Fri Jul 12 15:42:33 2024
New Revision: 70266

Log:
Promote v10.1.26 to release

Added:
release/tomcat/tomcat-10/v10.1.26/
  - copied from r70265, dev/tomcat/tomcat-10/v10.1.26/
Removed:
dev/tomcat/tomcat-10/v10.1.26/


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



svn commit: r1919009 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2024-07-08 Thread remm
Author: remm
Date: Mon Jul  8 08:53:23 2024
New Revision: 1919009

URL: http://svn.apache.org/viewvc?rev=1919009=rev
Log:
Update docs for 9.0.91


[This commit notification would consist of 56 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r1919010 - /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/FilterUtil.html

2024-07-08 Thread remm
Author: remm
Date: Mon Jul  8 08:54:04 2024
New Revision: 1919010

URL: http://svn.apache.org/viewvc?rev=1919010=rev
Log:
Update docs for 9.0.91

Added:

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/FilterUtil.html

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/FilterUtil.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/FilterUtil.html?rev=1919010=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/FilterUtil.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/catalina/util/FilterUtil.html
 Mon Jul  8 08:54:04 2024
@@ -0,0 +1,159 @@
+
+
+
+
+FilterUtil (Apache Tomcat 9.0.91 API Documentation)
+
+
+
+
+
+
+
+
+
+
+
+
+var evenRowColor = "even-row-color";
+var oddRowColor = "odd-row-color";
+var tableTab = "table-tab";
+var activeTableTab = "active-table-tab";
+var pathtoroot = "../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Skip navigation links
+Apache Tomcat® 9.0.91
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+SEARCH:
+
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.catalina.util
+Class FilterUtil
+
+https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html; 
title="class or interface in java.lang" 
class="external-link">java.lang.Object
+org.apache.catalina.util.FilterUtil
+
+
+
+public class FilterUtil
+extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html; 
title="class or interface in java.lang" 
class="external-link">Object
+General purpose utility methods related to filters and 
filter processing.
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsStatic MethodsConcrete Methods
+
+
+Modifier and Type
+Method
+Description
+static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html; 
title="class or interface in java.lang" 
class="external-link">String
+getRequestPath(ServletRequestrequest)
+
+static 
boolean
+matchFiltersURL(FilterMapfilterMap,
+ https://docs.oracle.com/javase/8/docs/api/java/lang/String.html; 
title="class or interface in java.lang" 
class="external-link">StringrequestPath)
+
+Tests if the provided, context-relative, request path 
matches the provided filter mapping.
+
+
+
+
+
+Methods inherited from 
classjava.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html; 
title="class or interface in java.lang" class="external-link">Object
+https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--; 
title="class or interface in java.lang" class="external-link">clone, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-;
 title="class or interface in java.lang" class="external-link">equals, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--;
 title="class or interface in java.lang" class="external-link">finalize, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--;
 title="class or interface in java.lang" class="external-link">getClass, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--;
 title="class or interface in java.lang" class="external-link">hashCode, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--; 
title="class or interface in java.lang" class="external-link">notify, https://docs.o
 racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or 
interface in java.lang" class="external-link">notifyAll, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--;
 title="class or interface in java.lang" class="external-link">toString, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--; 
title="class or interface in java.lang" class="external-link">wait, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-;
 title="class or interface in java.lang" class="external-link">wait, https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-;
 title="class or interface in java.lang" 
class="external-link">wait
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+matchFiltersURL
+public 
staticbooleanmatchFiltersURL(FilterMapfilterMap,
+ https://docs.oracle.com/javase/8/docs/api/java/lang/String.html; 
title="class or interface in java.lang" 
class="external-link">StringrequestPath)
+Tests if the provided, context-relative, request path 
matches the provided filter mapping.
+
+Parameters:
+filterMap - Filter mapping being checked
+requestPath - Context-relative request path of this 
request
+Returns:
+true if the context-relative request path matches the 
requirements of the specified filter
+ mapping; otherwise, return false.
+
+
+
+
+
+getRequestPath
+public 

svn commit: r1919008 - in /tomcat/site/trunk: ./ docs/ xdocs/

2024-07-08 Thread remm
Author: remm
Date: Mon Jul  8 08:45:39 2024
New Revision: 1919008

URL: http://svn.apache.org/viewvc?rev=1919008=rev
Log:
Update for 9.0.91

Modified:
tomcat/site/trunk/build.properties.default
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/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1919008=1919007=1919008=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Jul  8 08:45:39 2024
@@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/
 
 
 # - Tomcat versions -
-tomcat9.0=9.0.90
+tomcat9.0=9.0.91
 tomcat10.1=10.1.25
 tomcat11.0=11.0.0-M22
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1919008=1919007=1919008=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Jul  8 08:45:39 2024
@@ -74,8 +74,8 @@
 
   
 Latest Stable 9.0.x Release
-2024-06-19
-9.0.90
+2024-07-08
+9.0.91
   
 
 

Modified: tomcat/site/trunk/docs/download-90.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1919008=1919007=1919008=diff
==
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Mon Jul  8 08:45:39 2024
@@ -10,7 +10,7 @@
 
   Quick Navigation
 
-[define v]9.0.90[end]
+[define v]9.0.91[end]
 https://downloads.apache.org/tomcat/tomcat-9/KEYS;>KEYS |
 [v] |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1919008=1919007=1919008=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Jul  8 08:45:39 2024
@@ -34,6 +34,30 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2024-07-08 Tomcat 9.0.91 Released
+
+The Apache Tomcat Project is proud to announce the release of version 9.0.90
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.89 include:
+
+When using include directives in a tag file packaged in a JAR file,
+ensure that the include directives are processed correctly.
+Expand the implementation of the filter value of the Authenticator
+attribute allowCorsPreflight, so that it applies to all requests that
+match the configured URL patterns for the CORS filter, rather than
+only applying if the CORS filter is mapped to /*
+Add test-only build target to allow running only the testsuite, supporting
+Java versions down to the minimum supported to run Tomcat.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 9
+changelog.
+
+
+
+https://tomcat.apache.org/download-90.cgi;>Download
+
 2024-07-05 Tomcat 11.0.0-M22 Released
 
 The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M22
@@ -100,27 +124,6 @@ changelog.
 
 https://tomcat.apache.org/download-10.cgi;>Download
 
-2024-06-19 Tomcat 9.0.90 Released
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.90
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.89 include:
-
-Ensure that static resources deployed via a JAR file remain accessible
-   when the context is configured to use a bloom filter.
-Update to Commons Daemon 1.4.0.
-The default value of the discardFacades attribute of the Connector is now
-  true for improved safety.
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 9
-changelog.
-
-
-
-https://tomcat.apache.org/download-90.cgi;>Download
-
 2024-02-12 Tomcat Native 1.3.0 Released
 
 The Apache Tomcat Project is proud to announce the release of version 1.3.0 of

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 

svn commit: r70176 - /dev/tomcat/tomcat-9/v9.0.91/ /release/tomcat/tomcat-9/v9.0.91/

2024-07-08 Thread remm
Author: remm
Date: Mon Jul  8 07:32:59 2024
New Revision: 70176

Log:
Release Apache Tomcat 9.0.91

Added:
release/tomcat/tomcat-9/v9.0.91/
  - copied from r70175, dev/tomcat/tomcat-9/v9.0.91/
Removed:
dev/tomcat/tomcat-9/v9.0.91/


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



svn commit: r1919003 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2024-07-07 Thread n828cl
Author: n828cl
Date: Sun Jul  7 22:14:37 2024
New Revision: 1919003

URL: http://svn.apache.org/viewvc?rev=1919003=rev
Log:
Add new committer - Chuck Caldarale
Restore committer list  alphabetical order

Modified:
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/whoweare.xml

Modified: tomcat/site/trunk/docs/whoweare.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whoweare.html?rev=1919003=1919002=1919003=diff
==
--- tomcat/site/trunk/docs/whoweare.html (original)
+++ tomcat/site/trunk/docs/whoweare.html Sun Jul  7 22:14:37 2024
@@ -56,13 +56,15 @@ A complete list of all the Apache Commit
 Jeremy Boynes (jboynes at apache.org)
 
 
+Chuck Caldarale (n828cl at apache.org)
+
+
 Jean-Frederic Clere (jfclere at apache.org)
 
 
 Keiichi Fujino (kfujino at apache.org)
 
 
-
 Tim Funk (funkman at apache.org)
 
 
@@ -75,6 +77,9 @@ A complete list of all the Apache Commit
 Martin Grigorov (mgrigorov at apache.org)
 
 
+Han Li (lihan at apache.org)
+
+
 Filip Hanik (fhanik at apache.org)
 
 
@@ -126,6 +131,9 @@ A complete list of all the Apache Commit
 Felix Schumacher (fschumacher at apache.org)
 
 
+Dimitris Soumis (dsoumis at apache.org)
+
+
 Coty Sutherland (csutherl at apache.org)
 
 
@@ -144,12 +152,6 @@ A complete list of all the Apache Commit
 Huxing Zhang (huxing at apache.org)
 
 
-Han Li (lihan at apache.org)
-
-
-Dimitris Soumis (dsoumis at apache.org)
-
-
 Emeritus PMC members
 
 http://www.apache.org/foundation/glossary.html#Emeritus;>

Modified: tomcat/site/trunk/xdocs/whoweare.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whoweare.xml?rev=1919003=1919002=1919003=diff
==
--- tomcat/site/trunk/xdocs/whoweare.xml (original)
+++ tomcat/site/trunk/xdocs/whoweare.xml Sun Jul  7 22:14:37 2024
@@ -66,13 +66,15 @@ A complete list of all the Apache Commit
 Jeremy Boynes (jboynes at apache.org)
 
 
+Chuck Caldarale (n828cl at apache.org)
+
+
 Jean-Frederic Clere (jfclere at apache.org)
 
 
 Keiichi Fujino (kfujino at apache.org)
 
 
-
 Tim Funk (funkman at apache.org)
 
 
@@ -85,6 +87,9 @@ A complete list of all the Apache Commit
 Martin Grigorov (mgrigorov at apache.org)
 
 
+Han Li (lihan at apache.org)
+
+
 Filip Hanik (fhanik at apache.org)
 
 
@@ -136,6 +141,9 @@ A complete list of all the Apache Commit
 Felix Schumacher (fschumacher at apache.org)
 
 
+Dimitris Soumis (dsoumis at apache.org)
+
+
 Coty Sutherland (csutherl at apache.org)
 
 
@@ -154,12 +162,6 @@ A complete list of all the Apache Commit
 Huxing Zhang (huxing at apache.org)
 
 
-Han Li (lihan at apache.org)
-
-
-Dimitris Soumis (dsoumis at apache.org)
-
-
 
 
 



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



svn commit: r70171 - in /dev/tomcat/tomcat-10/v10.1.26: ./ bin/ bin/embed/ src/

2024-07-07 Thread schultz
Author: schultz
Date: Sun Jul  7 21:32:50 2024
New Revision: 70171

Log:
Upload 10.1.26 for voting.

Added:
dev/tomcat/tomcat-10/v10.1.26/
dev/tomcat/tomcat-10/v10.1.26/KEYS
dev/tomcat/tomcat-10/v10.1.26/README.html
dev/tomcat/tomcat-10/v10.1.26/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.26/bin/
dev/tomcat/tomcat-10/v10.1.26/bin/README.html
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-deployer.zip.asc
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-windows-x86.zip.asc

dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.exe   (with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.exe.asc
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.exe.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.zip   (with props)
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.zip.asc
dev/tomcat/tomcat-10/v10.1.26/bin/apache-tomcat-10.1.26.zip.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/embed/
dev/tomcat/tomcat-10/v10.1.26/bin/embed/apache-tomcat-10.1.26-embed.tar.gz  
 (with props)

dev/tomcat/tomcat-10/v10.1.26/bin/embed/apache-tomcat-10.1.26-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.26/bin/embed/apache-tomcat-10.1.26-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.26/bin/embed/apache-tomcat-10.1.26-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.26/bin/embed/apache-tomcat-10.1.26-embed.zip.asc

dev/tomcat/tomcat-10/v10.1.26/bin/embed/apache-tomcat-10.1.26-embed.zip.sha512
dev/tomcat/tomcat-10/v10.1.26/src/
dev/tomcat/tomcat-10/v10.1.26/src/apache-tomcat-10.1.26-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.26/src/apache-tomcat-10.1.26-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.26/src/apache-tomcat-10.1.26-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.26/src/apache-tomcat-10.1.26-src.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.26/src/apache-tomcat-10.1.26-src.zip.asc
dev/tomcat/tomcat-10/v10.1.26/src/apache-tomcat-10.1.26-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.1.26/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.26/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.26/KEYS Sun Jul  7 21:32:50 2024
@@ -0,0 +1,562 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8

svn commit: r1918976 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2024-07-06 Thread dsoumis
Author: dsoumis
Date: Sat Jul  6 18:24:35 2024
New Revision: 1918976

URL: http://svn.apache.org/viewvc?rev=1918976=rev
Log:
Add new committer - Dimitris Soumis

Modified:
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/whoweare.xml

Modified: tomcat/site/trunk/docs/whoweare.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whoweare.html?rev=1918976=1918975=1918976=diff
==
--- tomcat/site/trunk/docs/whoweare.html (original)
+++ tomcat/site/trunk/docs/whoweare.html Sat Jul  6 18:24:35 2024
@@ -147,6 +147,9 @@ A complete list of all the Apache Commit
 Han Li (lihan at apache.org)
 
 
+Dimitris Soumis (dsoumis at apache.org)
+
+
 Emeritus PMC members
 
 http://www.apache.org/foundation/glossary.html#Emeritus;>

Modified: tomcat/site/trunk/xdocs/whoweare.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whoweare.xml?rev=1918976=1918975=1918976=diff
==
--- tomcat/site/trunk/xdocs/whoweare.xml (original)
+++ tomcat/site/trunk/xdocs/whoweare.xml Sat Jul  6 18:24:35 2024
@@ -157,6 +157,9 @@ A complete list of all the Apache Commit
 Han Li (lihan at apache.org)
 
 
+Dimitris Soumis (dsoumis at apache.org)
+
+
 
 
 



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



svn commit: r70154 - /release/tomcat/tomcat-11/v11.0.0-M21/

2024-07-05 Thread markt
Author: markt
Date: Fri Jul  5 19:18:47 2024
New Revision: 70154

Log:
Drop old version from CDN

Removed:
release/tomcat/tomcat-11/v11.0.0-M21/


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



svn commit: r1918950 - in /tomcat/site/trunk: docs/download-11.html docs/index.html docs/migration-11.0.html docs/oldnews.html docs/whichversion.html xdocs/download-11.xml xdocs/index.xml xdocs/migrat

2024-07-05 Thread markt
Author: markt
Date: Fri Jul  5 19:13:16 2024
New Revision: 1918950

URL: http://svn.apache.org/viewvc?rev=1918950=rev
Log:
Update site for 11.0.0-M22 (beta) release

Modified:
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/download-11.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/oldnews.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1918950=1918949=1918950=diff
==
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Fri Jul  5 19:13:16 2024
@@ -19,7 +19,7 @@
 
   Quick Navigation
 
-[define v]11.0.0-M21[end]
+[define v]11.0.0-M22[end]
 https://downloads.apache.org/tomcat/tomcat-11/KEYS;>KEYS |
 [v] (beta) |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1918950=1918949=1918950=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Jul  5 19:13:16 2024
@@ -34,6 +34,39 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2024-07-05 Tomcat 11.0.0-M22 Released
+
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M22
+(beta) of Apache Tomcat. This release is a milestone release and is targeted at
+Jakarta EE 11.
+Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
+Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
+Foundation, the primary package for all implemented APIs has changed from
+javax.* to jakarta.*. This will almost certainly
+require code changes to enable applications to migrate from Tomcat 9 and 
earlier
+to Tomcat 10 and later. A
+https://github.com/apache/tomcat-jakartaee-migration;>migration
+tool is available to aid this process.
+The notable changes in this release are:
+
+Move OpenSSL support using FFM to a separate JAR named
+tomcat-coyote-ffm.jar that advertises Java 22 in its manifest.
+When using include directives in a tag file packaged in a JAR file,
+ensure that the include directives are processed correctly.
+Expand the implementation of the filter value of the Authenticator
+attribute allowCorsPreflight, so that it applies to all requests that
+match the configured URL patterns for the CORS filter, rather than
+only applying if the CORS filter is mapped to /* 
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 11
+(beta) changelog.
+
+
+
+https://tomcat.apache.org/download-11.cgi;>Download
+
 2024-06-19 Tomcat 10.1.25 Released
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.25
@@ -88,37 +121,6 @@ changelog.
 
 https://tomcat.apache.org/download-90.cgi;>Download
 
-2024-06-18 Tomcat 11.0.0-M21 Released
-
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M21
-(beta) of Apache Tomcat. This release is a milestone release and is targeted at
-Jakarta EE 11.
-Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
-Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
-Foundation, the primary package for all implemented APIs has changed from
-javax.* to jakarta.*. This will almost certainly
-require code changes to enable applications to migrate from Tomcat 9 and 
earlier
-to Tomcat 10 and later. A
-https://github.com/apache/tomcat-jakartaee-migration;>migration
-tool is available to aid this process.
-The notable changes in this release are:
-
-Ensure that static resources deployed via a JAR file remain accessible
-when the context is configured to use a bloom filter. Based on a pull
-request provided by bergander.
-Add task queue size configuration on the Connector element, similar to the
-Executor element, for consistency.
-Update to Commons Daemon 1.4.0 
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 11
-(beta) changelog.
-
-
-
-https://tomcat.apache.org/download-11.cgi;>Download
-
 2024-02-12 Tomcat Native 1.3.0 Released
 
 The Apache Tomcat Project is proud to announce the release of version 1.3.0 of

Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1918950=1918949=1918950=diff
==
--- 

svn commit: r1918949 - in /tomcat/site/trunk: ./ docs/tomcat-11.0-doc/ docs/tomcat-11.0-doc/annotationapi/ docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/ docs/tomcat-11.0-doc/annotationapi/jak

2024-07-05 Thread markt
Author: markt
Date: Fri Jul  5 19:06:47 2024
New Revision: 1918949

URL: http://svn.apache.org/viewvc?rev=1918949=rev
Log:
Updates docs for 11.0.0-M22 release


[This commit notification would consist of 62 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r70150 - /dev/tomcat/tomcat-11/v11.0.0-M22/ /release/tomcat/tomcat-11/v11.0.0-M22/

2024-07-05 Thread markt
Author: markt
Date: Fri Jul  5 18:33:15 2024
New Revision: 70150

Log:
Release Apache Tomcat 11.0.0-M22

Added:
release/tomcat/tomcat-11/v11.0.0-M22/
  - copied from r70149, dev/tomcat/tomcat-11/v11.0.0-M22/
Removed:
dev/tomcat/tomcat-11/v11.0.0-M22/


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



svn commit: r1918891 - in /tomcat/site/trunk: docs/security-10.html docs/security-11.html docs/security-9.html xdocs/security-10.xml xdocs/security-11.xml xdocs/security-9.xml

2024-07-03 Thread markt
Author: markt
Date: Wed Jul  3 19:25:16 2024
New Revision: 1918891

URL: http://svn.apache.org/viewvc?rev=1918891=rev
Log:
Publish CVE-2024-34750

Modified:
tomcat/site/trunk/docs/security-10.html
tomcat/site/trunk/docs/security-11.html
tomcat/site/trunk/docs/security-9.html
tomcat/site/trunk/xdocs/security-10.xml
tomcat/site/trunk/xdocs/security-11.xml
tomcat/site/trunk/xdocs/security-9.xml

Modified: tomcat/site/trunk/docs/security-10.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-10.html?rev=1918891=1918890=1918891=diff
==
--- tomcat/site/trunk/docs/security-10.html (original)
+++ tomcat/site/trunk/docs/security-10.html Wed Jul  3 19:25:16 2024
@@ -42,7 +42,26 @@
 
 
   Table of Contents
-Fixed in Apache Tomcat 
10.1.19Fixed in Apache 
Tomcat 10.1.16Fixed in 
Apache Tomcat 10.1.14Fixed in Apache Tomcat 
10.1.13Fixed in Apache 
Tomcat 10.1.9Fixed in 
Apache Tomcat 10.1.8Fixed 
in Apache Tomcat 10.1.6Fixed in Apache Tomcat 
10.1.5Fixed in Apache 
Tomcat 10.1.2Fixed in 
Apache Tomcat 10.1.1Fixed in Apache Tomcat 
10.0.27Fixed in Apache 
Tomc
 at 10.0.23Fixed in 
Apache Tomcat 10.1.0-M17Fixed in Apache Tomcat 
10.0.21Fixed in 
Apache Tomcat 10.1.0-M15Fixed in Apache Tomcat 
10.0.20Fixed in 
Apache Tomcat 10.1.0-M14Fixed in Apache Tomcat 
10.0.16Fixed in 
Apache Tomcat 10.1.0-M10Fixed in Apache Tomcat 
10.0.12Fixed in Apache 
Tomcat 10.1.0-M6Fixed in 
Apache Tomcat 10.0.7Fixed 
in Apache Tomcat 10.0.6Fixed in Apache Tomcat 10.0.5Fixed in Apache Tomcat 
10.0.4Fixed in Apache 
Tomcat 10.0.2Fixed in 
Apache Tomcat 10.0.0-M10Fixed in Apache Tomcat 
10.0.0-M8Fixed in 
Apache Tomcat 10.0.0-M7Fixed in Apache Tomcat 
10.0.0-M6Fixed in 
Apache Tomcat 10.0.0-M5Not a vulnerability in 
Tomcat
+Fixed in Apache Tomcat 
10.1.25Fixed in Apache 
Tomcat 10.1.19Fixed in 
Apache Tomcat 10.1.16Fixed in Apache Tomcat 
10.1.14Fixed in Apache 
Tomcat 10.1.13Fixed in 
Apache Tomcat 10.1.9Fixed 
in Apache Tomcat 10.1.8Fixed in Apache Tomcat 
10.1.6Fixed in Apache 
Tomcat 10.1.5Fixed in 
Apache Tomcat 10.1.2Fixed 
in Apache Tomcat 10.1.1Fixed in Apache Tomc
 at 10.0.27Fixed in 
Apache Tomcat 10.0.23Fixed in Apache Tomcat 
10.1.0-M17Fixed in 
Apache Tomcat 10.0.21Fixed in Apache Tomcat 
10.1.0-M15Fixed in 
Apache Tomcat 10.0.20Fixed in Apache Tomcat 
10.1.0-M14Fixed in 
Apache Tomcat 10.0.16Fixed in Apache Tomcat 
10.1.0-M10Fixed in 
Apache Tomcat 10.0.12Fixed in Apache Tomcat 
10.1.0-M6Fixed in Apache 
Tomcat 10.0.7Fixed in Apache Tomcat 10.0.6Fixed in Apache Tomcat 
10.0.5Fixed in Apache 
Tomcat 10.0.4Fixed in 
Apache Tomcat 10.0.2Fixed in Apache Tomcat 
10.0.0-M10Fixed in 
Apache Tomcat 10.0.0-M8Fixed in Apache Tomcat 
10.0.0-M7Fixed in 
Apache Tomcat 10.0.0-M6Fixed in Apache Tomcat 
10.0.0-M5Not a 
vulnerability in Tomcat
+  2024-06-19 Fixed in Apache Tomcat 10.1.25
+
+Important: Denial of Service
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-34750; 
rel="nofollow">CVE-2024-34750
+
+When processing an HTTP/2 stream, Tomcat did not handle some cases of
+   excessive HTTP headers correctly. This led to a miscounting of active
+   HTTP/2 streams which in turn led to the use of an incorrect infinite
+   timeout which allowed connections to remain open which should have been
+   closed.
+
+This was fixed with commit
+   https://github.com/apache/tomcat/commit/2afae300c9ac9c0e516e2e9de580847d925365c3;>2afae300.
+
+This issue was reported to the Tomcat Security Team on 4 May 2024. The
+   issue was made public on 3 July 2024.
+
+Affects: 10.1.0-M1 to 10.1.24
+
   2024-02-19 Fixed in Apache Tomcat 10.1.19
   
 Important: Denial of Service

Modified: tomcat/site/trunk/docs/security-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-11.html?rev=1918891=1918890=1918891=diff
==
--- tomcat/site/trunk/docs/security-11.html (original)
+++ tomcat/site/trunk/docs/security-11.html Wed Jul  3 19:25:16 2024
@@ -36,7 +36,26 @@
 
 
   Table of Contents
-Fixed in Apache 
Tomcat 11.0.0-M17Fixed in Apache Tomcat 
11.0.0-M12Fixed in 
Apache Tomcat 11.0.0-M11Fixed in Apache Tomcat 
11.0.0-M6Fixed in 
Apache Tomcat 11.0.0-M5Fixed in Apache Tomcat 
11.0.0-M3
+Fixed in Apache 
Tomcat 11.0.0-M21Fixed in Apache Tomcat 
11.0.0-M17Fixed in 
Apache Tomcat 11.0.0-M12Fixed in Apache Tomcat 
11.0.0-M11Fixed in 
Apache Tomcat 11.0.0-M6Fixed in Apache Tomcat 
11.0.0-M5Fixed in 
Apache Tomcat 11.0.0-M3
+  2024-06-18 Fixed in Apache Tomcat 11.0.0-M21
+
+Important: Denial of Service
+   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-34750; 
rel="nofollow">CVE-2024-34750
+
+When processing an HTTP/2 stream, Tomcat did not handle some cases of
+   excessive HTTP headers correctly. This led to a miscounting of active
+   HTTP/2 streams 

svn commit: r1918888 - in /tomcat/site/trunk: README.txt build.properties.default build.xml tools/email-template-11.0.txt tools/email-template-8.5.txt tools/news-template-8.5.xml tools/update-version.

2024-07-03 Thread markt
Author: markt
Date: Wed Jul  3 16:55:05 2024
New Revision: 191

URL: http://svn.apache.org/viewvc?rev=191=rev
Log:
Update site build tools to remove 8.5.x

Removed:
tomcat/site/trunk/tools/email-template-8.5.txt
tomcat/site/trunk/tools/news-template-8.5.xml
Modified:
tomcat/site/trunk/README.txt
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/build.xml
tomcat/site/trunk/tools/email-template-11.0.txt
tomcat/site/trunk/tools/update-version.sh

Modified: tomcat/site/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/README.txt?rev=191=1918887=191=diff
==
--- tomcat/site/trunk/README.txt (original)
+++ tomcat/site/trunk/README.txt Wed Jul  3 16:55:05 2024
@@ -73,8 +73,8 @@ reflected on the live tomcat.apache.org
 immediately, so go to http://tomcat.apache.org/ and have fun.
 
 
-To update the documentation for Tomcat 8.5.x, 9.0.x, 10.1.x or 11.0.x:
-==
+To update the documentation for Tomcat 9.0.x, 10.1.x or 11.0.x:
+===
 
 1. If you are using the "sparse" checkout feature, make sure that
subdirectories in the docs/ directory for the relevant Tomcat versions
@@ -83,7 +83,6 @@ To update the documentation for Tomcat 8
The commands are:
 
cd tomcat-site
-   svn up --set-depth infinity docs/tomcat-8.5-doc
svn up --set-depth infinity docs/tomcat-9.0-doc
svn up --set-depth infinity docs/tomcat-10.1-doc
svn up --set-depth infinity docs/tomcat-11.0-doc
@@ -105,7 +104,6 @@ To update the documentation for Tomcat 8
The commands are:
 
cd tomcat-site
-   ant release-8.5
ant release-9.0
ant release-10.1
ant release-11.0

Modified: tomcat/site/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=191=1918887=191=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Jul  3 16:55:05 2024
@@ -36,7 +36,6 @@ tomcat.loc=https://downloads.apache.org/
 
 
 # - Tomcat versions -
-tomcat8.5=8.5.100
 tomcat9.0=9.0.90
 tomcat10.1=10.1.25
 tomcat11.0=11.0.0-M21
@@ -45,9 +44,6 @@ tomcat11.0=11.0.0-M21
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/
 
 # - Tomcat Docs locations -
-tomcat8.5.loc=${tomcat.loc}/tomcat-8/v${tomcat8.5}/bin/apache-tomcat-${tomcat8.5}-fulldocs.tar.gz
 
-tomcat8.5.home=${tomcat-site-docs.home}/${tomcat8.5}
-
 
tomcat9.0.loc=${tomcat.loc}/tomcat-9/v${tomcat9.0}/bin/apache-tomcat-${tomcat9.0}-fulldocs.tar.gz
 
 tomcat9.0.home=${tomcat-site-docs.home}/${tomcat9.0}
 

Modified: tomcat/site/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=191=1918887=191=diff
==
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Wed Jul  3 16:55:05 2024
@@ -91,28 +91,6 @@
 
   
 
-  
-
-
-
-  
-  
-  
-
-
-
-
-
-
-
-  
-
-  
-
-  
-
   

Modified: tomcat/site/trunk/tools/email-template-11.0.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/email-template-11.0.txt?rev=191=1918887=191=diff
==
--- tomcat/site/trunk/tools/email-template-11.0.txt (original)
+++ tomcat/site/trunk/tools/email-template-11.0.txt Wed Jul  3 16:55:05 2024
@@ -21,7 +21,7 @@ http://tomcat.apache.org/tomcat-11.0-doc
 Downloads:
 http://tomcat.apache.org/download-11.cgi
 
-Migration guides from Apache Tomcat 8.5.x, 9.0.x and 10.1.x:
+Migration guides from Apache Tomcat 9.0.x and 10.1.x:
 http://tomcat.apache.org/migration.html
 
 Enjoy!

Modified: tomcat/site/trunk/tools/update-version.sh
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=191=1918887=191=diff
==
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Wed Jul  3 16:55:05 2024
@@ -24,7 +24,7 @@ fail_migration_patch() {
 if [ \( "$1" = '-h' \) -o \( "$1" = "--help" \) ] ; then
   echo "Usage: $0 oldrelease newrelease [release date] [release manager] 
[email]"
   echo
-  echo e.g. $0 8.5.86 8.5.87 2023-03-03 asfuser
+  echo e.g. $0 10.1.14 10.1.15 2023-03-03 asfuser
   echo
   echo The release date will default to "today" in your current time zone.
   echo "The release-manager will default to your current username (${USER})"
@@ -41,7 +41,7 @@ if [ \( "" = "$NEW_RELEASE" \) -o \( ""
   >&2 echo
   >&

svn commit: r1918886 [9/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/source.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/source.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/source.html (original)
+++ tomcat/site/trunk/docs/source.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Repository Accesshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache"><
 /a>http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(beta)Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org
 /foundation/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
+Apache Tomcat - Repository Accesshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache"><
 /a>http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(beta)Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>ThanksLicenseContentTable of Contents
 Version ControlGittomcat.gittomcat-connectors.gittomcat-native.gittomcat-training.gittomcat-taglibs-parent.gittomcat-taglibs-standard.gittomcat-taglibs-rdc.gittomcat-taglibs-site.gittomcat-maven-plugin.gitSubversion RepositoryLine endings
 Version Control
 

Modified: tomcat/site/trunk/docs/taglibs.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/taglibs.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/taglibs.html (original)
+++ tomcat/site/trunk/docs/taglibs.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 

svn commit: r1918886 [7/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/security-10.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-10.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/security-10.html (original)
+++ tomcat/site/trunk/docs/security-10.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 10 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/
 SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.a
 pache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/spons
 orship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 10.x 
vulnerabilities
+Apache Tomcat - Apache Tomcat 10 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/
 SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.a
 pache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>Translations<
 /a>ToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apac
 he.org/foundation/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 10.x 
vulnerabilities
 This page lists all security vulnerabilities fixed in released versions
of Apache Tomcat 10.x. Each vulnerability is given a
security impact rating by the Apache

Modified: tomcat/site/trunk/docs/security-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-11.html?rev=1918886=1918885=1918886=diff

svn commit: r1918886 [4/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/migration-6.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-6.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/migration-6.html (original)
+++ tomcat/site/trunk/docs/migration-6.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Migration Guide - Tomcat 
6.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/Su
 pportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apa
 che.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsor
 ship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
+Apache Tomcat - Migration Guide - Tomcat 
6.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/Su
 pportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apa
 che.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>Translationshref="./tools.html">ToolsMediahref="https://twitter.com/theapachetomcat;>Twitterhref="https://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehref="https://blogs.apache.org/tomcat/;>BlogMisc href="./whoweare.html">Who We Arehref="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>Swag href="./heritage.html">Heritagehref="http://www.apache.org;>Apache Homehref="./resources.html">Resourceshref="./contact.html">Contacthref="./legal.html">Legalhref="https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy href="https://www.apache.org/foundation/contributing.html;>Support 
 >Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache
 .org/foundation/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
 GeneralMigrating from 5.5.x to 
6.0.xJava 5 requiredModified directory structureShared librariesEndorsed librariesDefault web 
applicationsModified 
classloadingInternal Logging API package 
renamingcommons-logging.jarSSLEnabled attribute on 
ConnectorConnector 

svn commit: r1918887 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2024-07-03 Thread markt
Author: markt
Date: Wed Jul  3 16:49:46 2024
New Revision: 1918887

URL: http://svn.apache.org/viewvc?rev=1918887=rev
Log:
Fix typo

Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1918887=1918886=1918887=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Jul  3 16:49:46 2024
@@ -113,7 +113,7 @@ tool is available to aid this proces
 
 Full details of these changes, and all the other changes, are available in the
 Tomcat 11
-(betaeta) changelog.
+(beta) changelog.
 
 
 

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1918887=1918886=1918887=diff
==
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Wed Jul  3 16:49:46 2024
@@ -139,7 +139,7 @@ tool is available to aid this proces
 
 Full details of these changes, and all the other changes, are available in the
 Tomcat 11
-(betaeta) changelog.
+(beta) changelog.
 
 
 



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



svn commit: r1918886 [1/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Author: markt
Date: Wed Jul  3 16:48:44 2024
New Revision: 1918886

URL: http://svn.apache.org/viewvc?rev=1918886=rev
Log:
Remove 8.5.x links (but NOT the actual docs) from the website

Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/docs/conference.html
tomcat/site/trunk/docs/contact.html
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-10.html
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/download-connectors.html
tomcat/site/trunk/docs/download-migration.html
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/download-taglibs.html
tomcat/site/trunk/docs/findhelp.html
tomcat/site/trunk/docs/getinvolved.html
tomcat/site/trunk/docs/heritage.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/irc.html
tomcat/site/trunk/docs/legal.html
tomcat/site/trunk/docs/lists.html
tomcat/site/trunk/docs/maven-plugin.html
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/migration-6.html
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/migration.html
tomcat/site/trunk/docs/oldnews-2010.html
tomcat/site/trunk/docs/oldnews-2011.html
tomcat/site/trunk/docs/oldnews-2012.html
tomcat/site/trunk/docs/oldnews-2013.html
tomcat/site/trunk/docs/oldnews-2014.html
tomcat/site/trunk/docs/oldnews-2015.html
tomcat/site/trunk/docs/oldnews-2016.html
tomcat/site/trunk/docs/oldnews-2017.html
tomcat/site/trunk/docs/oldnews-2018.html
tomcat/site/trunk/docs/oldnews-2019.html
tomcat/site/trunk/docs/oldnews-2020.html
tomcat/site/trunk/docs/oldnews-2021.html
tomcat/site/trunk/docs/oldnews-2022.html
tomcat/site/trunk/docs/oldnews-2023.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/presentations.html
tomcat/site/trunk/docs/resources.html
tomcat/site/trunk/docs/security-10.html
tomcat/site/trunk/docs/security-11.html
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
tomcat/site/trunk/docs/security-impact.html
tomcat/site/trunk/docs/security-jk.html
tomcat/site/trunk/docs/security-native.html
tomcat/site/trunk/docs/security-taglibs.html
tomcat/site/trunk/docs/security.html
tomcat/site/trunk/docs/sitemap-main.xml
tomcat/site/trunk/docs/source.html
tomcat/site/trunk/docs/taglibs.html
tomcat/site/trunk/docs/tomcat-10.0-eol.html
tomcat/site/trunk/docs/tomcat-55-eol.html
tomcat/site/trunk/docs/tomcat-60-eol.html
tomcat/site/trunk/docs/tomcat-70-eol.html
tomcat/site/trunk/docs/tomcat-80-eol.html
tomcat/site/trunk/docs/tomcat-85-eol.html
tomcat/site/trunk/docs/tools.html
tomcat/site/trunk/docs/upgrading.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/bugreport.xml
tomcat/site/trunk/xdocs/ci.xml
tomcat/site/trunk/xdocs/doap_Tomcat.rdf
tomcat/site/trunk/xdocs/lists.xml
tomcat/site/trunk/xdocs/migration.xml
tomcat/site/trunk/xdocs/sitemap-main.xml
tomcat/site/trunk/xdocs/stylesheets/project.xml
tomcat/site/trunk/xdocs/upgrading.xml

Modified: tomcat/site/trunk/docs/bugreport.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Reporting Bugshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 

svn commit: r1918886 [5/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2011.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2011.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/oldnews-2011.html (original)
+++ tomcat/site/trunk/docs/oldnews-2011.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news! - 2011https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-sm
 all.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/downlo
 ad-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat 
Native 2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.
 apache.org/confluence/x/vIPzBQ">TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Spo
 nsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOther news
+Apache Tomcat - Old news! - 2011https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-sm
 all.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/downlo
 ad-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat 
Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundatio
 n/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContentOther news
 Announcements from other years can be found here:
 
   year 2024

Modified: tomcat/site/trunk/docs/oldnews-2012.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2012.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/oldnews-2012.html (original)
+++ tomcat/site/trunk/docs/oldnews-2012.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news! - 

svn commit: r1918886 [6/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2019.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2019.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/oldnews-2019.html (original)
+++ tomcat/site/trunk/docs/oldnews-2019.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomca
 t ConnectorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.
 org/confluence/x/vIPzBQ">TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshi
 phttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
+Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTo
 mcat Native 2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thank
 s.html">Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
 Announcements from previous years can be found here:
 
   year 2024

Modified: tomcat/site/trunk/docs/oldnews-2020.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2020.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/oldnews-2020.html (original)
+++ tomcat/site/trunk/docs/oldnews-2020.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old 

svn commit: r1918886 [3/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/irc.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/irc.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/irc.html (original)
+++ tomcat/site/trunk/docs/irc.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat on IRChttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache
 ">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>Translations
 ToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.
 org/foundation/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat on IRC
+Apache Tomcat - Apache Tomcat on IRChttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache
 ">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahref="https://twitter.com/theapachetomcat;>Twitterhref="https://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehref="https://blogs.apache.org/tomcat/;>BlogMisc href="./whoweare.html">Who We Arehref="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>Swag href="./heritage.html">Heritagehref="http://www.apache.org;>Apache Homehref="./resources.html">Resourceshref="./contact.html">Contacthref="./legal.html">Legalhref="https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy href="https://www.apache.org/foundation/contributing.html;>Support 
 >Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache.org/foundation/thanks.html;>Thankshref="http:
 //www.apache.org/licenses/">LicenseContentApache Tomcat on IRC
 
 An IRC channel dedicated to Apache Tomcat exists on 
libera.chat. 
 

Modified: tomcat/site/trunk/docs/legal.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/legal.html?rev=1918886=1918885=1918886=diff
==
--- 

svn commit: r1918886 [10/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/tomcat-85-eol.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-85-eol.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/tomcat-85-eol.html (original)
+++ tomcat/site/trunk/docs/tomcat-85-eol.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - End of life for Apache Tomcat 
8.5.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/imag
 es/SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomca
 t.apache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sp
 onsorship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContent2022-12-13 End of life for Apache Tomcat 
8.5.x
+Apache Tomcat - End of life for Apache Tomcat 
8.5.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/imag
 es/SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomca
 t.apache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>Translatio
 nsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.a
 pache.org/foundation/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContent2022-12-13 End of life for Apache Tomcat 
8.5.x
 The Apache Tomcat team announces that support for Apache 
Tomcat 8.5.x
 will end on 31 March 2024.
 

Modified: tomcat/site/trunk/docs/tools.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tools.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/tools.html (original)

svn commit: r1918886 [8/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/security-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/security-8.html (original)
+++ tomcat/site/trunk/docs/security-8.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 8 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponso
 rship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 8.x 
vulnerabilities
+Apache Tomcat - Apache Tomcat 8 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apach
 e.org/foundation/thanks.html">Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 8.x 
vulnerabilities
 This page lists all security vulnerabilities fixed in released versions
of Apache Tomcat 8.x. Each vulnerability is given a
security impact rating by the Apache

Modified: tomcat/site/trunk/docs/security-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-9.html?rev=1918886=1918885=1918886=diff
==
--- 

svn commit: r1918886 [2/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/download-connectors.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-connectors.html?rev=1918886=1918885=1918886=diff
==
--- tomcat/site/trunk/docs/download-connectors.html (original)
+++ tomcat/site/trunk/docs/download-connectors.html Wed Jul  3 16:48:44 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Tomcat Connectors (mod_jk) 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt
 ="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (beta)<
 /li>https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat Connectors
 Tomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>
 TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>SponsorshipThankshttp://www.apache.org/licenses/;>LicenseContentTomcat Connectors (mod_jk) 
Downloads
+Apache Tomcat - Tomcat Connectors (mod_jk) 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt
 ="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (beta)<
 /li>https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewhref="./source.html">Source codehref="./ci.html">Buildbothref="https://cwiki.apache.org/confluence/x/vIPzBQ;>Translations href="./tools.html">ToolsMediahref="https://twitter.com/theapachetomcat;>Twitterhref="https://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehref="https://blogs.apache.org/tomcat/;>BlogMisc href="./whoweare.html">Who We Arehref="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>Swag href="./heritage.html">Heritagehref="http://www.apache.org;>Apache Homehref="./resources.html">Resourceshref="./contact.html">Contacthref="./legal.html">Legalhref="https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy href="https://www.apache.org/foundation/contributing.html;>Support 
 >Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTomcat Connectors (mod_jk) 
Downloads
 
   Use the links 

svn commit: r1918885 [10/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/tomcat-80-eol.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-80-eol.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/tomcat-80-eol.html (original)
+++ tomcat/site/trunk/docs/tomcat-80-eol.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - End of life for Apache Tomcat 
8.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/imag
 es/SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomca
 t.apache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5
 UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.htm
 l">Support Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContent2017-06-30 End of life for Apache Tomcat 
8.0.x
+Apache Tomcat - End of life for Apache Tomcat 
8.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/imag
 es/SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomca
 t.apache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sp
 onsorship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContent2017-06-30 End of life for Apache Tomcat 
8.0.x
 The Apache Tomcat team announces that support for Apache 
Tomcat 8.0.x
 will end on 30 June 2018.
 

Modified: tomcat/site/trunk/docs/tomcat-85-eol.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-85-eol.html?rev=1918885=1918884=1918885=diff

svn commit: r1918885 [4/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Migration Guide - Tomcat 
11.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5<
 li>UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverview
 Source codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Sup
 port Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
+Apache Tomcat - Migration Guide - Tomcat 
11.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponso
 rship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
 GeneralMigrating from 10.1.x to 
11.0.xJava 21 requiredSpecification APIsServlet 6.1 APIPages 
4.0Expression Language 
6.0WebSocket TBDAuthentication TBDInternal APIsUpgrading 11.0.xTomcat 11.0.x noteable 
changesTomcat 11.0.x 
configuration file differences
 General
 

Modified: tomcat/site/trunk/docs/migration-6.html
URL: 

svn commit: r1918885 [3/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Welcome!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target
 ="_blank" class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource 
codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacy
 https://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat
+Apache Tomcat - Welcome!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target
 ="_blank" class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5<
 a href="./upgrading.html">UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSour
 ce codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support
  Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat
 
 The Apache Tomcat software is an open source implementation
 of the
@@ -119,38 +119,6 @@ Full details of these changes, and all t
 
 https://tomcat.apache.org/download-11.cgi;>Download
 
-2024-03-25 Tomcat 8.5.100 Released
- 
-The Apache Tomcat Project is proud to announce the release of version 8.5.100
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared 

svn commit: r1918885 [8/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/security-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 7 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5Upgradinghref="./connectors-doc/index.html">Tomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewhref="./source.html
 ">Source codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>S
 upport Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 7.x 
vulnerabilities
+Apache Tomcat - Apache Tomcat 7 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponso
 rship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 7.x 
vulnerabilities
 This page lists all security vulnerabilities fixed in released versions
of Apache 

svn commit: r1918885 [7/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/resources.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/resources.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/resources.html (original)
+++ tomcat/site/trunk/docs/resources.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Resourceshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class
 ="support-asf" alt="Support Apache">http://www.apache.org/; 
target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tom
 cat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentThird party tools and add-ons
+Apache Tomcat - Resourceshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class
 ="support-asf" alt="Support Apache">http://www.apache.org/; 
target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tom
 cat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat Conne
 ctorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/con
 fluence/x/vIPzBQ">TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentThird party tools and add-ons
 
   A https://cwiki.apache.org/confluence/display/TOMCAT/AddOns;>list
   of third party tools and add-ons (most of them free) is maintained on the

Modified: tomcat/site/trunk/docs/security-10.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-10.html?rev=1918885=1918884=1918885=diff
==
--- 

svn commit: r1918885 [9/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/security.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/security.html (original)
+++ tomcat/site/trunk/docs/security.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Reporting Security 
Problemshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/Suppo
 rtApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache
 .org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5Upgradinghref="./connectors-doc/index.html">Tomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewhref="./source.html">So
 urce codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Suppo
 rt Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentSecurity Updates
+Apache Tomcat - Reporting Security 
Problemshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/Suppo
 rtApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache
 .org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbotTranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorshi
 p.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentSecurity Updates
 
 Please note that, except in rare circumstances, binary patches are not
produced for individual vulnerabilities. To obtain the binary fix for a

Modified: 

svn commit: r1918885 [6/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2018.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2018.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/oldnews-2018.html (original)
+++ tomcat/site/trunk/docs/oldnews-2018.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource code
 Buildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apache
 https://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
+Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomca
 t ConnectorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.
 org/confluence/x/vIPzBQ">TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshi
 phttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
 Announcements from previous years can be found here:
 
   year 2024

Modified: tomcat/site/trunk/docs/oldnews-2019.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2019.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/oldnews-2019.html (original)
+++ tomcat/site/trunk/docs/oldnews-2019.html Wed Jul  3 16:39:47 2024
@@ 

svn commit: r1918885 [2/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/download-connectors.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-connectors.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/download-connectors.html (original)
+++ tomcat/site/trunk/docs/download-connectors.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Tomcat Connectors (mod_jk) 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt
 ="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (alpha)
 https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeB
 uildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.
 apache.org/foundation/sponsorship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTomcat Connectors (mod_jk) 
Downloads
+Apache Tomcat - Tomcat Connectors (mod_jk) 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt
 ="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (beta)<
 /li>https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat Connectors
 Tomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>
 TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>SponsorshipThankshttp://www.apache.org/licenses/;>LicenseContentTomcat Connectors (mod_jk) 
Downloads
 
   Use the links below to download the Apache Tomcat 
Connectors
   software from one of our mirrors.  You must

Modified: tomcat/site/trunk/docs/download-migration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-migration.html?rev=1918885=1918884=1918885=diff

svn commit: r1918885 [1/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Author: markt
Date: Wed Jul  3 16:39:47 2024
New Revision: 1918885

URL: http://svn.apache.org/viewvc?rev=1918885=rev
Log:
Remove Tomcat 8 download page

Removed:
tomcat/site/trunk/xdocs/download-80.cgi
tomcat/site/trunk/xdocs/download-80.xml
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/docs/conference.html
tomcat/site/trunk/docs/contact.html
tomcat/site/trunk/docs/download-10.html
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/download-connectors.html
tomcat/site/trunk/docs/download-migration.html
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/download-taglibs.html
tomcat/site/trunk/docs/findhelp.html
tomcat/site/trunk/docs/getinvolved.html
tomcat/site/trunk/docs/heritage.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/irc.html
tomcat/site/trunk/docs/legal.html
tomcat/site/trunk/docs/lists.html
tomcat/site/trunk/docs/maven-plugin.html
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/migration-6.html
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/migration.html
tomcat/site/trunk/docs/oldnews-2010.html
tomcat/site/trunk/docs/oldnews-2011.html
tomcat/site/trunk/docs/oldnews-2012.html
tomcat/site/trunk/docs/oldnews-2013.html
tomcat/site/trunk/docs/oldnews-2014.html
tomcat/site/trunk/docs/oldnews-2015.html
tomcat/site/trunk/docs/oldnews-2016.html
tomcat/site/trunk/docs/oldnews-2017.html
tomcat/site/trunk/docs/oldnews-2018.html
tomcat/site/trunk/docs/oldnews-2019.html
tomcat/site/trunk/docs/oldnews-2020.html
tomcat/site/trunk/docs/oldnews-2021.html
tomcat/site/trunk/docs/oldnews-2022.html
tomcat/site/trunk/docs/oldnews-2023.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/presentations.html
tomcat/site/trunk/docs/resources.html
tomcat/site/trunk/docs/security-10.html
tomcat/site/trunk/docs/security-11.html
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
tomcat/site/trunk/docs/security-impact.html
tomcat/site/trunk/docs/security-jk.html
tomcat/site/trunk/docs/security-native.html
tomcat/site/trunk/docs/security-taglibs.html
tomcat/site/trunk/docs/security.html
tomcat/site/trunk/docs/source.html
tomcat/site/trunk/docs/taglibs.html
tomcat/site/trunk/docs/tomcat-10.0-eol.html
tomcat/site/trunk/docs/tomcat-55-eol.html
tomcat/site/trunk/docs/tomcat-60-eol.html
tomcat/site/trunk/docs/tomcat-70-eol.html
tomcat/site/trunk/docs/tomcat-80-eol.html
tomcat/site/trunk/docs/tomcat-85-eol.html
tomcat/site/trunk/docs/tools.html
tomcat/site/trunk/docs/upgrading.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/stylesheets/project.xml

Modified: tomcat/site/trunk/docs/bugreport.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Reporting Bugshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 

svn commit: r1918885 [5/10] - in /tomcat/site/trunk: docs/ xdocs/ xdocs/stylesheets/

2024-07-03 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2010.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2010.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/oldnews-2010.html (original)
+++ tomcat/site/trunk/docs/oldnews-2010.html Wed Jul  3 16:39:47 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news! - 2010https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-sm
 all.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/downlo
 ad-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOther news
+Apache Tomcat - Old news! - 2010https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-sm
 all.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/downlo
 ad-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat 
Native 2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.
 apache.org/confluence/x/vIPzBQ">TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Spo
 nsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOther news
 Announcements from other years can be found here:
 
   year 2024

Modified: tomcat/site/trunk/docs/oldnews-2011.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2011.html?rev=1918885=1918884=1918885=diff
==
--- tomcat/site/trunk/docs/oldnews-2011.html (original)
+++ tomcat/site/trunk/docs/oldnews-2011.html Wed Jul  3 16:39:47 2024

svn commit: r70100 - in /dev/tomcat/tomcat-9/v9.0.91: ./ bin/ bin/embed/ src/

2024-07-02 Thread remm
Author: remm
Date: Tue Jul  2 12:43:56 2024
New Revision: 70100

Log:
Upload 9.0.91 for voting

Added:
dev/tomcat/tomcat-9/v9.0.91/
dev/tomcat/tomcat-9/v9.0.91/KEYS
dev/tomcat/tomcat-9/v9.0.91/README.html
dev/tomcat/tomcat-9/v9.0.91/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.91/bin/
dev/tomcat/tomcat-9/v9.0.91/bin/README.html
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-deployer.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-deployer.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-deployer.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-deployer.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-deployer.zip.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-fulldocs.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x64.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x64.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x64.zip.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x86.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x86.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91-windows-x86.zip.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.exe   (with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.exe.asc   (with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.exe.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.tar.gz   (with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.zip   (with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.zip.asc   (with props)
dev/tomcat/tomcat-9/v9.0.91/bin/apache-tomcat-9.0.91.zip.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/embed/
dev/tomcat/tomcat-9/v9.0.91/bin/embed/apache-tomcat-9.0.91-embed.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/embed/apache-tomcat-9.0.91-embed.tar.gz.asc 
  (with props)

dev/tomcat/tomcat-9/v9.0.91/bin/embed/apache-tomcat-9.0.91-embed.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.91/bin/embed/apache-tomcat-9.0.91-embed.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/embed/apache-tomcat-9.0.91-embed.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.91/bin/embed/apache-tomcat-9.0.91-embed.zip.sha512
dev/tomcat/tomcat-9/v9.0.91/src/
dev/tomcat/tomcat-9/v9.0.91/src/apache-tomcat-9.0.91-src.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.91/src/apache-tomcat-9.0.91-src.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.91/src/apache-tomcat-9.0.91-src.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.91/src/apache-tomcat-9.0.91-src.zip   (with props)
dev/tomcat/tomcat-9/v9.0.91/src/apache-tomcat-9.0.91-src.zip.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.91/src/apache-tomcat-9.0.91-src.zip.sha512

Added: dev/tomcat/tomcat-9/v9.0.91/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.91/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.91/KEYS Tue Jul  2 12:43:56 2024
@@ -0,0 +1,237 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   1024D/33C60243 2004-09-12
+  Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+sub   2048g/0BECE548 2004-09-12
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.4.9 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefVdq

svn commit: r70097 - in /dev/tomcat/tomcat-11/v11.0.0-M22: ./ bin/ bin/embed/ src/

2024-07-02 Thread markt
Author: markt
Date: Tue Jul  2 11:48:12 2024
New Revision: 70097

Log:
Upload 11.0.0-M22 for voting

Added:
dev/tomcat/tomcat-11/v11.0.0-M22/
dev/tomcat/tomcat-11/v11.0.0-M22/KEYS
dev/tomcat/tomcat-11/v11.0.0-M22/README.html
dev/tomcat/tomcat-11/v11.0.0-M22/RELEASE-NOTES
dev/tomcat/tomcat-11/v11.0.0-M22/bin/
dev/tomcat/tomcat-11/v11.0.0-M22/bin/README.html

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-deployer.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-deployer.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-deployer.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-deployer.zip  
 (with props)

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-deployer.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-deployer.zip.sha512

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-fulldocs.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-fulldocs.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-fulldocs.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-windows-x64.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-windows-x64.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22-windows-x64.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.exe   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.exe.asc
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.exe.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.tar.gz.asc
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.zip   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M22/bin/apache-tomcat-11.0.0-M22.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/

dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/apache-tomcat-11.0.0-M22-embed.tar.gz
   (with props)

dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/apache-tomcat-11.0.0-M22-embed.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/apache-tomcat-11.0.0-M22-embed.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/apache-tomcat-11.0.0-M22-embed.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/apache-tomcat-11.0.0-M22-embed.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M22/bin/embed/apache-tomcat-11.0.0-M22-embed.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/src/
dev/tomcat/tomcat-11/v11.0.0-M22/src/apache-tomcat-11.0.0-M22-src.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M22/src/apache-tomcat-11.0.0-M22-src.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M22/src/apache-tomcat-11.0.0-M22-src.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M22/src/apache-tomcat-11.0.0-M22-src.zip   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M22/src/apache-tomcat-11.0.0-M22-src.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M22/src/apache-tomcat-11.0.0-M22-src.zip.sha512

Added: dev/tomcat/tomcat-11/v11.0.0-M22/KEYS
==
--- dev/tomcat/tomcat-11/v11.0.0-M22/KEYS (added)
+++ dev/tomcat/tomcat-11/v11.0.0-M22/KEYS Tue Jul  2 11:48:12 2024
@@ -0,0 +1,573 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8

svn commit: r1918497 - in /tomcat/site/trunk/xdocs: migration-10.1.xml migration-10.xml

2024-06-21 Thread csutherl
Author: csutherl
Date: Fri Jun 21 18:43:34 2024
New Revision: 1918497

URL: http://svn.apache.org/viewvc?rev=1918497=rev
Log:
Correcting/adding Authentication Spec version numbers

Modified:
tomcat/site/trunk/xdocs/migration-10.1.xml
tomcat/site/trunk/xdocs/migration-10.xml

Modified: tomcat/site/trunk/xdocs/migration-10.1.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.1.xml?rev=1918497=1918496=1918497=diff
==
--- tomcat/site/trunk/xdocs/migration-10.1.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.1.xml Fri Jun 21 18:43:34 2024
@@ -83,7 +83,7 @@ versions of Apache Tomcat
 
-  
+  
   
 No changes.
 

Modified: tomcat/site/trunk/xdocs/migration-10.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.xml?rev=1918497=1918496=1918497=diff
==
--- tomcat/site/trunk/xdocs/migration-10.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.xml Fri Jun 21 18:43:34 2024
@@ -88,7 +88,7 @@ versions of Apache Tomcat
 
-  
+  
   
 The Java package has changed from 
javax.security.auth.message to
 jakarta.security.auth.message.



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



svn commit: r1918451 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-06-19 Thread schultz
Author: schultz
Date: Wed Jun 19 16:01:16 2024
New Revision: 1918451

URL: http://svn.apache.org/viewvc?rev=1918451=rev
Log:
Update web site to announce 10.1.25


[This commit notification would consist of 114 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r69863 - /dev/tomcat/tomcat-10/v10.1.25/ /release/tomcat/tomcat-10/v10.1.25/

2024-06-19 Thread schultz
Author: schultz
Date: Wed Jun 19 14:09:42 2024
New Revision: 69863

Log:
Promote v10.1.25 to release

Added:
release/tomcat/tomcat-10/v10.1.25/
  - copied from r69862, dev/tomcat/tomcat-10/v10.1.25/
Removed:
dev/tomcat/tomcat-10/v10.1.25/


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



svn commit: r1918435 - in /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/translate: BackportBase.html BackportEnglish.html BackportTranslations.html

2024-06-19 Thread remm
Author: remm
Date: Wed Jun 19 11:51:02 2024
New Revision: 1918435

URL: http://svn.apache.org/viewvc?rev=1918435=rev
Log:
Docs update for 9.0.90

Removed:

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/translate/BackportBase.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/translate/BackportEnglish.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/translate/BackportTranslations.html


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



svn commit: r1918434 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2024-06-19 Thread remm
Author: remm
Date: Wed Jun 19 11:47:37 2024
New Revision: 1918434

URL: http://svn.apache.org/viewvc?rev=1918434=rev
Log:
Docs update for 9.0.90


[This commit notification would consist of 115 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r1918433 [2/2] - in /tomcat/site/trunk: ./ docs/ xdocs/

2024-06-19 Thread remm
Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1918433=1918432=1918433=diff
==
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Wed Jun 19 11:42:14 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Migration Guide - Tomcat 
9.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/Su
 pportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apa
 che.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5
 UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothref="https://cwiki.apache.org/confluence/x/vIPzBQ;>Translations href="./tools.html">ToolsMediahref="https://twitter.com/theapachetomcat;>Twitterhref="https://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehref="https://blogs.apache.org/tomcat/;>BlogMisc href="./whoweare.html">Who We Arehref="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>Swag href="./heritage.html">Heritagehref="http://www.apache.org;>Apache Homehref="./resources.html">Resourceshref="./contact.html">Contacthref="./legal.html">Legalhref="https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy href="https://www.apache.org/foundation/contributing.html;>Su
 pport Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
+Apache Tomcat - Migration Guide - Tomcat 
9.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/Su
 pportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apa
 che.org/download-11.cgi">Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewS
 ource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Supp
 ort Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
 GeneralMigrating from 8.0.x or 8.5.x to 
9.0.xJava 8 requiredSpecification APIsServlet 4.0 APIJavaServer Pages 2.3Expression Language 3.0WebSocket 1.1BIO 

svn commit: r1918433 [1/2] - in /tomcat/site/trunk: ./ docs/ xdocs/

2024-06-19 Thread remm
Author: remm
Date: Wed Jun 19 11:42:14 2024
New Revision: 1918433

URL: http://svn.apache.org/viewvc?rev=1918433=rev
Log:
Site update for 9.0.90

Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-10.html
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/oldnews-2020.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/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1918433=1918432=1918433=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed Jun 19 11:42:14 2024
@@ -37,7 +37,7 @@ tomcat.loc=https://downloads.apache.org/
 
 # - Tomcat versions -
 tomcat8.5=8.5.100
-tomcat9.0=9.0.89
+tomcat9.0=9.0.90
 tomcat10.1=10.1.24
 tomcat11.0=11.0.0-M21
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1918433=1918432=1918433=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed Jun 19 11:42:14 2024
@@ -74,8 +74,8 @@
 
   
 Latest Stable 9.0.x Release
-2024-05-07
-9.0.89
+2024-06-19
+9.0.90
   
 
 

Modified: tomcat/site/trunk/docs/download-10.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-10.html?rev=1918433=1918432=1918433=diff
==
--- tomcat/site/trunk/docs/download-10.html (original)
+++ tomcat/site/trunk/docs/download-10.html Wed Jun 19 11:42:14 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 10 Software 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt=
 "Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (alpha)<
 /li>https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBu
 ildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.a
 pache.org/foundation/sponsorship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTomcat 10 Software Downloads
+Apache Tomcat - Apache Tomcat 10 Software 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt=
 "Support Apache">http://www.apache.org/; 

svn commit: r69857 - /dev/tomcat/tomcat-9/v9.0.90/ /release/tomcat/tomcat-9/v9.0.90/

2024-06-19 Thread remm
Author: remm
Date: Wed Jun 19 08:14:43 2024
New Revision: 69857

Log:
Release Apache Tomcat 9.0.90

Added:
release/tomcat/tomcat-9/v9.0.90/
  - copied from r69856, dev/tomcat/tomcat-9/v9.0.90/
Removed:
dev/tomcat/tomcat-9/v9.0.90/


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



svn commit: r1918417 - in /tomcat/site/trunk: docs/ tools/ xdocs/ xdocs/stylesheets/

2024-06-18 Thread markt
Author: markt
Date: Tue Jun 18 15:00:07 2024
New Revision: 1918417

URL: http://svn.apache.org/viewvc?rev=1918417=rev
Log:
Tomcat 11.0.x is now beta

Modified:
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/tools/email-template-11.0.txt
tomcat/site/trunk/tools/news-template-11.0.xml
tomcat/site/trunk/xdocs/download-11.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/stylesheets/project.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1918417=1918416=1918417=diff
==
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Tue Jun 18 15:00:07 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 11 Software 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt=
 "Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (alpha)<
 /li>https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBu
 ildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.a
 pache.org/foundation/sponsorship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTomcat 11 Software Downloads
+Apache Tomcat - Apache Tomcat 11 Software 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt=
 "Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (beta)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (beta)Tomcat 10.1Tomcat 9.0Tomcat 8.5Upgrading
 Tomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuil
 dbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache 

svn commit: r1918416 - in /tomcat/site/trunk: docs/download-11.html docs/index.html docs/migration-11.0.html docs/oldnews.html xdocs/download-11.xml xdocs/index.xml xdocs/migration-11.0.xml xdocs/oldn

2024-06-18 Thread markt
Author: markt
Date: Tue Jun 18 14:56:25 2024
New Revision: 1918416

URL: http://svn.apache.org/viewvc?rev=1918416=rev
Log:
Update site for 11.0.0-M21 release

Modified:
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/xdocs/download-11.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/oldnews.xml

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1918416=1918415=1918416=diff
==
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Tue Jun 18 14:56:25 2024
@@ -19,7 +19,7 @@
 
   Quick Navigation
 
-[define v]11.0.0-M20[end]
+[define v]11.0.0-M21[end]
 https://downloads.apache.org/tomcat/tomcat-11/KEYS;>KEYS |
 [v] (alpha) |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1918416=1918415=1918416=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Jun 18 14:56:25 2024
@@ -34,6 +34,37 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2024-06-18 Tomcat 11.0.0-M21 Released
+
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M21
+(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
+Jakarta EE 11.
+Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
+Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
+Foundation, the primary package for all implemented APIs has changed from
+javax.* to jakarta.*. This will almost certainly
+require code changes to enable applications to migrate from Tomcat 9 and 
earlier
+to Tomcat 10 and later. A
+https://github.com/apache/tomcat-jakartaee-migration;>migration
+tool is available to aid this process.
+The notable changes in this release are:
+
+Ensure that static resources deployed via a JAR file remain accessible
+when the context is configured to use a bloom filter. Based on a pull
+request provided by bergander.
+Add task queue size configuration on the Connector element, similar to the
+Executor element, for consistency.
+Update to Commons Daemon 1.4.0 
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 11
+(alpha) changelog.
+
+
+
+https://tomcat.apache.org/download-11.cgi;>Download
+
 2024-05-13 Tomcat 10.1.24 Released
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.24
@@ -49,7 +80,7 @@ migration tool for Jakarta EE tool w
 https://tomcat.apache.org/download-migration.cgi;>download for 
off-line use.
 The notable changes in this release are:
 
-  Correct error handling for asynchronous requests
+Correct error handling for asynchronous requests
 
   Refactor HTTP header parsing to use common parsing code and fix
   non-blocking reads of chunked request bodies including trailer 
fields
@@ -66,35 +97,6 @@ changelog.
 
 https://tomcat.apache.org/download-10.cgi;>Download
 
-2024-05-08 Tomcat 11.0.0-M20 Released
-
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M20
-(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
-Jakarta EE 11.
-Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
-Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
-Foundation, the primary package for all implemented APIs has changed from
-javax.* to jakarta.*. This will almost certainly
-require code changes to enable applications to migrate from Tomcat 9 and 
earlier
-to Tomcat 10 and later. A
-https://github.com/apache/tomcat-jakartaee-migration;>migration
-tool is available to aid this process.
-The notable changes in this release are:
-
-Add OpenSSL FFM classes to tomcat-embed-core.jar
-Refactor HTTP header parsing to use common parsing code and fix 
non-blocking
-reads of chunked request bodies including trailer fields
-Add more timescale options to AccessLogValve and 
ExtendedAccessLogValve 
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 11
-(alpha) changelog.
-
-
-
-https://tomcat.apache.org/download-11.cgi;>Download
-
 2024-05-07 Tomcat 9.0.89 Released
 
 The Apache Tomcat Project is proud to announce the release of version 9.0.89

Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1918416=1918415=1918416=diff

svn commit: r1918413 - in /tomcat/site/trunk: ./ docs/tomcat-11.0-doc/ docs/tomcat-11.0-doc/annotationapi/ docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/ docs/tomcat-11.0-doc/annotationapi/jak

2024-06-18 Thread markt
Author: markt
Date: Tue Jun 18 14:49:39 2024
New Revision: 1918413

URL: http://svn.apache.org/viewvc?rev=1918413=rev
Log:
Update docs for 11.0.0-M21 release


[This commit notification would consist of 118 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r69841 - /dev/tomcat/tomcat-11/v11.0.0-M21/ /release/tomcat/tomcat-11/v11.0.0-M21/

2024-06-18 Thread markt
Author: markt
Date: Tue Jun 18 13:08:57 2024
New Revision: 69841

Log:
Release Tomcat 11.0.0-M21

Added:
release/tomcat/tomcat-11/v11.0.0-M21/
  - copied from r69840, dev/tomcat/tomcat-11/v11.0.0-M21/
Removed:
dev/tomcat/tomcat-11/v11.0.0-M21/


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



svn commit: r69750 - in /dev/tomcat/tomcat-10/v10.1.25: ./ bin/ bin/embed/ src/

2024-06-14 Thread schultz
Author: schultz
Date: Fri Jun 14 20:52:27 2024
New Revision: 69750

Log:
Upload v10.1.25 for voting.

Added:
dev/tomcat/tomcat-10/v10.1.25/
dev/tomcat/tomcat-10/v10.1.25/KEYS
dev/tomcat/tomcat-10/v10.1.25/README.html
dev/tomcat/tomcat-10/v10.1.25/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.25/bin/
dev/tomcat/tomcat-10/v10.1.25/bin/README.html
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-deployer.zip.asc
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-windows-x86.zip.asc

dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.exe   (with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.exe.asc
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.exe.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.zip   (with props)
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.zip.asc
dev/tomcat/tomcat-10/v10.1.25/bin/apache-tomcat-10.1.25.zip.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/embed/
dev/tomcat/tomcat-10/v10.1.25/bin/embed/apache-tomcat-10.1.25-embed.tar.gz  
 (with props)

dev/tomcat/tomcat-10/v10.1.25/bin/embed/apache-tomcat-10.1.25-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.25/bin/embed/apache-tomcat-10.1.25-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.25/bin/embed/apache-tomcat-10.1.25-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.25/bin/embed/apache-tomcat-10.1.25-embed.zip.asc

dev/tomcat/tomcat-10/v10.1.25/bin/embed/apache-tomcat-10.1.25-embed.zip.sha512
dev/tomcat/tomcat-10/v10.1.25/src/
dev/tomcat/tomcat-10/v10.1.25/src/apache-tomcat-10.1.25-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.25/src/apache-tomcat-10.1.25-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.25/src/apache-tomcat-10.1.25-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.25/src/apache-tomcat-10.1.25-src.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.25/src/apache-tomcat-10.1.25-src.zip.asc
dev/tomcat/tomcat-10/v10.1.25/src/apache-tomcat-10.1.25-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.1.25/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.25/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.25/KEYS Fri Jun 14 20:52:27 2024
@@ -0,0 +1,562 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8

svn commit: r69741 - in /dev/tomcat/tomcat-9/v9.0.90: ./ bin/ bin/embed/ src/

2024-06-14 Thread remm
Author: remm
Date: Fri Jun 14 15:01:31 2024
New Revision: 69741

Log:
Upload 9.0.90 for voting

Added:
dev/tomcat/tomcat-9/v9.0.90/
dev/tomcat/tomcat-9/v9.0.90/KEYS
dev/tomcat/tomcat-9/v9.0.90/README.html
dev/tomcat/tomcat-9/v9.0.90/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.90/bin/
dev/tomcat/tomcat-9/v9.0.90/bin/README.html
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-deployer.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-deployer.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-deployer.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-deployer.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-deployer.zip.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-fulldocs.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x64.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x64.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x64.zip.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x86.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x86.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90-windows-x86.zip.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.exe   (with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.exe.asc   (with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.exe.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.tar.gz   (with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.zip   (with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.zip.asc   (with props)
dev/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.zip.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/embed/
dev/tomcat/tomcat-9/v9.0.90/bin/embed/apache-tomcat-9.0.90-embed.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/embed/apache-tomcat-9.0.90-embed.tar.gz.asc 
  (with props)

dev/tomcat/tomcat-9/v9.0.90/bin/embed/apache-tomcat-9.0.90-embed.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.90/bin/embed/apache-tomcat-9.0.90-embed.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/embed/apache-tomcat-9.0.90-embed.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.90/bin/embed/apache-tomcat-9.0.90-embed.zip.sha512
dev/tomcat/tomcat-9/v9.0.90/src/
dev/tomcat/tomcat-9/v9.0.90/src/apache-tomcat-9.0.90-src.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.90/src/apache-tomcat-9.0.90-src.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.90/src/apache-tomcat-9.0.90-src.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.90/src/apache-tomcat-9.0.90-src.zip   (with props)
dev/tomcat/tomcat-9/v9.0.90/src/apache-tomcat-9.0.90-src.zip.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.90/src/apache-tomcat-9.0.90-src.zip.sha512

Added: dev/tomcat/tomcat-9/v9.0.90/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.90/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.90/KEYS Fri Jun 14 15:01:31 2024
@@ -0,0 +1,237 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   1024D/33C60243 2004-09-12
+  Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+sub   2048g/0BECE548 2004-09-12
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.4.9 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefVdq

svn commit: r69739 - in /dev/tomcat/tomcat-11/v11.0.0-M21: ./ bin/ bin/embed/ src/

2024-06-14 Thread markt
Author: markt
Date: Fri Jun 14 14:49:45 2024
New Revision: 69739

Log:
Upload 11.0.0-M21 for voting

Added:
dev/tomcat/tomcat-11/v11.0.0-M21/
dev/tomcat/tomcat-11/v11.0.0-M21/KEYS
dev/tomcat/tomcat-11/v11.0.0-M21/README.html
dev/tomcat/tomcat-11/v11.0.0-M21/RELEASE-NOTES
dev/tomcat/tomcat-11/v11.0.0-M21/bin/
dev/tomcat/tomcat-11/v11.0.0-M21/bin/README.html

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-deployer.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-deployer.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-deployer.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-deployer.zip  
 (with props)

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-deployer.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-deployer.zip.sha512

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-fulldocs.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-fulldocs.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-fulldocs.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-windows-x64.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-windows-x64.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21-windows-x64.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.exe   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.exe.asc
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.exe.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.tar.gz.asc
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.zip   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M21/bin/apache-tomcat-11.0.0-M21.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/

dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/apache-tomcat-11.0.0-M21-embed.tar.gz
   (with props)

dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/apache-tomcat-11.0.0-M21-embed.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/apache-tomcat-11.0.0-M21-embed.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/apache-tomcat-11.0.0-M21-embed.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/apache-tomcat-11.0.0-M21-embed.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M21/bin/embed/apache-tomcat-11.0.0-M21-embed.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/src/
dev/tomcat/tomcat-11/v11.0.0-M21/src/apache-tomcat-11.0.0-M21-src.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M21/src/apache-tomcat-11.0.0-M21-src.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M21/src/apache-tomcat-11.0.0-M21-src.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M21/src/apache-tomcat-11.0.0-M21-src.zip   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M21/src/apache-tomcat-11.0.0-M21-src.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M21/src/apache-tomcat-11.0.0-M21-src.zip.sha512

Added: dev/tomcat/tomcat-11/v11.0.0-M21/KEYS
==
--- dev/tomcat/tomcat-11/v11.0.0-M21/KEYS (added)
+++ dev/tomcat/tomcat-11/v11.0.0-M21/KEYS Fri Jun 14 14:49:45 2024
@@ -0,0 +1,573 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8

svn commit: r1918074 - /tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html

2024-05-31 Thread markt
Author: markt
Date: Fri May 31 11:44:17 2024
New Revision: 1918074

URL: http://svn.apache.org/viewvc?rev=1918074=rev
Log:
Remove 2.0.8 changelog entries

Modified:
tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html

Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html?rev=1918074=1918073=1918074=diff
==
--- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html (original)
+++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Fri May 31 
11:44:17 2024
@@ -4,16 +4,6 @@
   This is the Changelog for Apache Tomcat Native 2.0.x. The Tomcat Native 2.0.x
   branch started from the 1.2.33 tag.
   
-Changes in 2.0.8
-  
-
-  Fix a crash on Windows when SSLContext.setCACertificate()
-  is invoked with a null value for 
caCertificateFile
-  and a non-null value for caCertificatePath
-  until properly addressed with
-  https://github.com/openssl/openssl/issues/24416. (michaelo)
-
-  
 Changes in 2.0.7
   
 
@@ -174,4 +164,4 @@
changelog.
 
 Copyright  2008-2024, The Apache Software Foundation
-  
\ No newline at end of file
+  



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



svn commit: r1918073 - in /tomcat/site/trunk/docs/native-doc: images/asf-feather.png images/asf-logo.svg index.html miscellaneous/changelog.html miscellaneous/tls-renegotiation.html news/2022.html new

2024-05-31 Thread markt
Author: markt
Date: Fri May 31 11:37:40 2024
New Revision: 1918073

URL: http://svn.apache.org/viewvc?rev=1918073=rev
Log:
Update native docs for 2.0.7 release

Added:
tomcat/site/trunk/docs/native-doc/images/asf-logo.svg
tomcat/site/trunk/docs/native-doc/news/2024.html
Removed:
tomcat/site/trunk/docs/native-doc/images/asf-feather.png
Modified:
tomcat/site/trunk/docs/native-doc/index.html
tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
tomcat/site/trunk/docs/native-doc/miscellaneous/tls-renegotiation.html
tomcat/site/trunk/docs/native-doc/news/2022.html
tomcat/site/trunk/docs/native-doc/news/2023.html

Added: tomcat/site/trunk/docs/native-doc/images/asf-logo.svg
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/images/asf-logo.svg?rev=1918073=auto
==
--- tomcat/site/trunk/docs/native-doc/images/asf-logo.svg (added)
+++ tomcat/site/trunk/docs/native-doc/images/asf-logo.svg Fri May 31 11:37:40 
2024
@@ -0,0 +1,226 @@
+
+
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd;>
+http://www.w3.org/2000/svg; 
xmlns:xlink="http://www.w3.org/1999/xlink; x="0px" y="0px"
+viewBox="0 0 7127.6 2890" enable-background="new 0 0 7127.6 2890" 
xml:space="preserve">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+
+
+
+   
+   
+   
+   
+
+
+
+   
+   
+   
+   
+
+
+
+   
+   
+   
+   
+
+
+
+   
+   
+   
+   
+
+
+
+   
+   
+   
+   
+
+
+
+
+
+   
+   
+   
+   
+
+
+
+
+
+   
+   
+   
+   
+
+
+
+
+
+   
+   
+   
+   
+
+
+

Modified: tomcat/site/trunk/docs/native-doc/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/index.html?rev=1918073=1918072=1918073=diff
==
--- tomcat/site/trunk/docs/native-doc/index.html (original)
+++ tomcat/site/trunk/docs/native-doc/index.html Fri May 31 11:37:40 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat Native Library - Documentation 
Indexhttp://tomcat.apache.org/;>http://www.apache.org/; target="_blank">Apache Tomcat Native 
LibraryLinksDocs 
HomeMiscellaneous 
DocumentationChangelogTLS 
renegotiationNews2022Documentation IndexIntroduction
+The Apache Tomcat Native Library 2.0 - Documentation 
Indexhttps://tomcat.apache.org/;>http://www.apache.org/; target="_blank">The Apache Tomcat Native Library 
2.0LinksDocs 
HomeMiscellaneous 
DocumentationChangelogTLS 
renegotiationNews202420232022Documentation IndexIntroduction
 
   
 The Apache Tomcat Native Library is an optional component for use with
@@ -10,10 +10,10 @@
 Headlines
 
 
-2 October 2023 - TC-Native-2.0.6
+8 February 2024 - TC-Native-2.0.7
 released
 The Apache Tomcat team is proud to announce the immediate availability of
-Tomcat Native 2.0.6 Stable.
+Tomcat Native 2.0.7 Stable.
 
 The sources and the binaries for selected platforms are available from the
 Download page.
@@ -135,9 +135,8 @@ export LD_LIBRARY_PATH
 Refer to the tomcat documentation to configure the connectors (See
 https://tomcat.apache.org/tomcat-11.0-doc/config/http.html;>Tomcat 
11.0.x,
-https://tomcat.apache.org/tomcat-10.1-doc/config/http.html;>Tomcat 
10.1.x,
-https://tomcat.apache.org/tomcat-9.0-doc/config/http.html;>Tomcat 
9.0.x and 
-https://tomcat.apache.org/tomcat-8.5-doc/config/http.html;>Tomcat 
8.5.x)
+https://tomcat.apache.org/tomcat-10.1-doc/config/http.html;>Tomcat 
10.1.x and
+https://tomcat.apache.org/tomcat-9.0-doc/config/http.html;>Tomcat 
9.0.x)
   
 
 
@@ -157,5 +156,5 @@ export LD_LIBRARY_PATH
 
 
-Copyright  2008-2022, The Apache Software Foundation
+Copyright  2008-2024, The Apache Software Foundation
   
\ No newline at end of file

Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html?rev=1918073=1918072=1918073=diff
==
--- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html (original)
+++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Fri May 31 
11:37:40 2024
@@ -1,9 +1,58 @@
 
-The Apache Tomcat Native - Miscellaneous Documentation - 
http://tomcat.apache.org/;>http://www.apache.org/; target="_blank">The Apache Tomcat Native - 
Miscellaneous DocumentationLinksDocs HomeMiscellaneous 
DocumentationChangelogTLS 
renegotiationNews2022Preface
+The Apache Tomcat Native Library 2.0 - Miscellaneous 
Documentation - https://tomcat.apache.org/;>http://www.apache.org/; target="_blank">The Apache Tomcat Native Library 2.0 - 
Miscellaneous DocumentationLinksDocs 
HomeMiscellaneous 
DocumentationChangelogTLS 

svn commit: r1917948 - /tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt

2024-05-24 Thread markt
Author: markt
Date: Fri May 24 18:10:25 2024
New Revision: 1917948

URL: http://svn.apache.org/viewvc?rev=1917948=rev
Log:
Update TCK results for new run

Modified:
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt?rev=1917948=1917947=1917948=diff
==
--- tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt Fri May 24 
18:10:25 2024
@@ -18,7 +18,7 @@ TCK Version, digital SHA-256 fingerprint
   TCK
   6.1.0
   https://download.eclipse.org/ee4j/servlet/jakartaee11/staged/eftl/
-  SHA256: 999a30cb8fc13752d3f9cc0fb7eb159d81421c7b4b432e963fd67cf04c591743
+  SHA256: 1170697a87622a920bd50f0a68ed594c6efc5e17dd370566312194c4e12bec29
 
 Implementation runtime Version(s) tested:
   Apache Tomcat
@@ -37,13 +37,13 @@ Java runtime used to run the implementat
 Summary of the information for the certification environment:
   Ubuntu 22.04.4 LTS
 ​  https://github.com/apache/tomcat-tck
-  hash 4e0f9067ae6d2ffac2559c8206361654dc1b02d5
+  hash d89e48859a822e96fb3126e9559bc29166e386ce
 
 A statement attesting that all TCK requirements have been met, including any 
compatibility rules:
   Confirmed
 
 Test results:
-  Java 17: Tests run: 1714, Failures: 0, Errors: 0, Skipped: 7
-  Java 21: Tests run: 1714, Failures: 0, Errors: 0, Skipped: 7
+  Java 17: Tests run: 1716, Failures: 0, Errors: 0, Skipped: 7
+  Java 21: Tests run: 1716, Failures: 0, Errors: 0, Skipped: 7
 
 The 7 skipped tests were the optional HTTP/2 server push tests
\ No newline at end of file



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



svn commit: r1917857 - /tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt

2024-05-21 Thread markt
Author: markt
Date: Tue May 21 15:26:48 2024
New Revision: 1917857

URL: http://svn.apache.org/viewvc?rev=1917857=rev
Log:
Fix another typo

Modified:
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt?rev=1917857=1917856=1917857=diff
==
--- tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt Tue May 21 
15:26:48 2024
@@ -22,7 +22,7 @@ TCK Version, digital SHA-256 fingerprint
 
 Implementation runtime Version(s) tested:
   Apache Tomcat
-  11.0.0-M120
+  11.0.0-M20
 
 Public URL of TCK Results Summary:
   https://tomcat.apache.org/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt



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



svn commit: r1917856 - /tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt

2024-05-21 Thread markt
Author: markt
Date: Tue May 21 15:25:28 2024
New Revision: 1917856

URL: http://svn.apache.org/viewvc?rev=1917856=rev
Log:
Fix typo

Modified:
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt?rev=1917856=1917855=1917856=diff
==
--- tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt Tue May 21 
15:25:28 2024
@@ -25,7 +25,7 @@ Implementation runtime Version(s) tested
   11.0.0-M120
 
 Public URL of TCK Results Summary:
-  https://tomcat.apache.org/tck/servlet-6.1.0-tomcat-11.0.0-M120.txt
+  https://tomcat.apache.org/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt
 
 Any Additional Specification Certification Requirements:
   None



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



svn commit: r1917848 - in /tomcat/site/trunk: docs/download-native.html xdocs/download-native.xml

2024-05-21 Thread markt
Author: markt
Date: Tue May 21 08:25:14 2024
New Revision: 1917848

URL: http://svn.apache.org/viewvc?rev=1917848=rev
Log:
Remove Tomcat Native 1.2.x from download area

Modified:
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/xdocs/download-native.xml

Modified: tomcat/site/trunk/docs/download-native.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-native.html?rev=1917848=1917847=1917848=diff
==
--- tomcat/site/trunk/docs/download-native.html (original)
+++ tomcat/site/trunk/docs/download-native.html Tue May 21 08:25:14 2024
@@ -14,12 +14,9 @@
 [define vo]3.0.13[end]
 [define w]1.3.0[end]
 [define wo]3.0.13[end]
-[define x]1.2.39[end]
-[define xo]3.0.11[end]
   https://downloads.apache.org/tomcat/tomcat-connectors/KEYS;>KEYS |
   [v] |
   [w] |
-  [x] |
   Browse |
   https://archive.apache.org/dist/tomcat/tomcat-connectors/native;>Archives
 Release Integrity
@@ -151,57 +148,6 @@
   
 
   
-
-[x]
-  For more information concerning Tomcat Native 1.2.x, see the
-  http://tomcat.apache.org/native-1.2-doc/; class="name">Tomcat
-  Native site.
-
-  Source 
Distributions
-Please choose the correct format for your platform.
-
-  
-tar.gz
-- e.g. Unix, Linux, Mac OS
-(https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/source/tomcat-native-[x]-src.tar.gz.asc;>PGP,
-https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/source/tomcat-native-[x]-src.tar.gz.sha512;>SHA512)
-  
-  
-zip
-- e.g. Windows
-(https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/source/tomcat-native-[x]-win32-src.zip.asc;>PGP,
-https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/source/tomcat-native-[x]-win32-src.zip.sha512;>SHA512)
-  
-
-  
-
-  Binary 
Distributions
-Binaries are provided for Microsoft Windows. The Windows binaries 
are
-available in two variants. The standard variant is what people usually
-use. This version of the library is included in the Apache Tomcat
-distributions. The OCSP-enabled variant has enabled support for
-verification of client SSL certificates via the OCSP protocol
-(https://bz.apache.org/bugzilla/show_bug.cgi?id=45392;>45392).
-Each archive contains tcnative-1.dll for 32-bit (x86)
-and 64-bit (x64) CPU architectures. You have to use the DLL that 
matches
-CPU architecture of JVM that you use to run Tomcat.
-These binaries were built with OpenSSL [xo].
-
-  
-Standard
-zip
-- recommended
-(https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/binaries/tomcat-native-[x]-openssl-[xo]-win32-bin.zip.asc;>PGP,
-https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/binaries/tomcat-native-[x]-openssl-[xo]-win32-bin.zip.sha512;>SHA512)
-  
-  
-OCSP enabled
-zip
-(https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/binaries/tomcat-native-[x]-openssl-[xo]-ocsp-win32-bin.zip.asc;>PGP,
-https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/binaries/tomcat-native-[x]-openssl-[xo]-ocsp-win32-bin.zip.sha512;>SHA512)
-  
-
-  
 
 
 Copyright  1999-2024, The Apache Software Foundation

Modified: tomcat/site/trunk/xdocs/download-native.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-native.xml?rev=1917848=1917847=1917848=diff
==
--- tomcat/site/trunk/xdocs/download-native.xml (original)
+++ tomcat/site/trunk/xdocs/download-native.xml Tue May 21 08:25:14 2024
@@ -26,12 +26,9 @@
 [define vo]3.0.13[end]
 [define w]1.3.0[end]
 [define wo]3.0.13[end]
-[define x]1.2.39[end]
-[define xo]3.0.11[end]
   https://downloads.apache.org/tomcat/tomcat-connectors/KEYS;>KEYS |
   [v] |
   [w] |
-  [x] |
   Browse |
   https://archive.apache.org/dist/tomcat/tomcat-connectors/native;>Archives
 
@@ -174,59 +171,6 @@
   
 
   
-
-
-
-
-  For more information concerning Tomcat Native 1.2.x, see the
-  http://tomcat.apache.org/native-1.2-doc/; class="name">Tomcat
-  Native site.
-
-  
-Please choose the correct format for your platform.
-
-  
-tar.gz
-- e.g. Unix, Linux, Mac OS
-(https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/source/tomcat-native-[x]-src.tar.gz.asc;>PGP,
-https://downloads.apache.org/tomcat/tomcat-connectors/native/[x]/source/tomcat-native-[x]-src.tar.gz.sha512;>SHA512)
-  
-   

svn commit: r1917847 [4/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/migration-10.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/migration-10.html (original)
+++ tomcat/site/trunk/docs/migration-10.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Migration Guide - Tomcat 
10.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5Upgradinghref="./connectors-doc/index.html">Tomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="./native-1.2-doc/index.html">Tomcat Native 1.2href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewSource 
codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
 >Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache.org/foundation/thanks.html;>Thankshref="http://www.apache.org/licenses/;>License id="mainRight">Contentid="Table_of_Contents">Table of Contents
+Apache Tomcat - Migration Guide - Tomcat 
10.0.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5Upgradinghref="./connectors-doc/index.html">Tomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewhref="./source.html
 ">Source codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache 

svn commit: r1917847 [10/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/tomcat-55-eol.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-55-eol.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/tomcat-55-eol.html (original)
+++ tomcat/site/trunk/docs/tomcat-55-eol.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - End of life for Apache Tomcat 
5.5.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/imag
 es/SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomca
 t.apache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5
 UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3Tomcat Native 1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
Involved
 OverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacy
 https://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContent2011-08-10 End of life for Apache Tomcat 
5.5.x
+Apache Tomcat - End of life for Apache Tomcat 
5.5.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/imag
 es/SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomca
 t.apache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5
 UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.htm
 l">Support Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContent2011-08-10 End of life for Apache Tomcat 
5.5.x
 The Apache Tomcat team announces that support for Apache 
Tomcat 5.5.x
 will end on 30 September 2012.
 

Modified: tomcat/site/trunk/docs/tomcat-60-eol.html
URL: 

svn commit: r1917847 [11/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/whichversion.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Which Version Do I 
Want?https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing
 .html" target="_blank" class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownload<
 a href="./whichversion.html">Which version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 
8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3Tomcat Native 1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
Database
 IRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat Versions
+Apache Tomcat - Which Version Do I 
Want?https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing
 .html" target="_blank" class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownload<
 a href="./whichversion.html">Which version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 
8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>P
 rivacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat Versions
 Apache Tomcat is an open source software implementation of a
 subset of the Jakarta EE (formally Java EE) technologies. Different versions of
 Apache Tomcat are available for different versions of the specifications. The

Modified: 

svn commit: r1917847 [5/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/migration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Migration Guidehttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-sma
 ll.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/downloa
 d-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3Tomcat Native 1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource 
codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>PrivacySupport 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentBefore upgrading or migrating
+Apache Tomcat - Migration Guidehttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-sma
 ll.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/downloa
 d-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothref="https://cwiki.apache.org/confluence/x/vIPzBQ;>Translations href="./tools.html">ToolsMediahref="https://twitter.com/theapachetomcat;>Twitterhref="https://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehref="https://blogs.apache.org/tomcat/;>BlogMisc href="./whoweare.html">Who We Arehref="https://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>Swag href="./heritage.html">Heritagehref="http://www.apache.org;>Apache Homehref="./resources.html">Resourceshref="./contact.html">Contacthref="./legal.html">Legalhref="https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy href="https://www.apache.org/foundation/contributing.html;>Support Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache.org/foundation/thanks.html;>Thankshref="http://www.apache.org/licenses/;>License id="mainRight">Contentid="Before_upgrading_or_migrating">Before upgrading or migratingclass="text">
 
 When updating from one major Apache Tomcat version a newer 
one, please make
 sure that the JVM that is installed on your 

svn commit: r1917847 [9/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/security-jk.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-jk.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/security-jk.html (original)
+++ tomcat/site/trunk/docs/security-jk.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat JK Connectors 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.
 org/images/SupportApache-small.png" class="support-asf" alt="Support 
Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat
  8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3Tomcat Native 1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
Involved
 OverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Pri
 vacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
+Apache Tomcat - Apache Tomcat JK Connectors 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.
 org/images/SupportApache-small.png" class="support-asf" alt="Support 
Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat
  8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contribu
 ting.html">Support Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTable of Contents
 Apache Tomcat 
JK Connectors vulnerabilitiesFixed in Apache Tomcat JK 
Connector 1.2.49Fixed in Apache Tomcat JK 
Connector 1.2.46Fixed in Apache Tomcat JK 
Connector 1.2.43Fixed in Apache Tomcat JK 
Connector 1.2.42Fixed in Apache Tomcat JK 
Connector 1.2.41Fixed in Apache Tomcat JK 
Connector 1.2.27Fixed in Apache Tomcat JK 
Connector 1.2.23Fixed in Apache Tomcat JK 

svn commit: r1917847 [8/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/security-4.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/security-4.html (original)
+++ tomcat/site/trunk/docs/security-4.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 4.x 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images
 /SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.
 apache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3Tomcat Native 1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource 
codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentApache Tomcat 4.x 
vulnerabilities
+Apache Tomcat - Apache Tomcat 4.x 
vulnerabilitieshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images
 /SupportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.
 apache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;
 >Support Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache.org/foundation/thanks.html;>Thankshref="http://www.apache.org/licenses/;>License id="mainRight">Contentid="Apache_Tomcat_4.x_vulnerabilities">Apache Tomcat 4.x 
 >vulnerabilities
 This page lists all security vulnerabilities fixed in released versions
of Apache Tomcat 4.x. Each vulnerability is given a
security impact rating by the Apache

Modified: 

svn commit: r1917847 [6/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2016.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2016.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/oldnews-2016.html (original)
+++ tomcat/site/trunk/docs/oldnews-2016.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3Tomcat Native 
1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>PrivacySupport Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
+Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource code
 Buildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apache
 https://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
 Announcements from previous years can be found here:
 
   year 2024

Modified: tomcat/site/trunk/docs/oldnews-2017.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2017.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/oldnews-2017.html (original)
+++ tomcat/site/trunk/docs/oldnews-2017.html Tue May 21 

svn commit: r1917847 [7/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/oldnews-2023.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2023.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/oldnews-2023.html (original)
+++ tomcat/site/trunk/docs/oldnews-2023.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3Tomcat Native 
1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>PrivacySupport Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
+Apache Tomcat - Old news!https://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource code
 Buildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apache
 https://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentOlder news
 Announcements from previous years can be found here:
 
   year 2024

Modified: tomcat/site/trunk/docs/oldnews.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Tue May 21 08:23:45 2024
@@ -1,5 

svn commit: r1917847 [1/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Author: markt
Date: Tue May 21 08:23:45 2024
New Revision: 1917847

URL: http://svn.apache.org/viewvc?rev=1917847=rev
Log:
Remove links to Tomcat Native 1.2.x

Removed:
tomcat/site/trunk/native-1.2-xdocs/
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/docs/conference.html
tomcat/site/trunk/docs/contact.html
tomcat/site/trunk/docs/download-10.html
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/docs/download-connectors.html
tomcat/site/trunk/docs/download-migration.html
tomcat/site/trunk/docs/download-native.html
tomcat/site/trunk/docs/download-taglibs.html
tomcat/site/trunk/docs/findhelp.html
tomcat/site/trunk/docs/getinvolved.html
tomcat/site/trunk/docs/heritage.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/irc.html
tomcat/site/trunk/docs/legal.html
tomcat/site/trunk/docs/lists.html
tomcat/site/trunk/docs/maven-plugin.html
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/migration-6.html
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/docs/migration.html
tomcat/site/trunk/docs/oldnews-2010.html
tomcat/site/trunk/docs/oldnews-2011.html
tomcat/site/trunk/docs/oldnews-2012.html
tomcat/site/trunk/docs/oldnews-2013.html
tomcat/site/trunk/docs/oldnews-2014.html
tomcat/site/trunk/docs/oldnews-2015.html
tomcat/site/trunk/docs/oldnews-2016.html
tomcat/site/trunk/docs/oldnews-2017.html
tomcat/site/trunk/docs/oldnews-2018.html
tomcat/site/trunk/docs/oldnews-2019.html
tomcat/site/trunk/docs/oldnews-2020.html
tomcat/site/trunk/docs/oldnews-2021.html
tomcat/site/trunk/docs/oldnews-2022.html
tomcat/site/trunk/docs/oldnews-2023.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/presentations.html
tomcat/site/trunk/docs/resources.html
tomcat/site/trunk/docs/security-10.html
tomcat/site/trunk/docs/security-11.html
tomcat/site/trunk/docs/security-3.html
tomcat/site/trunk/docs/security-4.html
tomcat/site/trunk/docs/security-5.html
tomcat/site/trunk/docs/security-6.html
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
tomcat/site/trunk/docs/security-impact.html
tomcat/site/trunk/docs/security-jk.html
tomcat/site/trunk/docs/security-native.html
tomcat/site/trunk/docs/security-taglibs.html
tomcat/site/trunk/docs/security.html
tomcat/site/trunk/docs/source.html
tomcat/site/trunk/docs/taglibs.html
tomcat/site/trunk/docs/tomcat-10.0-eol.html
tomcat/site/trunk/docs/tomcat-55-eol.html
tomcat/site/trunk/docs/tomcat-60-eol.html
tomcat/site/trunk/docs/tomcat-70-eol.html
tomcat/site/trunk/docs/tomcat-80-eol.html
tomcat/site/trunk/docs/tomcat-85-eol.html
tomcat/site/trunk/docs/tools.html
tomcat/site/trunk/docs/upgrading.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/stylesheets/project.xml

Modified: tomcat/site/trunk/docs/bugreport.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Reporting Bugshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png
 " class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.c
 gi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat 
ConnectorsTomcat Native 
2Tomcat Native 
1.3Tomcat Native 

svn commit: r1917847 [3/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/heritage.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/heritage.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/heritage.html (original)
+++ tomcat/site/trunk/docs/heritage.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Heritagehttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(alpha)https://to
 mcat.apache.org/download-10.cgi">Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3Tomcat Native 1.2https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSourc
 e codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
 Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentThe Tomcat Story
+Apache Tomcat - Heritagehttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 
(alpha)https://to
 mcat.apache.org/download-10.cgi">Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat ConnectorsTomcat Native 2Tomcat Native 1.3https://cwiki.apache.org/confluence/display/TOMCAT;>WikiMigration GuidePresentationshttps://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems?Security ReportsFind helphttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQMailing ListsBug 
DatabaseIRCGet 
InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
Apachehttps://www.apache.org/foundation/sponso
 rship.html">Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentThe Tomcat Story
 The Tomcat projects started at http://www.sun.com; rel="nofollow">
 Sun Microsystems as the reference implementation of the Java Servlet and
 Java Server Pages Specifications. The

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1917847=1917846=1917847=diff

svn commit: r1917847 [2/11] - in /tomcat/site/trunk: docs/ native-1.2-xdocs/ xdocs/ xdocs/stylesheets/

2024-05-21 Thread markt
Modified: tomcat/site/trunk/docs/download-90.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1917847=1917846=1917847=diff
==
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Tue May 21 08:23:45 2024
@@ -1,5 +1,5 @@
 
-Apache Tomcat - Apache Tomcat 9 Software 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="
 Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="./native-1.2-doc/index.html">Tomcat Native 1.2href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewSource codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/c
 ontributing.html">Support Apachehttps://www.apache.org/foundation/sponsorship.html;>Sponsorshiphttp://www.apache.org/foundation/thanks.html;>Thankshttp://www.apache.org/licenses/;>LicenseContentTomcat 9 Software Downloads
+Apache Tomcat - Apache Tomcat 9 Software 
Downloadshttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/SupportApache-small.png; class="support-asf" 
alt="
 Support Apache">http://www.apache.org/; target="_blank" 
class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.apache.org/download-11.cgi;>Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 
10https://tomcat.apache.org/download-90.cgi;>Tomcat 
9https://tomcat.apache.org/download-80.cgi;>Tomcat 
8https://tomcat.apache.org/download-migration.cgi;>Tomcat 
Migration Tool for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5UpgradingTomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewhref="./source.html">Source codeBui
 ldbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 

svn commit: r69239 - in /release/tomcat: tomcat-11/v11.0.0-M19/ tomcat-9/v9.0.88/

2024-05-16 Thread markt
Author: markt
Date: Thu May 16 10:39:13 2024
New Revision: 69239

Log:
Drop old versions from CDN

Removed:
release/tomcat/tomcat-11/v11.0.0-M19/
release/tomcat/tomcat-9/v9.0.88/


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



svn commit: r1917717 - in /tomcat/site/trunk: docs/ tools/ xdocs/

2024-05-14 Thread markt
Author: markt
Date: Tue May 14 09:40:25 2024
New Revision: 1917717

URL: http://svn.apache.org/viewvc?rev=1917717=rev
Log:
Jakarta Server Pages -> Jakarta Pages

Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-10.1.html
tomcat/site/trunk/docs/migration-10.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/oldnews-2020.html
tomcat/site/trunk/tools/email-template-10.1.txt
tomcat/site/trunk/tools/email-template-11.0.txt
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-10.1.xml
tomcat/site/trunk/xdocs/migration-10.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/oldnews-2020.xml

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1917717=1917716=1917717=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue May 14 09:40:25 2024
@@ -4,7 +4,7 @@
 The Apache Tomcat software is an open source implementation
 of the
 https://projects.eclipse.org/projects/ee4j.servlet; 
rel="nofollow">Jakarta Servlet,
-https://projects.eclipse.org/projects/ee4j.jsp; 
rel="nofollow">Jakarta Server Pages,
+https://projects.eclipse.org/projects/ee4j.jsp; 
rel="nofollow">Jakarta Pages,
 https://projects.eclipse.org/projects/ee4j.el; rel="nofollow">Jakarta 
Expression Language,
 https://projects.eclipse.org/projects/ee4j.websocket; 
rel="nofollow">Jakarta WebSocket,
 https://projects.eclipse.org/projects/ee4j.ca; rel="nofollow">Jakarta 
Annotations and

Modified: tomcat/site/trunk/docs/migration-10.1.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.1.html?rev=1917717=1917716=1917717=diff
==
--- tomcat/site/trunk/docs/migration-10.1.html (original)
+++ tomcat/site/trunk/docs/migration-10.1.html Tue May 14 09:40:25 2024
@@ -1,6 +1,6 @@
 
 Apache Tomcat - Migration Guide - Tomcat 
10.1.xhttps://www.apachecon.com/event-images/snippet.js";>http://tomcat.apache.org/;>Apache 
Tomcathttps://www.apache.org/foundation/contributing.html; target="_blank" 
class="pull-left">https://www.apache.org/images/S
 upportApache-small.png" class="support-asf" alt="Support Apache">http://www.apache.org/; target="_blank" class="pull-left">https://www.google.com/search; method="get">GOApache TomcatHomeTaglibsMaven 
PluginDownloadWhich version?https://tomcat.ap
 ache.org/download-11.cgi">Tomcat 11 (alpha)https://tomcat.apache.org/download-10.cgi;>Tomcat 10https://tomcat.apache.org/download-90.cgi;>Tomcat 9https://tomcat.apache.org/download-80.cgi;>Tomcat 8https://tomcat.apache.org/download-migration.cgi;>Tomcat Migration Tool 
for Jakarta EEhttps://tomcat.apache.org/download-connectors.cgi;>Tomcat 
Connectorshttps://tomcat.apache.org/download-native.cgi;>Tomcat 
Nativehttps://tomcat.apache.org/download-taglibs.cgi;>Taglibshttps://archive.apache.org/dist/tomcat/;>ArchivesDocumentationTomcat 11.0 (alpha)Tomcat 10.1Tomcat 9.0Tomcat 8.5Upgradinghref="./connectors-doc/index.html">Tomcat Connectorshref="./native-doc/index.html">Tomcat Native 2href="./native-1.3-doc/index.html">Tomcat Native 1.3href="./native-1.2-doc/index.html">Tomcat Native 1.2href="https://cwiki.apache.org/confluence/display/TOMCAT;>Wikihref="./migration.html">Migration Guidehref="./presentations.html">Presentationshref="https://cwiki.apache.org/confluence/x/Bi8lBg;>SpecificationsProblems? href="./security.html">Security Reportshref="./findhelp.html">Find helphref="https://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQ href="./lists.html">Mailing ListsBug 
 >DatabaseIRCGet 
 >InvolvedOverviewSource 
codeBuildbothttps://cwiki.apache.org/confluence/x/vIPzBQ;>TranslationsToolsMediahttps://twitter.com/theapachetomcat;>Twitterhttps://www.youtube.com/c/ApacheTomcatOfficial;>YouTubehttps://blogs.apache.org/tomcat/;>BlogMiscWho We Arehttps://www.redbubble.com/people/comdev/works/30885254-apache-tomcat;>SwagHeritagehttp://www.apache.org;>Apache HomeResourcesContactLegalhttps://privacy.apache.org/policies/privacy-policy-public.html;>Privacyhttps://www.apache.org/foundation/contributing.html;>Support 
 >Apachehref="https://www.apache.org/foundation/sponsorship.html;>Sponsorship href="http://www.apache.org/foundation/thanks.html;>Thankshref="http://www.apache.org/licenses/;>License id="mainRight">Contentid="Table_of_Contents">Table of Contents
-GeneralMigrating from 10.0.x to 
10.1.xJava 11 requiredSpecification APIsServlet 6.0 APIServer Pages 3.1Expression Language 5.0WebSocket 2.1Authentication TBDInternal APIsUpgrading 10.1.xTomcat 10.1.x noteable 
changesTomcat 10.1.x 
configuration file differences
+GeneralMigrating from 10.0.x to 
10.1.xJava 11 requiredSpecification APIsServlet 6.0 APIPages 
3.1Expression Language 
5.0WebSocket 2.1Authentication TBDInternal APIsUpgrading 

svn commit: r1917716 - /tomcat/site/trunk/docs/index.html

2024-05-14 Thread markt
Author: markt
Date: Tue May 14 09:37:10 2024
New Revision: 1917716

URL: http://svn.apache.org/viewvc?rev=1917716=rev
Log:
9.0.87 announcement has been moved ot the old news section

Modified:
tomcat/site/trunk/docs/index.html

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1917716=1917715=1917716=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue May 14 09:37:10 2024
@@ -148,32 +148,6 @@ of Apache Tomcat 8.5.
 
 https://tomcat.apache.org/download-80.cgi;>Download
 
-2024-03-14 Tomcat 9.0.87 Released
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.87
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.86 include:
-
-When restoring a saved POST request after a successful FORM
-authentication, ensure that neither the URI, the query string nor
-the protocol are corrupted when restoring the request body.
-Align error handling for Writer and OutputStream. Ensure use of either
-once the response has been recycled triggers a NullPointerException
-provided that discardFacades is configured with the default value of
-true.
-The standard thread pool implementations that are
-configured using the Executor element now implement
-ExecutorService for better support of NIO2 or others. 
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 9
-changelog.
-
-
-
-https://tomcat.apache.org/download-90.cgi;>Download
-
 2024-02-12 Tomcat Native 1.3.0 Released
 
 The Apache Tomcat Project is proud to announce the release of version 1.3.0 of



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



svn commit: r1917715 - /tomcat/site/trunk/xdocs/index.xml

2024-05-14 Thread markt
Author: markt
Date: Tue May 14 09:37:02 2024
New Revision: 1917715

URL: http://svn.apache.org/viewvc?rev=1917715=rev
Log:
9.0.87 announcement has been moved ot the old news section

Modified:
tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1917715=1917714=1917715=diff
==
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue May 14 09:37:02 2024
@@ -54,6 +54,8 @@ wiki page.
 project logo are trademarks of the Apache Software Foundation.
 
 
+
+
 
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.24
@@ -88,6 +90,7 @@ changelog.
 
 
 
+
 
 
 The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M20
@@ -119,6 +122,7 @@ Full details of these changes, and all t
 
 
 
+
 
 
 The Apache Tomcat Project is proud to announce the release of version 9.0.89
@@ -143,10 +147,6 @@ changelog.
 
 
 
-
-
-
-
 
  
 The Apache Tomcat Project is proud to announce the release of version 8.5.100
@@ -182,35 +182,6 @@ of Apache Tomcat 8.5.
 
 
 
-
-
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.87
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.86 include:
-
-When restoring a saved POST request after a successful FORM
-authentication, ensure that neither the URI, the query string nor
-the protocol are corrupted when restoring the request body.
-Align error handling for Writer and OutputStream. Ensure use of either
-once the response has been recycled triggers a NullPointerException
-provided that discardFacades is configured with the default value of
-true.
-The standard thread pool implementations that are
-configured using the Executor element now implement
-ExecutorService for better support of NIO2 or others. 
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 9
-changelog.
-
-
-
-Download
-
-
-
 
 
 The Apache Tomcat Project is proud to announce the release of version 1.3.0 of



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



svn commit: r1917707 - /tomcat/site/trunk/docs/.well-known/security.txt

2024-05-13 Thread schultz
Author: schultz
Date: Mon May 13 18:43:52 2024
New Revision: 1917707

URL: http://svn.apache.org/viewvc?rev=1917707=rev
Log:
Update security.txt with a current expiration date.

Modified:
tomcat/site/trunk/docs/.well-known/security.txt

Modified: tomcat/site/trunk/docs/.well-known/security.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.well-known/security.txt?rev=1917707=1917706=1917707=diff
==
--- tomcat/site/trunk/docs/.well-known/security.txt (original)
+++ tomcat/site/trunk/docs/.well-known/security.txt Mon May 13 18:43:52 2024
@@ -3,25 +3,24 @@ Hash: SHA256
 
 Contact: secur...@tomcat.apache.org
 Contact: 
https://tomcat.apache.org/security.html#Reporting_New_Security_Problems_with_Apache_Tomcat
-Expires: 2024-01-01T00:00:00
+Expires: 2025-01-01T00:00:00
 Acknowledgments: https://tomcat.apache.org/security.html
 Preferred-Languages: en
 Canonical: https://tomcat.apache.org/.well-known/security.txt
 Hiring: https://tomcat.apache.org/getinvolved.html
-
 -BEGIN PGP SIGNATURE-
 
-iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmSR274ACgkQHPApP6U8
-pFiP0RAAx1Ln6cugta2HcnMUTzMYpqb0Mdg4e2tcvQT5J4LFrgP5mMvSJKg3GQKG
-mtQ+FBNanf865rhI8Y604vS/2sYrjkh8UYeosg/Yot0UiGxhWzmgeIoXbGB3EuAc
-Awuzvr/+s/0KBXXb9ihkyYXqKEoUxtM6QCRlthJS2UkZkrrEjEEhwax0R+2qXCkp
-iivjPpyb+XNPTh7Rg8t/fT2vCfHHL4KOvq8DL+p3O+x4MW4bP2fsie4P5SOr7LDg
-0zsGZ234UXdStRMqjCU74/5LuswEP3TPJrobeD9yjrljwXGW8gX5DVsl2EXpRgpa
-BycUpLvQ9/7RVSXIRabI6vKD0zYljarl8Uryrm/CEOO2stUG7ENBAZVDbg1nCC5p
-UMRfX3a+Nigp2UVneUNpepP1vO2ltb6P+dP9T7bISRbomqjSdK+Kjc7clAUOzLH3
-0FX2DqIGViEKaRBBP+0qGYJus8hPt0c37/Sf96/4cdQUOokcDe1sMNbsS2VrNKbx
-QPZusS4eFn3JzXbHoqqgs4cGoBKsWhh8Jd9w/F5HYm+0C2Rk9l89uNyknoFbAmME
-jpyu1VnYr9zTkusJ+iX2cc0Ttfw7XLLowWCSYzWNvM5FBnf+tyg0qQaD4qF9mk8K
-WzchMJGzV0O1hhqanXqA3jUvXtRh5stG88xt+lmrsX2URdPYs80=
-=iJYn
+iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAmZCXykACgkQHPApP6U8
+pFgAaA//cthJsdc3L6wiMpb2+4/RcbGh3SD2oIpO07pGP93JTjG07r1ow7a5fIiY
+c3+coNKgKXePZ+vz+/BHOJKpNWXERMetVvdkdMEPIUk4RX0pTqDfrzLXss59rUfg
+SJ2j/xelJXUpxBgIqp+Wl+pAj/qj69aF1JWGwZfndYx8ikIes9wkompB0apRPzcV
+YwwodI+OIfTZrGd8Z3kGhBBphjgAqrLyT7lR9xg3HOjjoXYJi/PlCamEW8flO84J
+Sp5vACx2tOEy6oEwZMQot+ZlueTsYE7ywq39Jcsxt6bhXJYZyJHAtJ4xUJbfcps+
+kFWc84FekrDZqRYnQjw3DbLmp+DwHUHnrcVsChL8+I1M9ZVvQ7HqsDHRj4TgpPQ5
++hTaV+Qd65f/D6HjoMIxxD3XJQeNkqLveklLGJWd35xgJdXHqvMq3iJ5eBmbnGGh
+YWP2E8BI6g0jwQN+g4Tn9dIaNpsiXtIdleBNTSp05gMkeD/ebQ5GeIVNQ7bSjEFD
+qmDpnYcgF5tAQbvN1mIDqlY2DQ+vPLL7xLcjZ/2P8Ko++0VAFd3mgT0GXIHnU7wT
+TSPCUZdfvPkerSEFFy6qqSyR9KPbW0S0IVR32/UMAA3VukHZZPLYeoGkQ5sKixOB
+QWV/e8jo6FhMrRjDUVT6FMDf5w4XvgcWyHsIzGnyhT/ChoJCHfY=
+=kk3u
 -END PGP SIGNATURE-



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



svn commit: r1917706 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-05-13 Thread schultz
Author: schultz
Date: Mon May 13 18:34:01 2024
New Revision: 1917706

URL: http://svn.apache.org/viewvc?rev=1917706=rev
Log:
Update web site to announce 10.1.24.


[This commit notification would consist of 103 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r69134 - /release/tomcat/tomcat-10/v10.1.23/

2024-05-13 Thread schultz
Author: schultz
Date: Mon May 13 18:33:31 2024
New Revision: 69134

Log:
Drop old release artifacts

Removed:
release/tomcat/tomcat-10/v10.1.23/


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



svn commit: r69132 - /dev/tomcat/tomcat-10/v10.1.24/ /release/tomcat/tomcat-10/v10.1.24/

2024-05-13 Thread schultz
Author: schultz
Date: Mon May 13 18:15:10 2024
New Revision: 69132

Log:
Promote 10.1.24 to released

Added:
release/tomcat/tomcat-10/v10.1.24/
  - copied from r69131, dev/tomcat/tomcat-10/v10.1.24/
Removed:
dev/tomcat/tomcat-10/v10.1.24/


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



svn commit: r1917700 - in /tomcat/site/trunk/docs/tck: servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt servlet-6.1.0-tomcat-11.0.0-M20.txt

2024-05-13 Thread markt
Author: markt
Date: Mon May 13 14:56:11 2024
New Revision: 1917700

URL: http://svn.apache.org/viewvc?rev=1917700=rev
Log:
TCK Results - Servlet 6.1.0 - Tomcat 11.0.0-M20

Added:
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt
  - copied, changed from r1917699, 
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt
Removed:
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt

Copied: tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt (from 
r1917699, 
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt)
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt?p2=tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt=tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt=1917699=1917700=1917700=diff
==
--- tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt 
(original)
+++ tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M20.txt Mon May 13 
14:56:11 2024
@@ -6,8 +6,8 @@ License:
 
 Product Name, Version and download URL:
   Apache Tomcat
-  11.0.0-M19-SNAPSHOT (build 20240326.151401-23)
-  
https://repository.apache.org/content/groups/snapshots/org/apache/tomcat/tomcat/11.0.0-M19-SNAPSHOT/tomcat-11.0.0-M19-20240326.151401-23.tar.gz
+  11.0.0-M20
+  https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.0-M20/
 
 Specification Name, Version and download URL:
   Jakarta Servlet
@@ -17,24 +17,22 @@ Specification Name, Version and download
 TCK Version, digital SHA-256 fingerprint and download URL
   TCK
   6.1.0
-  
https://jakarta.oss.sonatype.org/content/repositories/jakartaservlet-1021/jakarta/servlet/
-  SHA512: pom 
92b32cf5e18ef4a45b274ef15a9a340aab4c8b132dcce8f8b1f5d8e61862be2cb786dc483243f96d96c1fab5677430da58c8436cb755fee401bc7a18b534812b
-  util
ab24e6efd9125416d4ad644ad940c81e61deba0901b6f06937317dd4b004c4bdcc8d0d38fe9626e8878fac52d89ec40a5ecc260cbc0ca7f5a9f8af3eff17608e
-  runtime 
79b2ea482b0b093d50ad9e594989f4e418aeae5a8fb7e38d2b20d5c07105bc53c9253fab3052b186794b4047d88d3eab932eacc7e9677416dc0e3eaa3aa2a5c6
+  https://download.eclipse.org/ee4j/servlet/jakartaee11/staged/eftl/
+  SHA256: 999a30cb8fc13752d3f9cc0fb7eb159d81421c7b4b432e963fd67cf04c591743
 
 Implementation runtime Version(s) tested:
   Apache Tomcat
-  11.0.0-M19-SNAPSHOT (build 20240326.151401-23)
+  11.0.0-M120
 
 Public URL of TCK Results Summary:
-  https://tomcat.apache.org/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt
+  https://tomcat.apache.org/tck/servlet-6.1.0-tomcat-11.0.0-M120.txt
 
 Any Additional Specification Certification Requirements:
   None
 
 Java runtime used to run the implementation:
-  Java 17 - Temurin 17.0.10
-  Java 21 - Temurin 21.0.2
+  Java 17 - Temurin 17.0.11
+  Java 21 - Temurin 21.0.3
 
 Summary of the information for the certification environment:
   Ubuntu 22.04.4 LTS
@@ -45,7 +43,7 @@ A statement attesting that all TCK requi
   Confirmed
 
 Test results:
-  Java 17: Tests run: 1716, Failures: 0, Errors: 0, Skipped: 7
-  Java 21: Tests run: 1716, Failures: 0, Errors: 0, Skipped: 7
+  Java 17: Tests run: 1714, Failures: 0, Errors: 0, Skipped: 7
+  Java 21: Tests run: 1714, Failures: 0, Errors: 0, Skipped: 7
 
 The 7 skipped tests were the optional HTTP/2 server push tests
\ No newline at end of file



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



svn commit: r69067 - in /dev/tomcat/tomcat-10/v10.1.24: ./ bin/ bin/embed/ src/

2024-05-09 Thread schultz
Author: schultz
Date: Thu May  9 17:49:05 2024
New Revision: 69067

Log:
Upload v10.1.24 for voting

Added:
dev/tomcat/tomcat-10/v10.1.24/
dev/tomcat/tomcat-10/v10.1.24/KEYS
dev/tomcat/tomcat-10/v10.1.24/README.html
dev/tomcat/tomcat-10/v10.1.24/RELEASE-NOTES
dev/tomcat/tomcat-10/v10.1.24/bin/
dev/tomcat/tomcat-10/v10.1.24/bin/README.html
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-deployer.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-deployer.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-deployer.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-deployer.zip.asc
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-deployer.zip.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-fulldocs.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-windows-x64.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-windows-x64.zip.asc

dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-windows-x64.zip.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-windows-x86.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-windows-x86.zip.asc

dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24-windows-x86.zip.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.exe   (with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.exe.asc
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.exe.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.zip   (with props)
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.zip.asc
dev/tomcat/tomcat-10/v10.1.24/bin/apache-tomcat-10.1.24.zip.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/embed/
dev/tomcat/tomcat-10/v10.1.24/bin/embed/apache-tomcat-10.1.24-embed.tar.gz  
 (with props)

dev/tomcat/tomcat-10/v10.1.24/bin/embed/apache-tomcat-10.1.24-embed.tar.gz.asc

dev/tomcat/tomcat-10/v10.1.24/bin/embed/apache-tomcat-10.1.24-embed.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.24/bin/embed/apache-tomcat-10.1.24-embed.zip   
(with props)
dev/tomcat/tomcat-10/v10.1.24/bin/embed/apache-tomcat-10.1.24-embed.zip.asc

dev/tomcat/tomcat-10/v10.1.24/bin/embed/apache-tomcat-10.1.24-embed.zip.sha512
dev/tomcat/tomcat-10/v10.1.24/src/
dev/tomcat/tomcat-10/v10.1.24/src/apache-tomcat-10.1.24-src.tar.gz   (with 
props)
dev/tomcat/tomcat-10/v10.1.24/src/apache-tomcat-10.1.24-src.tar.gz.asc
dev/tomcat/tomcat-10/v10.1.24/src/apache-tomcat-10.1.24-src.tar.gz.sha512
dev/tomcat/tomcat-10/v10.1.24/src/apache-tomcat-10.1.24-src.zip   (with 
props)
dev/tomcat/tomcat-10/v10.1.24/src/apache-tomcat-10.1.24-src.zip.asc
dev/tomcat/tomcat-10/v10.1.24/src/apache-tomcat-10.1.24-src.zip.sha512

Added: dev/tomcat/tomcat-10/v10.1.24/KEYS
==
--- dev/tomcat/tomcat-10/v10.1.24/KEYS (added)
+++ dev/tomcat/tomcat-10/v10.1.24/KEYS Thu May  9 17:49:05 2024
@@ -0,0 +1,562 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8

svn commit: r1917609 - /tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

2024-05-09 Thread markt
Author: markt
Date: Thu May  9 10:45:22 2024
New Revision: 1917609

URL: http://svn.apache.org/viewvc?rev=1917609=rev
Log:
Remove odd character

Modified:
tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt?rev=1917609=1917608=1917609=diff
==
--- tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt Thu May  9 
10:45:22 2024
@@ -38,7 +38,7 @@ Java runtime used to run the implementat
 
 Summary of the information for the certification environment:
   Ubuntu 22.04.4 LTS
-​  https://github.com/apache/tomcat-tck
+  https://github.com/apache/tomcat-tck
   hash 2657b057228cbbb809c689af82b0dc895408bc2a
 
 A statement attesting that all TCK requirements have been met, including any 
compatibility rules:



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



svn commit: r1917608 - /tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

2024-05-09 Thread markt
Author: markt
Date: Thu May  9 10:44:20 2024
New Revision: 1917608

URL: http://svn.apache.org/viewvc?rev=1917608=rev
Log:
Add missing hash

Modified:
tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt?rev=1917608=1917607=1917608=diff
==
--- tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt Thu May  9 
10:44:20 2024
@@ -39,7 +39,7 @@ Java runtime used to run the implementat
 Summary of the information for the certification environment:
   Ubuntu 22.04.4 LTS
 ​  https://github.com/apache/tomcat-tck
-  hash 
+  hash 2657b057228cbbb809c689af82b0dc895408bc2a
 
 A statement attesting that all TCK requirements have been met, including any 
compatibility rules:
   Confirmed



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



svn commit: r1917607 - /tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

2024-05-09 Thread markt
Author: markt
Date: Thu May  9 10:42:35 2024
New Revision: 1917607

URL: http://svn.apache.org/viewvc?rev=1917607=rev
Log:
Use new name

Modified:
tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt?rev=1917607=1917606=1917607=diff
==
--- tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt Thu May  9 
10:42:35 2024
@@ -11,7 +11,7 @@ Product Name, Version and download URL:
   https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.0-M20/
 
 Specification Name, Version and download URL:
-  Jakarta Server Pages
+  Jakarta Pages
   4.0.0
   https://github.com/jakartaee/specifications/pull/723
 



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



svn commit: r1917606 - /tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

2024-05-09 Thread markt
Author: markt
Date: Thu May  9 10:41:29 2024
New Revision: 1917606

URL: http://svn.apache.org/viewvc?rev=1917606=rev
Log:
Rename

Modified:
tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

Modified: tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt?rev=1917606=1917605=1917606=diff
==
--- tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt (original)
+++ tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt Thu May  9 
10:41:29 2024
@@ -27,7 +27,7 @@ Implementation runtime Version(s) tested
   11.0.0-M20
 
 Public URL of TCK Results Summary:
-  https://tomcat.apache.org/tck/jsp-4.0.0-tomcat-11.0.0-M20.txt
+  https://tomcat.apache.org/tck/pages-4.0.0-tomcat-11.0.0-M20.txt
 
 Any Additional Specification Certification Requirements:
   None



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



svn commit: r1917605 - /tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

2024-05-09 Thread markt
Author: markt
Date: Thu May  9 10:27:44 2024
New Revision: 1917605

URL: http://svn.apache.org/viewvc?rev=1917605=rev
Log:
TCK Results - Pages 4.0.0 - Tomcat-11.0.0-M20

Added:
tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt

Added: tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt?rev=1917605=auto
==
--- tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt (added)
+++ tomcat/site/trunk/docs/tck/pages-4.0.0-tomcat-11.0.0-M20.txt Thu May  9 
10:27:44 2024
@@ -0,0 +1,49 @@
+TCK Certification Summary
+=
+
+License:
+  The terms of the EFTL are acceptable.
+
+Product Name, Version and download URL:
+  Apache Tomcat
+  11.0.0-M20
+  
https://repository.apache.org/content/groups/snapshots/org/apache/tomcat/tomcat/11.0.0-M20/tomcat-11.0.0-M20.tar.gz
+  https://archive.apache.org/dist/tomcat/tomcat-11/v11.0.0-M20/
+
+Specification Name, Version and download URL:
+  Jakarta Server Pages
+  4.0.0
+  https://github.com/jakartaee/specifications/pull/723
+
+TCK Version, digital SHA-256 fingerprint and download URL
+  TCK
+  4.0.0
+  
https://download.eclipse.org/ee4j/pages/jakartaee11/staged/eftl/jakarta-pages-tck-4.0.0.zip
+  SHA512: 
f3f931f267339bce4b019a5d19b9940a0151d54ca470df04f5911f66175262b67c58c33674fe7f4fcb46ca1261500b2cd06694352a0b66752db9580e89e0a9f3
+  SHA256: 5446aa866601a7c4c425f74054590cfc7f4fc05592a572d399ecc8694e265489
+
+Implementation runtime Version(s) tested:
+  Apache Tomcat
+  11.0.0-M20
+
+Public URL of TCK Results Summary:
+  https://tomcat.apache.org/tck/jsp-4.0.0-tomcat-11.0.0-M20.txt
+
+Any Additional Specification Certification Requirements:
+  None
+
+Java runtime used to run the implementation:
+  Java 17 - Temurin 17.0.11
+  Java 21 - Temurin 21.0.3
+
+Summary of the information for the certification environment:
+  Ubuntu 22.04.4 LTS
+​  https://github.com/apache/tomcat-tck
+  hash 
+
+A statement attesting that all TCK requirements have been met, including any 
compatibility rules:
+  Confirmed
+
+Test results:
+  Java 17: Tests run: 682, Failures: 0, Errors: 0, Skipped: 0
+  Java 21: Tests run: 682, Failures: 0, Errors: 0, Skipped: 0



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



svn commit: r1917603 - in /tomcat/site/trunk/docs/tck: jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt websocket-2.2.0-tomcat-11.0.0-M19-SNAPSHOT.txt

2024-05-09 Thread markt
Author: markt
Date: Thu May  9 10:16:57 2024
New Revision: 1917603

URL: http://svn.apache.org/viewvc?rev=1917603=rev
Log:
Drop docs for withdrawn certification requests

Removed:
tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt
tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M19-SNAPSHOT.txt


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



svn commit: r1917572 - in /tomcat/site/trunk: docs/download-11.html docs/index.html docs/migration-11.0.html docs/oldnews.html xdocs/download-11.xml xdocs/index.xml xdocs/migration-11.0.xml xdocs/oldn

2024-05-08 Thread markt
Author: markt
Date: Wed May  8 12:29:00 2024
New Revision: 1917572

URL: http://svn.apache.org/viewvc?rev=1917572=rev
Log:
Update site for release of Tomcat 11.0.0-M20

Modified:
tomcat/site/trunk/docs/download-11.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-11.0.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/xdocs/download-11.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-11.0.xml
tomcat/site/trunk/xdocs/oldnews.xml

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1917572=1917571=1917572=diff
==
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Wed May  8 12:29:00 2024
@@ -19,7 +19,7 @@
 
   Quick Navigation
 
-[define v]11.0.0-M19[end]
+[define v]11.0.0-M20[end]
 https://downloads.apache.org/tomcat/tomcat-11/KEYS;>KEYS |
 [v] (alpha) |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1917572=1917571=1917572=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed May  8 12:29:00 2024
@@ -34,6 +34,35 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2024-05-08 Tomcat 11.0.0-M20 Released
+
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M20
+(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
+Jakarta EE 11.
+Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
+Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
+Foundation, the primary package for all implemented APIs has changed from
+javax.* to jakarta.*. This will almost certainly
+require code changes to enable applications to migrate from Tomcat 9 and 
earlier
+to Tomcat 10 and later. A
+https://github.com/apache/tomcat-jakartaee-migration;>migration
+tool is available to aid this process.
+The notable changes in this release are:
+
+Add OpenSSL FFM classes to tomcat-embed-core.jar
+Refactor HTTP header parsing to use common parsing code and fix 
non-blocking
+reads of chunked request bodies including trailer fields
+Add more timescale options to AccessLogValve and 
ExtendedAccessLogValve 
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 11
+(alpha) changelog.
+
+
+
+https://tomcat.apache.org/download-11.cgi;>Download
+
 2024-05-07 Tomcat 9.0.89 Released
 
 The Apache Tomcat Project is proud to announce the release of version 9.0.89
@@ -86,34 +115,6 @@ changelog.
 
 https://tomcat.apache.org/download-10.cgi;>Download
 
-2024-04-16 Tomcat 11.0.0-M19 Released
-
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M19
-(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
-Jakarta EE 11.
-Users of Tomcat 10 onwards should be aware that, as a result of the move 
from
-Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse
-Foundation, the primary package for all implemented APIs has changed from
-javax.* to jakarta.*. This will almost certainly
-require code changes to enable applications to migrate from Tomcat 9 and 
earlier
-to Tomcat 10 and later. A
-https://github.com/apache/tomcat-jakartaee-migration;>migration
-tool is available to aid this process.
-The notable changes in this release are:
-
-Finalize update to the Jakarta EE 11 specifications.
-Cookies header generation enhancements.
-Fix regression when reloading TLS configuration and files. 
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 11
-(alpha) changelog.
-
-
-
-https://tomcat.apache.org/download-11.cgi;>Download
-
 2024-03-25 Tomcat 8.5.100 Released
  
 The Apache Tomcat Project is proud to announce the release of version 8.5.100

Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1917572=1917571=1917572=diff
==
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Wed May  8 12:29:00 2024
@@ -153,8 +153,9 @@ versions of Apache Tomcat11.0.0-M15
 11.0.0-M16
 11.0.0-M17
-11.0.0-M18
-11.0.0-M19
+11.0.0-M18
+11.0.0-M19
+11.0.0-M20
 , new version:
 
 11.0.0-M1
@@ -173,7 +174,8 @@ versions of Apache Tomcat11.0.0-M16
 11.0.0-M17
 11.0.0-M18
-11.0.0-M19
+11.0.0-M19
+11.0.0-M20
 trunk (unreleased)
 
 

Modified: 

svn commit: r1917571 - in /tomcat/site/trunk: ./ docs/tomcat-11.0-doc/ docs/tomcat-11.0-doc/annotationapi/ docs/tomcat-11.0-doc/annotationapi/jakarta/annotation/ docs/tomcat-11.0-doc/annotationapi/jak

2024-05-08 Thread markt
Author: markt
Date: Wed May  8 12:24:40 2024
New Revision: 1917571

URL: http://svn.apache.org/viewvc?rev=1917571=rev
Log:
Update docs for 11.0.0-M20 release


[This commit notification would consist of 108 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r1917568 - /tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt

2024-05-08 Thread markt
Author: markt
Date: Wed May  8 10:03:37 2024
New Revision: 1917568

URL: http://svn.apache.org/viewvc?rev=1917568=rev
Log:
TCK Results - WebSocket 2.2.0 - Tomcat 11.0.0-M20

Added:
tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt

Added: tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt?rev=1917568=auto
==
--- tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt (added)
+++ tomcat/site/trunk/docs/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt Wed May  8 
10:03:37 2024
@@ -0,0 +1,47 @@
+TCK Certification Summary
+=
+
+License:
+  The terms of the EFTL are acceptable.
+
+Product Name, Version and download URL:
+  Apache Tomcat
+  11.0.0-M20
+  
https://repo1.maven.org/maven2/org/apache/tomcat/tomcat/11.0.0-M20/tomcat-11.0.0-M20.tar.gz
+
+Specification Name, Version and download URL:
+  Jakarta WebSocket
+  2.2.0
+  https://github.com/jakartaee/specifications/pull/713
+
+TCK Version, digital SHA-256 fingerprint and download URL
+  TCK
+  2.2.0
+  
https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee11/staged/eftl/jakarta-websocket-tck-2.2.0.zip
+  SHA512: 
5bb92094db8d46f60f561e0bcb81146b4802072abc39ce059bb69a63b310d3e2c970ebf8b1a5fbcc97f8410f4d05918ac2b21c847d89af027e9191d0e7e45a20
+
+Implementation runtime Version(s) tested:
+  Apache Tomcat
+  11.0.0-M20
+
+Public URL of TCK Results Summary:
+  https://tomcat.apache.org/tck/websocket-2.2.0-tomcat-11.0.0-M20.txt
+
+Any Additional Specification Certification Requirements:
+  None
+
+Java runtime used to run the implementation:
+  Java 17 - Temurin 17.0.11
+  Java 21 - Temurin 21.0.3
+
+Summary of the information for the certification environment:
+  Ubuntu 22.04.4 LTS
+​  https://github.com/apache/tomcat-tck
+  hash e708caae0f52343c309bff76d795bad29779fa2e
+
+A statement attesting that all TCK requirements have been met, including any 
compatibility rules:
+  Confirmed
+
+Test results:
+  Java 17: Tests run: 737, Failures: 0, Errors: 0, Skipped: 0
+  Java 21: Tests run: 737, Failures: 0, Errors: 0, Skipped: 0



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



svn commit: r69036 - /dev/tomcat/tomcat-11/v11.0.0-M20/ /release/tomcat/tomcat-11/v11.0.0-M20/

2024-05-08 Thread markt
Author: markt
Date: Wed May  8 09:24:34 2024
New Revision: 69036

Log:
Release Apache Tomcat 11.0.0-M20

Added:
release/tomcat/tomcat-11/v11.0.0-M20/
  - copied from r69035, dev/tomcat/tomcat-11/v11.0.0-M20/
Removed:
dev/tomcat/tomcat-11/v11.0.0-M20/


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



svn commit: r1917559 - in /tomcat/site/trunk: ./ docs/ xdocs/

2024-05-07 Thread remm
Author: remm
Date: Tue May  7 18:28:05 2024
New Revision: 1917559

URL: http://svn.apache.org/viewvc?rev=1917559=rev
Log:
Site update for 9.0.89

Modified:
tomcat/site/trunk/build.properties.default
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/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1917559=1917558=1917559=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Tue May  7 18:28:05 2024
@@ -37,7 +37,7 @@ tomcat.loc=https://downloads.apache.org/
 
 # - Tomcat versions -
 tomcat8.5=8.5.100
-tomcat9.0=9.0.88
+tomcat9.0=9.0.89
 tomcat10.1=10.1.23
 tomcat11.0=11.0.0-M19
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1917559=1917558=1917559=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue May  7 18:28:05 2024
@@ -74,8 +74,8 @@
 
   
 Latest Stable 9.0.x Release
-2024-04-16
-9.0.88
+2024-05-07
+9.0.89
   
 
 

Modified: tomcat/site/trunk/docs/download-90.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1917559=1917558=1917559=diff
==
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Tue May  7 18:28:05 2024
@@ -10,7 +10,7 @@
 
   Quick Navigation
 
-[define v]9.0.88[end]
+[define v]9.0.89[end]
 https://downloads.apache.org/tomcat/tomcat-9/KEYS;>KEYS |
 [v] |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1917559=1917558=1917559=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue May  7 18:28:05 2024
@@ -34,6 +34,27 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2024-05-07 Tomcat 9.0.89 Released
+
+The Apache Tomcat Project is proud to announce the release of version 9.0.89
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.88 include:
+
+Refactor HTTP header parsing to use common parsing code and fix
+  non-blocking reads of chunked request bodies including trailer fields.
+Add more timescale options to AccessLogValve and ExtendedAccessLogValve.
+  
+WebDAV locking handling fixes.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 9
+changelog.
+
+
+
+https://tomcat.apache.org/download-90.cgi;>Download
+
 2024-04-23 Tomcat 10.1.23 Released
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.23
@@ -65,24 +86,6 @@ changelog.
 
 https://tomcat.apache.org/download-10.cgi;>Download
 
-2024-04-16 Tomcat 9.0.88 Released
-
-The Apache Tomcat Project is proud to announce the release of version 9.0.88
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.87 include:
-
-Cookies header generation enhancements.
-Fix regression when reloading TLS configuration and files.
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 9
-changelog.
-
-
-
-https://tomcat.apache.org/download-90.cgi;>Download
-
 2024-04-16 Tomcat 11.0.0-M19 Released
 
 The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M19

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1917559=1917558=1917559=diff
==
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Tue May  7 18:28:05 2024
@@ -471,7 +471,8 @@ versions of Apache Tomcat9.0.84
 9.0.85
 9.0.86
-9.0.87
+9.0.87
+9.0.88
 , new version:
 
 9.0.0-M1
@@ -562,7 +563,8 @@ versions of Apache Tomcat9.0.85
 9.0.86
 9.0.87
-

svn commit: r1917558 - in /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser: HttpHeaderParser.HeaderDataSource.html HttpHeaderParser.HeaderParsePosition.html HttpHeaderPars

2024-05-07 Thread remm
Author: remm
Date: Tue May  7 18:16:23 2024
New Revision: 1917558

URL: http://svn.apache.org/viewvc?rev=1917558=rev
Log:
Javadoc update for 9.0.89

Added:

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderDataSource.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderParsePosition.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderParseStatus.html

tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.html

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderDataSource.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderDataSource.html?rev=1917558=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderDataSource.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderDataSource.html
 Tue May  7 18:16:23 2024
@@ -0,0 +1,164 @@
+
+
+
+
+HttpHeaderParser.HeaderDataSource (Apache Tomcat 9.0.89 API 
Documentation)
+
+
+
+
+
+
+
+
+
+
+
+
+var evenRowColor = "even-row-color";
+var oddRowColor = "odd-row-color";
+var tableTab = "table-tab";
+var activeTableTab = "active-table-tab";
+var pathtoroot = "../../../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Skip navigation links
+Apache Tomcat® 9.0.89
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+SEARCH:
+
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.tomcat.util.http.parser
+Interface HttpHeaderParser.HeaderDataSource
+
+
+
+All Known Implementing Classes:
+ChunkedInputFilter
+
+
+Enclosing class:
+HttpHeaderParser
+
+
+public static interface 
HttpHeaderParser.HeaderDataSource
+
+
+
+
+
+
+Method Summary
+
+All 
MethodsInstance MethodsAbstract 
Methods
+
+
+Modifier and Type
+Method
+Description
+boolean
+fillHeaderBuffer()
+
+Read more data into the header buffer.
+
+https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html; 
title="class or interface in java.nio" 
class="external-link">ByteBuffer
+getHeaderByteBuffer()
+
+Obtain a reference to the buffer containing the header 
data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+fillHeaderBuffer
+booleanfillHeaderBuffer()
+  throws https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html; 
title="class or interface in java.io" 
class="external-link">IOException
+Read more data into the header buffer. The implementation 
is expected to determine if blocking or not
+ blocking IO should be used.
+
+Returns:
+true if more data was added to the buffer, otherwise 
false
+Throws:
+https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html; 
title="class or interface in java.io" 
class="external-link">IOException - If an I/O error occurred while 
obtaining more header data
+
+
+
+
+
+getHeaderByteBuffer
+https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html; 
title="class or interface in java.nio" 
class="external-link">ByteBuffergetHeaderByteBuffer()
+Obtain a reference to the buffer containing the header 
data.
+
+Returns:
+The buffer containing the header data
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright  2000-2024 Apache Software 
Foundation.  Apache Tomcat, Tomcat, Apache, 
the Apache Tomcat logo and the Apache logo are either registered trademarks 
  or trademarks of the Apache Software Foundation.
+
+
+
+
+

Added: 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderParsePosition.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderParsePosition.html?rev=1917558=auto
==
--- 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderParsePosition.html
 (added)
+++ 
tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/util/http/parser/HttpHeaderParser.HeaderParsePosition.html
 Tue May  7 18:16:23 2024
@@ -0,0 +1,285 @@
+
+
+
+
+HttpHeaderParser.HeaderParsePosition (Apache Tomcat 9.0.89 API 
Documentation)
+
+
+
+
+
+
+
+
+
+
+
+
+var evenRowColor = "even-row-color";
+var oddRowColor = "odd-row-color";
+var tableTab = "table-tab";
+var activeTableTab = "active-table-tab";
+var pathtoroot = "../../../../../../";
+loadScripts(document, 'script');
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+Skip navigation links
+Apache Tomcat® 9.0.89
+
+Overview
+Package

svn commit: r1917557 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2024-05-07 Thread remm
Author: remm
Date: Tue May  7 18:11:39 2024
New Revision: 1917557

URL: http://svn.apache.org/viewvc?rev=1917557=rev
Log:
Javadoc update for 9.0.89


[This commit notification would consist of 90 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

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



svn commit: r69015 - /dev/tomcat/tomcat-9/v9.0.89/ /release/tomcat/tomcat-9/v9.0.89/

2024-05-07 Thread remm
Author: remm
Date: Tue May  7 17:54:51 2024
New Revision: 69015

Log:
Release Apache Tomcat 9.0.89

Added:
release/tomcat/tomcat-9/v9.0.89/
  - copied from r69014, dev/tomcat/tomcat-9/v9.0.89/
Removed:
dev/tomcat/tomcat-9/v9.0.89/


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



svn commit: r68938 - in /dev/tomcat/tomcat-9/v9.0.89: ./ bin/ bin/embed/ src/

2024-05-03 Thread remm
Author: remm
Date: Fri May  3 20:31:13 2024
New Revision: 68938

Log:
Upload 9.0.89 for voting

Added:
dev/tomcat/tomcat-9/v9.0.89/
dev/tomcat/tomcat-9/v9.0.89/KEYS
dev/tomcat/tomcat-9/v9.0.89/README.html
dev/tomcat/tomcat-9/v9.0.89/RELEASE-NOTES
dev/tomcat/tomcat-9/v9.0.89/bin/
dev/tomcat/tomcat-9/v9.0.89/bin/README.html
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-deployer.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-deployer.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-deployer.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-deployer.zip   (with 
props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-deployer.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-deployer.zip.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-fulldocs.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-fulldocs.tar.gz.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-fulldocs.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-windows-x64.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-windows-x64.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-windows-x64.zip.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-windows-x86.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-windows-x86.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89-windows-x86.zip.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.exe   (with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.exe.asc   (with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.exe.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.tar.gz   (with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.zip   (with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.zip.asc   (with props)
dev/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.zip.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/embed/
dev/tomcat/tomcat-9/v9.0.89/bin/embed/apache-tomcat-9.0.89-embed.tar.gz   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/embed/apache-tomcat-9.0.89-embed.tar.gz.asc 
  (with props)

dev/tomcat/tomcat-9/v9.0.89/bin/embed/apache-tomcat-9.0.89-embed.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.89/bin/embed/apache-tomcat-9.0.89-embed.zip   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/embed/apache-tomcat-9.0.89-embed.zip.asc   
(with props)
dev/tomcat/tomcat-9/v9.0.89/bin/embed/apache-tomcat-9.0.89-embed.zip.sha512
dev/tomcat/tomcat-9/v9.0.89/src/
dev/tomcat/tomcat-9/v9.0.89/src/apache-tomcat-9.0.89-src.tar.gz   (with 
props)
dev/tomcat/tomcat-9/v9.0.89/src/apache-tomcat-9.0.89-src.tar.gz.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.89/src/apache-tomcat-9.0.89-src.tar.gz.sha512
dev/tomcat/tomcat-9/v9.0.89/src/apache-tomcat-9.0.89-src.zip   (with props)
dev/tomcat/tomcat-9/v9.0.89/src/apache-tomcat-9.0.89-src.zip.asc   (with 
props)
dev/tomcat/tomcat-9/v9.0.89/src/apache-tomcat-9.0.89-src.zip.sha512

Added: dev/tomcat/tomcat-9/v9.0.89/KEYS
==
--- dev/tomcat/tomcat-9/v9.0.89/KEYS (added)
+++ dev/tomcat/tomcat-9/v9.0.89/KEYS Fri May  3 20:31:13 2024
@@ -0,0 +1,237 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   1024D/33C60243 2004-09-12
+  Key fingerprint = DCFD 35E0 BF8C A734 4752  DE8B 6FB2 1E89 33C6 0243
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+uid  Mark E D Thomas 
+sub   2048g/0BECE548 2004-09-12
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1.4.9 (MingW32)
+
+mQGiBEFEjegRBADocGttfROvtLGrTOW3xRqZHmFWybmEaI6jmnRdN/1gGXmb3wQL
+rHsS3fLFIIOYLPph0Kov9q4qNq36LekShIvjMBDFoj2/wRxaUtFq81asaRZg8Mcw
+4kVeIoe8OIOuWmvYhU8SH2jJNUnVVrpTPAa6QWquTmseNi6UJMjLxuL7DwCg//9u
+k2yj0vk6e4WSO6Fe5+EkQDED/AjQsy0kj9TpNHkKSSUR2evRlWPYA0YtxBSbsgON
+tT0cYipAp5IcYt6Zq5QzHiZreyQXLAjItDS2oGCIXfNbTYJ3kxxJTCU/3wlefVdq

svn commit: r68937 - in /dev/tomcat/tomcat-11/v11.0.0-M20: ./ bin/ bin/embed/ src/

2024-05-03 Thread markt
Author: markt
Date: Fri May  3 16:08:40 2024
New Revision: 68937

Log:
Upload 11.0.0-M20 for voting

Added:
dev/tomcat/tomcat-11/v11.0.0-M20/
dev/tomcat/tomcat-11/v11.0.0-M20/KEYS
dev/tomcat/tomcat-11/v11.0.0-M20/README.html
dev/tomcat/tomcat-11/v11.0.0-M20/RELEASE-NOTES
dev/tomcat/tomcat-11/v11.0.0-M20/bin/
dev/tomcat/tomcat-11/v11.0.0-M20/bin/README.html

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-deployer.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-deployer.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-deployer.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-deployer.zip  
 (with props)

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-deployer.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-deployer.zip.sha512

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-fulldocs.tar.gz   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-fulldocs.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-fulldocs.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-windows-x64.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-windows-x64.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20-windows-x64.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.exe   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.exe.asc
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.exe.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.tar.gz.asc
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.zip   (with 
props)
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M20/bin/apache-tomcat-11.0.0-M20.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/

dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/apache-tomcat-11.0.0-M20-embed.tar.gz
   (with props)

dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/apache-tomcat-11.0.0-M20-embed.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/apache-tomcat-11.0.0-M20-embed.tar.gz.sha512

dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/apache-tomcat-11.0.0-M20-embed.zip   
(with props)

dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/apache-tomcat-11.0.0-M20-embed.zip.asc

dev/tomcat/tomcat-11/v11.0.0-M20/bin/embed/apache-tomcat-11.0.0-M20-embed.zip.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/src/
dev/tomcat/tomcat-11/v11.0.0-M20/src/apache-tomcat-11.0.0-M20-src.tar.gz   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M20/src/apache-tomcat-11.0.0-M20-src.tar.gz.asc

dev/tomcat/tomcat-11/v11.0.0-M20/src/apache-tomcat-11.0.0-M20-src.tar.gz.sha512
dev/tomcat/tomcat-11/v11.0.0-M20/src/apache-tomcat-11.0.0-M20-src.zip   
(with props)
dev/tomcat/tomcat-11/v11.0.0-M20/src/apache-tomcat-11.0.0-M20-src.zip.asc
dev/tomcat/tomcat-11/v11.0.0-M20/src/apache-tomcat-11.0.0-M20-src.zip.sha512

Added: dev/tomcat/tomcat-11/v11.0.0-M20/KEYS
==
--- dev/tomcat/tomcat-11/v11.0.0-M20/KEYS (added)
+++ dev/tomcat/tomcat-11/v11.0.0-M20/KEYS Fri May  3 16:08:40 2024
@@ -0,0 +1,514 @@
+This file contains the PGP keys of various Apache developers.
+Please don't use them for email unless you have to. Their main
+purpose is code signing.
+
+Apache users: pgp < KEYS
+Apache developers:
+(pgpk -ll  && pgpk -xa ) >> this file.
+  or
+(gpg --fingerprint --list-sigs 
+ && gpg --armor --export ) >> this file.
+
+Apache developers: please ensure that your key is also available via the
+PGP keyservers (such as pgpkeys.mit.edu).
+
+
+pub   4096R/2F6059E7 2009-09-18
+  Key fingerprint = A9C5 DF4D 22E9 9998 D987  5A51 10C0 1C5A 2F60 59E7
+uid  Mark E D Thomas 
+sub   4096R/5E763BEC 2009-09-18
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Comment: GPGTools - http://gpgtools.org
+
+mQINBEq0DukBEAD4jovHOPJDxoD+JnO1Go2kiwpgRULasGlrVKuSUdP6wzcaqWmX
+pqtOJKKwW2MQFQLmg7nQ9RjJwy3QCbKNDJQA/bwbQT1F7WzTCz2S6vxC4zxKck4t
+6RZBq2dJsYKF0CEh6ZfY4dmKvhq+3istSoFRdHYoOPGWZpuRDqfZPdGm/m335/6K
+GH59oysn1NE7a2a+kZzjBSEgv23+l4Z1Rg7+fpz1JcdHSdC2Z+ZRxML25eVatRVz
+4yvDOZItqDURP24zWOodxgboldV6Y88C3v/7KRR+1vklzkuA2FqF8Q4r/2f0su7M
+UVviQcy29y/RlLSDTTYoVlCZ1ni14qFU7Hpw43KJtgXmcUwq31T1+SlXdYjNJ1aF
+kUi8BjCHDcSgE/IReKUanjHzm4XSymKDTeqqzidi4k6PDD4jyHb8k8vxi6qT6Udn
+lcfo5NBkkUT1TauhEy8ktHhbl9k60BvvMBP9l6cURiJg1WS77egI4P/82oPbzzFi
+GFqXyJKULVgxtdQ3JikCpodp3f1fh6PlYZwkW4xCJLJucJ5MiQp07HAkMVW5w+k8

svn commit: r68745 - in /release/tomcat: tomcat-11/v11.0.0-M17/ tomcat-11/v11.0.0-M18/ tomcat-9/v9.0.85/ tomcat-9/v9.0.86/ tomcat-9/v9.0.87/

2024-04-24 Thread remm
Author: remm
Date: Wed Apr 24 11:34:52 2024
New Revision: 68745

Log:
Drop old releases

Removed:
release/tomcat/tomcat-11/v11.0.0-M17/
release/tomcat/tomcat-11/v11.0.0-M18/
release/tomcat/tomcat-9/v9.0.85/
release/tomcat/tomcat-9/v9.0.86/
release/tomcat/tomcat-9/v9.0.87/


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



svn commit: r68733 - in /release/tomcat/tomcat-10: v10.1.19/ v10.1.20/

2024-04-23 Thread schultz
Author: schultz
Date: Tue Apr 23 20:40:16 2024
New Revision: 68733

Log:
Drop old release artifacts

Removed:
release/tomcat/tomcat-10/v10.1.19/
release/tomcat/tomcat-10/v10.1.20/


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



svn commit: r1917292 - /tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html

2024-04-23 Thread schultz
Author: schultz
Date: Tue Apr 23 20:37:56 2024
New Revision: 1917292

URL: http://svn.apache.org/viewvc?rev=1917292=rev
Log:
Update release date for Tomcat 8.5.100.

Modified:
tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html

Modified: tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html?rev=1917292=1917291=1917292=diff
==
--- tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html (original)
+++ tomcat/site/trunk/docs/tomcat-8.5-doc/changelog.html Tue Apr 23 20:37:56 
2024
@@ -1,7 +1,7 @@
 
 Apache Tomcat 8 (8.5.100) - 
Changeloghttps://tomcat.apache.org/;>https://www.apache.org/; target="_blank">Apache Tomcat 8
 Version 8.5.100,
-Mar 19 2024LinksDocs Homehttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQUser
 Guide1) Introduction2) Setup3) First 
webapp4) Deployer5) Manager6) Host Manager7) Realms and AAA8) Security Manager9) JNDI Resources10) JDBC DataSources
 11) Classloading12) JSPs13) 
SSL/TLS14) SSI15) CGI16) Proxy 
Support17) MBeans 
Descriptors18) Default 
Servlet19) Clustering20) Load Balancer21) Connectors22) 
Monitoring and Management23) 
Logging24) APR/Native25) Virtual Hosting26) Advanced IO27) 
Additional Components28) Maveni
 zed29) Security 
Considerations30) Windows 
Service31) Windows 
Authentication32) Tomcat's JDBC 
Pool33) WebSocket34) 
RewriteReferenceRelease NotesConfigurationTomcat JavadocsServlet 3.1 JavadocsJSP 2.3 JavadocsEL 3.0 JavadocsWebSocket 1.1 JavadocsJASPIC 1.1 JavadocsCommon Annotations 1.2 JavadocsJK 1.2 
DocumentationApache Tomcat 
DevelopmentBuildingChangeloghttps://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions;>StatusDevelopersArchitectureTribesChangelog Tomcat 8.5.100 (schultz)
+Mar 19 2024LinksDocs Homehttps://cwiki.apache.org/confluence/display/TOMCAT/FAQ;>FAQUser
 Guide1) Introduction2) Setup3) First 
webapp4) Deployer5) Manager6) Host Manager7) Realms and AAA8) Security Manager9) JNDI Resources10) JDBC DataSources
 11) Classloading12) JSPs13) 
SSL/TLS14) SSI15) CGI16) Proxy 
Support17) MBeans 
Descriptors18) Default 
Servlet19) Clustering20) Load Balancer21) Connectors22) 
Monitoring and Management23) 
Logging24) APR/Native25) Virtual Hosting26) Advanced IO27) 
Additional Components28) Maveni
 zed29) Security 
Considerations30) Windows 
Service31) Windows 
Authentication32) Tomcat's JDBC 
Pool33) WebSocket34) 
RewriteReferenceRelease NotesConfigurationTomcat JavadocsServlet 3.1 JavadocsJSP 2.3 JavadocsEL 3.0 JavadocsWebSocket 1.1 JavadocsJASPIC 1.1 JavadocsCommon Annotations 1.2 JavadocsJK 1.2 
DocumentationApache Tomcat 
DevelopmentBuildingChangeloghttps://cwiki.apache.org/confluence/display/TOMCAT/Tomcat+Versions;>StatusDevelopersArchitectureTribesChangelog2024-03-25 Tomcat 8.5.100 (schultz)
   Catalina
 
   
@@ -12683,4 +12683,4 @@
 Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo
 are either registered trademarks or trademarks of the Apache Software
 Foundation.
-
\ No newline at end of file
+



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



  1   2   3   4   5   6   7   8   9   10   >