(tomcat-native) branch 1.3.x updated: Add 1.3.1 release date

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.3.x by this push: new 0e7e0a345 Add 1.3.1 release date 0e7e0a345 i

[ANN] Apache Tomcat Native 2.0.8 released

2024-07-24 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.8 stable. The key features of this release are: - Fix a crash on Windows when SSLContext.setCACertificate() is invoked with a null value for caCertificateFile and a non-null value for caCertificatePath -

svn commit: r1919503 - in /tomcat/site/trunk/docs/native-1.3-doc: index.html miscellaneous/changelog.html news/2024.html

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 17:52:13 2024 New Revision: 1919503 URL: http://svn.apache.org/viewvc?rev=1919503&view=rev Log: Update site with Tomcat Native 1.3.1 docs Modified: tomcat/site/trunk/docs/native-1.3-doc/index.html tomcat/site/trunk/docs/native-1.3-doc/miscellaneous/changelog

svn commit: r1919502 - in /tomcat/site/trunk/docs/native-doc: index.html miscellaneous/changelog.html news/2024.html

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 17:49:02 2024 New Revision: 1919502 URL: http://svn.apache.org/viewvc?rev=1919502&view=rev Log: Update site with Tomcat Native 2.0.8 docs Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html

svn commit: r1919498 - in /tomcat/site/trunk: docs/index.html docs/oldnews-2023.html docs/oldnews.html xdocs/index.xml xdocs/oldnews-2023.xml xdocs/oldnews.xml

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 17:08:24 2024 New Revision: 1919498 URL: http://svn.apache.org/viewvc?rev=1919498&view=rev Log: Update index page after release of Native 2.0.8 & 1.3.1. Also fix a couple of copy/paste errors. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/do

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

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 17:02:57 2024 New Revision: 1919497 URL: http://svn.apache.org/viewvc?rev=1919497&view=rev Log: Update download for Native 1.3.1 & 2.0.8 releases Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/xdocs/download-native.xml Modified: tom

svn commit: r70523 - /release/tomcat/tomcat-connectors/native/README.html

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 16:04:49 2024 New Revision: 70523 Log: Update latest version info Modified: release/tomcat/tomcat-connectors/native/README.html Modified: release/tomcat/tomcat-connectors/native/README.html ===

svn commit: r70522 - /dev/tomcat/tomcat-connectors/native/2.0.8/ /release/tomcat/tomcat-connectors/native/2.0.8/

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 16:04:07 2024 New Revision: 70522 Log: Release Tomcat Native 2.0.8 Added: release/tomcat/tomcat-connectors/native/2.0.8/ - copied from r70521, dev/tomcat/tomcat-connectors/native/2.0.8/ Removed: dev/tomcat/tomcat-connectors/native/2.0.8/

svn commit: r70521 - /dev/tomcat/tomcat-connectors/native/1.3.1/ /release/tomcat/tomcat-connectors/native/1.3.1/

2024-07-24 Thread markt
Author: markt Date: Wed Jul 24 16:03:37 2024 New Revision: 70521 Log: Release Tomcat Native 1.3.1 Added: release/tomcat/tomcat-connectors/native/1.3.1/ - copied from r70520, dev/tomcat/tomcat-connectors/native/1.3.1/ Removed: dev/tomcat/tomcat-connectors/native/1.3.1/

(tomcat) 01/02: Create an HttpParser per Protocol rather than per Processor

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e00735c3f672c19b6a0190be65f6e97f4747d04b Author: Mark Thomas AuthorDate: Tue Jul 23 15:10:52 2024 +0100 Create an Htt

(tomcat) 02/02: Add discardRequestsAndResponses to HTTP/2 with a default of false

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3c5b14b713c67c81bfd95aa04c2e3f3ddd6a669f Author: Mark Thomas AuthorDate: Wed Jul 24 08:01:26 2024 +0100 Add discardRe

(tomcat) branch 9.0.x updated (28dc9f42b1 -> 3c5b14b713)

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 28dc9f42b1 Restore only creating Stream input buffer when required new e00735c3f6 Create an HttpParser per Protocol

(tomcat) 02/02: Add discardRequestsAndResponses to HTTP/2 with a default of false

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 17339b4ddc48393d1c5033e8aadd49652e9cb02a Author: Mark Thomas AuthorDate: Wed Jul 24 08:01:26 2024 +0100 Add discardReq

(tomcat) branch main updated (fd1df16c14 -> 17339b4ddc)

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from fd1df16c14 Additional logging to help debug a GitHub action failure new ccb625b1d2 Create an HttpParser per Protocol

(tomcat) 01/02: Create an HttpParser per Protocol rather than per Processor

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ccb625b1d2c19d16ec468163182a76296e7ec0d7 Author: Mark Thomas AuthorDate: Tue Jul 23 15:10:52 2024 +0100 Create an Http

[VOTE][RESULT] Release Apache Tomcat Native 2.0.8

2024-07-24 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, markt, schultz No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.

[VOTE][RESULT] Release Apache Tomcat Native 1.3.1

2024-07-24 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, markt, schultz No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.a

Re: Performance improvements for HTTP/2

2024-07-24 Thread Christopher Schultz
Mark, On 7/24/24 02:27, Mark Thomas wrote: On 23/07/2024 21:30, Christopher Schultz wrote: Mark, On 7/23/24 13:13, Mark Thomas wrote: Prompted by some folks at $dayjob, I have been looking at the performance of Tomcat's HTTP/2 implementation using [1] Initially, I was seeing ~79k req/s. Re

(tomcat) 02/02: Add discardRequestsAndResponses to HTTP/2 with a default of false

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit fa8c99b70da876a50f9b5aec4320a093f9d012db Author: Mark Thomas AuthorDate: Wed Jul 24 08:01:26 2024 +0100 Add discardR

(tomcat) 01/02: Create an HttpParser per Protocol rather than per Processor

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4aa508f0f1b9eea08bf8eb812eb7de35db91e986 Author: Mark Thomas AuthorDate: Tue Jul 23 15:10:52 2024 +0100 Create an Ht

(tomcat) branch 10.1.x updated (bcc79ecda6 -> fa8c99b70d)

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from bcc79ecda6 Restore only creating Stream input buffer when required new 4aa508f0f1 Create an HttpParser per Protoco

Re: TCK CI runs

2024-07-24 Thread Christopher Schultz
Mark, On 7/24/24 02:16, Mark Thomas wrote: On 23/07/2024 23:38, Christopher Schultz wrote: On 7/23/24 03:05, Mark Thomas wrote: Given that we are free to make factual statements such as "Tomcat 11.0.x passes the latest Annotations, EL, Pages, Servlet and WebSocket TCKs" or "Tomcat 11.0.0-

Re: Performance improvements for HTTP/2

2024-07-24 Thread Rémy Maucherat
On Wed, Jul 24, 2024 at 8:31 AM Mark Thomas wrote: > > On 23/07/2024 21:30, Christopher Schultz wrote: > > Mark, > > > > On 7/23/24 13:13, Mark Thomas wrote: > >> Prompted by some folks at $dayjob, I have been looking at the > >> performance of Tomcat's HTTP/2 implementation using [1] > >> > >> In

(tomcat) branch main updated: Additional logging to help debug a GitHub action failure

2024-07-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new fd1df16c14 Additional logging to help debug a GitHub

[Bug 69218] Sattva Lumina Apartments

2024-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69218 Sattva Lumina changed: What|Removed |Added OS||All URL|

[Bug 69218] New: Sattva Lumina Apartments

2024-07-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69218 Bug ID: 69218 Summary: Sattva Lumina Apartments Product: Tomcat 11 Version: 11.0.0-M20 Hardware: PC Status: NEW Severity: normal Priority: P2 Compone