svn commit: r1909942 - 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

2023-05-19 Thread schultz
Author: schultz
Date: Fri May 19 23:29:17 2023
New Revision: 1909942

URL: http://svn.apache.org/viewvc?rev=1909942&view=rev
Log:
Update site to announce 10.1.9.


[This commit notification would consist of 82 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



[ANN] Apache Tomcat 8.5.89 available

2023-05-19 Thread Christopher Schultz

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.89.

Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 8.5.89 is a bugfix and feature release. The notable
changes compared to 8.5.88 include:

- Many improvements to the JSON access log valve.

- Deprecate support for the HTTP Connector settings rejectIllegalHeader
   and allowHostHeaderMismatch and reject HTTP headers without names.

- Add a RateLimitFilter which can be used to mitigate DoS and Brute
   Force attacks.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-8.5-doc/changelog.html

Downloads:
https://tomcat.apache.org/download-80.cgi

Migration guides from Apache Tomcat 7.x and 8.0:
https://tomcat.apache.org/migration.html

Please note that Tomcat 8.5.x will reach End-of-life (EOL) on 31 March 
2024. For more information please visit 
https://tomcat.apache.org/tomcat-85-eol.html


Enjoy!

- The Apache Tomcat team

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



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

2023-05-19 Thread schultz
Author: schultz
Date: Fri May 19 23:22:55 2023
New Revision: 1909941

URL: http://svn.apache.org/viewvc?rev=1909941&view=rev
Log:
Move Tomcat 8.5.89 release announcement to the top of the news.

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=1909941&r1=1909940&r2=1909941&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri May 19 23:22:55 2023
@@ -34,6 +34,40 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2023-05-19 Tomcat 8.5.89 Released
+ 
+The Apache Tomcat Project is proud to announce the release of version 8.5.89
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.88 include:
+
+
+  Reduce the default value of maxParameterCount from 10,000 to 1,000.
+
+  Correct a regression in the fix for bug 66442 that meant that streams
+  without a response body did not decrement the active stream count
+  when completing, leading to
+  ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.
+
+  Refactor synchronization blocks locking on SocketWrapper to use
+  ReentrantLock to support users wishing to experiment with project
+  Loom.
+
+  Implement RFC 9239; note the MIME types for Javascript has changed
+  to text/javascript.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 8
+changelog.
+
+
+Please note that Apache Tomcat 8.5.x will
+reach https://tomcat.apache.org/tomcat-85-eol.html";>End-of-life
+(EOL) on 31 March 2024.
+
+
+https://tomcat.apache.org/download-80.cgi";>Download
+
 2023-05-10 Tomcat 9.0.75 Released
 
 The Apache Tomcat Project is proud to announce the release of version 9.0.75
@@ -109,40 +143,6 @@ Full details of these changes, and all t
 
 https://tomcat.apache.org/download-migration.cgi";>Download
 
-2023-05-19 Tomcat 8.5.89 Released
- 
-The Apache Tomcat Project is proud to announce the release of version 8.5.89
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 7 platform. The notable changes compared to 8.5.88 include:
-
-
-  Reduce the default value of maxParameterCount from 10,000 to 1,000.
-
-  Correct a regression in the fix for bug 66442 that meant that streams
-  without a response body did not decrement the active stream count
-  when completing, leading to
-  ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.
-
-  Refactor synchronization blocks locking on SocketWrapper to use
-  ReentrantLock to support users wishing to experiment with project
-  Loom.
-
-  Implement RFC 9239; note the MIME types for Javascript has changed
-  to text/javascript.
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 8
-changelog.
-
-
-Please note that Apache Tomcat 8.5.x will
-reach https://tomcat.apache.org/tomcat-85-eol.html";>End-of-life
-(EOL) on 31 March 2024.
-
-
-https://tomcat.apache.org/download-80.cgi";>Download
-
 2023-04-19 Tomcat 10.1.8 Released
 
 The Apache Tomcat Project is proud to announce the release of version 10.1.8

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1909941&r1=1909940&r2=1909941&view=diff
==
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Fri May 19 23:22:55 2023
@@ -55,6 +55,42 @@ project logo are trademarks of the Apach
 
 
 
+
+ 
+The Apache Tomcat Project is proud to announce the release of version 8.5.89
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to 8.5.88 include:
+
+
+  Reduce the default value of maxParameterCount from 10,000 to 1,000.
+
+  Correct a regression in the fix for bug 66442 that meant that streams
+  without a response body did not decrement the active stream count
+  when completing, leading to
+  ERR_HTTP2_SERVER_REFUSED_STREAM for some connections.
+
+  Refactor synchronization blocks locking on SocketWrapper to use
+  ReentrantLock to support users wishing to experiment with project
+  Loom.
+
+  Implement RFC 9239; note the MIME types for Javascript has changed
+  to text/javascript.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 8
+changelog.
+
+
+Please note that Apache Tomcat 8.5.x will
+reach https://tomcat.apache.org/tomcat-85-eol.html";>End-of-life
+(EOL) on 31 March 2024.
+
+
+Download
+
+
+
 
 
 The Apache Tomcat Project is proud to announce the release of version 9.

svn commit: r1909940 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-8.5-doc/ docs/tomcat-8.5-doc/annotationapi/ docs/tomcat-8.5-doc/annotationapi/javax/annotation/ docs/tomcat-8.5-doc/annotationapi/jav

2023-05-19 Thread schultz
Author: schultz
Date: Fri May 19 23:20:52 2023
New Revision: 1909940

URL: http://svn.apache.org/viewvc?rev=1909940&view=rev
Log:
Add Tomcat 8.5.89 release info to the web site.


[This commit notification would consist of 81 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



Re: [VOTE] Release Apache Tomcat 8.5.89

2023-05-19 Thread Christopher Schultz

All,

On 5/9/23 13:38, Christopher Schultz wrote:

The proposed Apache Tomcat 8.5.89 release is now available for voting.

The notable changes compared to 8.5.88 are:

- Many improvements to the JSON access log valve.

- Deprecate support for the HTTP Connector settings rejectIllegalHeader
    and allowHostHeaderMismatch and reject HTTP headers without names.

- Add a RateLimitFilter which can be used to mitigate DoS and Brute
    Force attacks.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.89/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1436

The tag is:
https://github.com/apache/tomcat/tree/8.5.89/
da91bd19ef2cb34a96e4ad04749dfc97c941db87

The proposed 8.5.89 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.88 (stable)


+1 to release stable

Works on a plain servlet-based application in a development environment.

All unit-test failures are expected in this environment.

* Environment
*  Java (build): openjdk version "1.8.0_292" OpenJDK Runtime 
Environment (build 1.8.0_292-8u292-b10-0+deb9u1-b10) OpenJDK 64-Bit 
Server VM (build 25.292-b10, mixed mode)
*  Java (test): openjdk version "1.8.0_292" OpenJDK Runtime 
Environment (build 1.8.0_292-8u292-b10-0+deb9u1-b10) OpenJDK 64-Bit 
Server VM (build 25.292-b10, mixed mode)

*  OS:   Linux 5.10.0-19-amd64 x86_64
*  cc:   cc (Debian 10.2.1-6) 10.2.1 20210110
*  make: GNU Make 4.3
*  OpenSSL:  OpenSSL 1.1.1 11 Sep 2018
*  APR:  1.7.0
*
* Valid SHA-512 signature for apache-tomcat-8.5.89.zip
* Valid GPG signature for apache-tomcat-8.5.89.zip
* Valid SHA-512 signature for apache-tomcat-8.5.89.tar.gz
* Valid GPG signature for apache-tomcat-8.5.89.tar.gz
* Valid SHA-512 signature for apache-tomcat-8.5.89.exe
* Valid GPG signature for apache-tomcat-8.5.89.exe
* Valid Windows Digital Signature for apache-tomcat-8.5.89.exe
* Valid SHA512 signature for apache-tomcat-8.5.89-src.zip
* Valid GPG signature for apache-tomcat-8.5.89-src.zip
* Valid SHA512 signature for apache-tomcat-8.5.89-src.tar.gz
* Valid GPG signature for apache-tomcat-8.5.89-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* tcnative builds cleanly
* Tomcat builds cleanly
* Junit Tests: FAILED
*
* Tests that failed:
* org.apache.tomcat.util.net.jsse.TestPEMFile.APR.txt
* org.apache.tomcat.util.net.jsse.TestPEMFile.NIO.txt
* org.apache.tomcat.util.net.jsse.TestPEMFile.NIO2.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO2.txt
* 
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt
* 
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO.txt
* 
org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO2.txt

* org.apache.tomcat.websocket.TestWsWebSocketContainerSSL.APR.txt
* org.apache.tomcat.websocket.TestWsWebSocketContainerSSL.NIO.txt
* org.apache.tomcat.websocket.TestWsWebSocketContainerSSL.NIO2.txt

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



svn commit: r61987 - /dev/tomcat/tomcat-8/v8.5.89/ /release/tomcat/tomcat-8/v8.5.89/

2023-05-19 Thread schultz
Author: schultz
Date: Fri May 19 21:10:22 2023
New Revision: 61987

Log:
Promote 8.5.89 release.

Added:
release/tomcat/tomcat-8/v8.5.89/
  - copied from r61986, dev/tomcat/tomcat-8/v8.5.89/
Removed:
dev/tomcat/tomcat-8/v8.5.89/


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



[VOTE][RESULT] Release Apache Tomcat 8.5.89

2023-05-19 Thread Christopher Schultz

All,

The following votes were cast:

+1: markt, schultz, rjung, lihan

Non-binding: Dimitris Soumis

There were no other votes cast, the vote therefore passes. I will begin 
the release process shortly. Thanks to everyone who contributed to this 
release.


Thanks,
-chris


The proposed Apache Tomcat 8.5.89 release is now available for voting.

The notable changes compared to 8.5.88 are:

- Many improvements to the JSON access log valve.

- Deprecate support for the HTTP Connector settings rejectIllegalHeader
   and allowHostHeaderMismatch and reject HTTP headers without names.

- Add a RateLimitFilter which can be used to mitigate DoS and Brute
   Force attacks.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.89/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1436

The tag is:
https://github.com/apache/tomcat/tree/8.5.89/
da91bd19ef2cb34a96e4ad04749dfc97c941db87

The proposed 8.5.89 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.88 (stable)



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



svn commit: r61986 - /dev/tomcat/tomcat-10/v10.1.9/ /release/tomcat/tomcat-10/v10.1.9/

2023-05-19 Thread schultz
Author: schultz
Date: Fri May 19 21:04:35 2023
New Revision: 61986

Log:
Promote v10.1.9 release.

Added:
release/tomcat/tomcat-10/v10.1.9/
  - copied from r61985, dev/tomcat/tomcat-10/v10.1.9/
Removed:
dev/tomcat/tomcat-10/v10.1.9/


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



Buildbot failure in on tomcat-8.5.x

2023-05-19 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/36/builds/491
Blamelist: ledefe , lihan 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 8.5.x] 338aaec1f37984e8d8bef11a79ca929128e509ec


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  compile: 1

  shell_6: 0

  shell_7: 0

  shell_8: 0

  shell_9: 0

  Rsync docs to nightlies.apache.org: 0

  shell_10: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_11: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



Buildbot failure in on tomcat-9.0.x

2023-05-19 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/560
Blamelist: ledefe , lihan 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] eb51363de43e2b1c16ecc48cd968a9a497374576


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  compile: 1

  shell_6: 0

  shell_7: 0

  shell_8: 0

  shell_9: 0

  Rsync docs to nightlies.apache.org: 0

  shell_10: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_11: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



Buildbot failure in on tomcat-10.1.x

2023-05-19 Thread buildbot
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/44/builds/803
Blamelist: ledefe , lihan 
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 10.1.x] 7b417e313e419f55459d90af7a713578359ac853


Steps:

  worker_preparation: 0

  git: 0

  shell: 0

  shell_1: 0

  shell_2: 0

  shell_3: 0

  shell_4: 0

  shell_5: 0

  compile: 1

  shell_6: 0

  shell_7: 0

  shell_8: 0

  shell_9: 0

  Rsync docs to nightlies.apache.org: 0

  shell_10: 0

  Rsync RAT to nightlies.apache.org: 0

  compile_1: 2

  shell_11: 0

  Rsync Logs to nightlies.apache.org: 0


-- ASF Buildbot


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



[GitHub] [tomcat] neo-ytx commented on pull request #617: #MessageBytes toString rollback

2023-05-19 Thread via GitHub


neo-ytx commented on PR #617:
URL: https://github.com/apache/tomcat/pull/617#issuecomment-1554184173

   Thanks a lot~. And I still have one question: Is the toString method 
changing object status a good behavior?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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