[Bug 68558] Redundant calls to ByteChunk.toString()

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68558 --- Comment #1 from Mark Thomas --- Are you sure about the request parameters being parsed multiple times? They should only be parsed once per request. Is org.apache.tomcat.util.buf.StringCache not caching the Strings or is just that local

[Bug 68495] Unable to find match between the canonical context and the URI presented by the user agent

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68495 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEEDINFO

[Bug 68572] migration tool does not conver xmlrpc-server3.0.jar to be jakarta compliant

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68572 Mark Thomas changed: What|Removed |Added OS||All Status|NEW

[Bug 68533] Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #7 from Christopher Schultz --- How do you get a valid HTTP request (not a 400) but then find yourself in a "Bad Request" state once async gets started? -- You are receiving this mail because: You are the assignee for the bug.

Re: Moving to Tomcat Native 1.3.x

2024-02-05 Thread Christopher Schultz
Mark, On 2/5/24 11:39, Mark Thomas wrote: On 05/02/2024 14:11, Christopher Schultz wrote: I'm +1 to markt's suggestions for these releases, except maybe we should leave 8.5.x with tcnative 1.2.x. I wouldn't want to break the last few releases of 8.5.x for anybody. I think the chances of

Buildbot success in on tomcat-11.0.x

2024-02-05 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/904 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] 5f06983eeefb53d1f3a4ce92cbf049c36abc411a Steps:

Re: [VOTE] Release Apache Tomcat Native 2.0.7

2024-02-05 Thread Christopher Schultz
Mark, Thanks for RMing. On 2/4/24 15:42, Mark Thomas wrote: The key differences of version 2.0.7 compared to 2.0.6 are: - Align default pass phrase prompt with httpd on Windows - The windows binaries in this release have been built with OpenSSL   3.0.13 and APR 1.7.4 The 2.0.x branch is

(tomcat) 02/02: Update JSign to 6.0

2024-02-05 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 5f06983eeefb53d1f3a4ce92cbf049c36abc411a Author: Mark Thomas AuthorDate: Mon Feb 5 21:16:46 2024 + Update JSign

(tomcat) 01/02: Update Checkstyle to 10.13.0

2024-02-05 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 034d0a40ff008aa415c00d14cadd2d9ab8dbcafd Author: Mark Thomas AuthorDate: Mon Feb 5 21:14:54 2024 + Update

(tomcat) branch main updated (a25e27cf57 -> 5f06983eee)

2024-02-05 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 a25e27cf57 Differentiate trace and debug log levels new 034d0a40ff Update Checkstyle to 10.13.0 new 5f06983eee

(tomcat-native) branch 1.3.x updated: Increment version number for next development cycle

2024-02-05 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 f6e1474c6 Increment version number for next

(tomcat-native) branch main updated: Increment version number for next development cycle

2024-02-05 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-native.git The following commit(s) were added to refs/heads/main by this push: new d1cc229db Increment version number for next

(tomcat-native) branch main updated: http -> https

2024-02-05 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-native.git The following commit(s) were added to refs/heads/main by this push: new 0f6a36b97 http -> https 0f6a36b97 is

Re: [VOTE] Release Apache Tomcat Native 1.3.0

2024-02-05 Thread Mark Thomas
On 05/02/2024 20:43, Mark Thomas wrote: The Apache Tomcat Native 1.3.0 release is  [X] Stable, go ahead and release  [ ] Broken because of ... Tomcat 9.0.x tests (NIO, NIO2 and APR/native) all pass with Java 22 EA on Linux (OpenSSL 1.1.1w and 3.0.13) and Windows (OpenSSL 3.0.13). Mark

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #6 from adwsingh --- I agree on the closing connection part. Its just weird that sync and async behave differently, one sends out a 400 and other doesn't. Also the way you suggested in

[VOTE] Release Apache Tomcat Native 1.3.0

2024-02-05 Thread Mark Thomas
This is the first release of the 1.3.x branch. The main differences compared to the 1.2.x branch are - Minimum OpenSSL version of 1.1.1 - Minimum APR version of 1.6.3 - Minimum LibreSSL version of 3.5.2 - The windows binaries in this release have been built with OpenSSL 3.0.13 and APR 1.7.4

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #5 from Mark Thomas --- I haven't looked at this yet but I suspect it may end up as WONTFIX. A bad request indicates a syntactically invalid request. At that point, it can be argued that given that the request is invalid, Tomcat

svn commit: r67193 - in /dev/tomcat/tomcat-connectors/native/1.3.0: ./ binaries/ source/

2024-02-05 Thread markt
Author: markt Date: Mon Feb 5 20:36:36 2024 New Revision: 67193 Log: Upload Tomcat Native 1.3.0 for voting Added: dev/tomcat/tomcat-connectors/native/1.3.0/ dev/tomcat/tomcat-connectors/native/1.3.0/binaries/

[Bug 68559] BadRequestException doesn't send back a 400 when using Async servlets

2024-02-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68559 --- Comment #4 from adwsingh --- Any update on this? I can give fixing this a shot if no one else is planning to. -- You are receiving this mail because: You are the assignee for the bug.

(tomcat-native) tag 1.3.0 created (now 998746966)

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 1.3.0 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git at 998746966 (commit) This tag includes the following new commits: new 998746966 Tag 1.3.0 The 1 revisions

(tomcat-native) 01/01: Tag 1.3.0

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.3.0 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 998746966815e1ae105cba9f2681d37cc30249bc Author: Mark Thomas AuthorDate: Mon Feb 5 18:36:51 2024 + Tag 1.3.0

Re: (tomcat-native) branch 1.3.x created (now de94af367)

2024-02-05 Thread Mark Thomas
On 05/02/2024 14:17, Mark Thomas wrote: On 05/02/2024 14:12, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 1.3.x The 1.3.x might not be perfect but it builds with OpenSSL 1.1.1w and 3.0.13 on Linux and all 9.0.x

Re: (tomcat-native) 03/03: Consistent formatting. Add missing entries. Add version to title.

2024-02-05 Thread Mark Thomas
On 05/02/2024 11:52, Konstantin Kolinko wrote: пн, 5 февр. 2024 г. в 11:45, : This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit

(tomcat-native) branch 1.2.x updated: http -> https

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 2118309f6 http -> https 2118309f6 is

(tomcat-native) branch 1.3.x updated: http -> https

2024-02-05 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 92c8fc656 http -> https 92c8fc656 is

Re: Moving to Tomcat Native 1.3.x

2024-02-05 Thread Mark Thomas
On 05/02/2024 14:11, Christopher Schultz wrote: I'm +1 to markt's suggestions for these releases, except maybe we should leave 8.5.x with tcnative 1.2.x. I wouldn't want to break the last few releases of 8.5.x for anybody. I think the chances of breakage are low as: - this is a fork from

Buildbot cancelled in on tomcat-8.5.x

2024-02-05 Thread buildbot
Build status: Build was cancelled Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/739 Blamelist: remm Build Text: compile (cancelled) Status Detected: cancelled build Build Source Stamp: [branch 8.5.x] 4f400e976d9ddcefc0c9d93a2abf94915aa8cf38 Steps:

Buildbot failure in on tomcat-11.0.x

2024-02-05 Thread buildbot
Build status: BUILD FAILED: failed Snapshot deployed to ASF Maven snapshot repository (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/903 Blamelist: remm Build Text: failed Snapshot deployed to ASF Maven snapshot repository (failure) Status Detected: new

(tomcat) branch 8.5.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 4f400e976d Differentiate trace and debug log levels

Buildbot success in on tomcat-8.5.x

2024-02-05 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/738 Blamelist: Christopher Schultz , Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 8.5.x]

(tomcat) branch 9.0.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 8d15796171 Differentiate trace and debug log levels

(tomcat) branch 10.1.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new cee5ebb0fe Differentiate trace and debug log

(tomcat) branch main updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 a25e27cf57 Differentiate trace and debug log levels

Re: (tomcat-native) branch 1.3.x created (now de94af367)

2024-02-05 Thread Mark Thomas
On 05/02/2024 14:12, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 1.3.x The 1.3.x might not be perfect but it builds with OpenSSL 1.1.1w and 3.0.13 on Linux and all 9.0.x tests then all pass with Java 22 EA.

(tomcat-native) 02/09: Add 1.3.x branch

2024-02-05 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 commit 9db68a6c5b646edfe77b3d9592c39a5fb7b9ddf3 Author: Mark Thomas AuthorDate: Mon Feb 5 08:01:24 2024 + Add

(tomcat-native) 05/09: Consistent formatting. Correct entries for 1.3. Add version to title.

2024-02-05 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 commit e6f775502e1d0dcfc8c32d89c0d37b852b85abad Author: Mark Thomas AuthorDate: Mon Feb 5 08:27:04 2024 +

(tomcat-native) 06/09: Second pass at version update

2024-02-05 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 commit f2a7699d37db56bfbcb5f3c3215854598953141e Author: Mark Thomas AuthorDate: Mon Feb 5 08:58:41 2024 + Second

(tomcat-native) 08/09: Update minimum LibreSSL version to 3.5.2. Remove NPN support.

2024-02-05 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 commit 29f0cc900310b1982b462b16fc308cbfeade79d4 Author: Mark Thomas AuthorDate: Mon Feb 5 13:43:27 2024 + Update

(tomcat-native) 09/09: Align with 9.0.x

2024-02-05 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 commit de94af36799ff0ca611330c2bc5a3194e06eab7a Author: Mark Thomas AuthorDate: Mon Feb 5 14:08:23 2024 + Align

(tomcat-native) branch 1.3.x created (now de94af367)

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git at de94af367 Align with 9.0.x This branch includes the following new commits: new 35606620d Update ignores

(tomcat-native) 07/09: First pass at reviewing use of OPENSSL_VERSION_NUMBER

2024-02-05 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 commit fdd91723488cb47de3319dbee40ca31ee036dcc3 Author: Mark Thomas AuthorDate: Mon Feb 5 09:42:50 2024 + First

(tomcat-native) 04/09: Update ASF logo

2024-02-05 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 commit 07e76d7496e5079bee1da18fe10974db62a7d93b Author: Mark Thomas AuthorDate: Mon Feb 5 08:32:03 2024 + Update

(tomcat-native) 01/09: Update ignores

2024-02-05 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 commit 35606620d24f2de513032359fdbc0221dbe0555b Author: Mark Thomas AuthorDate: Mon Feb 5 07:56:25 2024 + Update

(tomcat-native) 03/09: First pass at updating version to 1.3

2024-02-05 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 commit dcb4f6595c65c5c057ab8bb57b8bf020ba761d5d Author: Mark Thomas AuthorDate: Mon Feb 5 08:19:58 2024 + First

Re: Moving to Tomcat Native 1.3.x

2024-02-05 Thread Christopher Schultz
All, On 2/5/24 09:03, Christopher Schultz wrote: Mark, On 2/4/24 14:54, Mark Thomas wrote: AS you have probably noticed I am working on another round of Tomcat Native releases. We are overdue on switching to 1.3.x so I would like to propose the following with this release round: - create

Re: Moving to Tomcat Native 1.3.x

2024-02-05 Thread Christopher Schultz
Mark, On 2/4/24 14:54, Mark Thomas wrote: AS you have probably noticed I am working on another round of Tomcat Native releases. We are overdue on switching to 1.3.x so I would like to propose the following with this release round: - create a new 1.3.x branch from the current 1.2.x HEAD -

(tomcat-native) branch 1.2.x updated: Align with other branches. No functional change.

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new 04b4109ff Align with other branches. No

(tomcat-native) branch main updated: Align with other branches. No functional change.

2024-02-05 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-native.git The following commit(s) were added to refs/heads/main by this push: new 2f569cf2d Align with other branches. No

Re: Buildbot failure in on tomcat-8.5.x

2024-02-05 Thread Rémy Maucherat
On Mon, Feb 5, 2024 at 12:28 PM Konstantin Kolinko wrote: > > Running "release" target fails due to a typo in Javadoc. > Double ">>". > > [javadoc] Building tree for all the packages and classes... > [javadoc] >

(tomcat) branch 8.5.x updated: Fix javadoc

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 6350946b84 Fix javadoc 6350946b84 is described

(tomcat) branch 9.0.x updated: Fix javadoc

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 81799802fe Fix javadoc 81799802fe is described

(tomcat) branch 10.1.x updated: Fix javadoc

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new dc680424df Fix javadoc dc680424df is described

(tomcat) branch main updated: Fix javadoc

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 df1acafcae Fix javadoc df1acafcae is described below

Re: (tomcat-native) 03/03: Consistent formatting. Add missing entries. Add version to title.

2024-02-05 Thread Konstantin Kolinko
пн, 5 февр. 2024 г. в 11:45, : > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 1.2.x > in repository https://gitbox.apache.org/repos/asf/tomcat-native.git > > commit 34a274f39b836c9d9766e1707018b3b8b61c5506 > Author: Mark Thomas >

Re: Buildbot failure in on tomcat-8.5.x

2024-02-05 Thread Konstantin Kolinko
Running "release" target fails due to a typo in Javadoc. Double ">>". [javadoc] Building tree for all the packages and classes... [javadoc] /home/buildslave/slave/tomcat-8.5.x/build/output/dist/src/java/org/apache/catalina/filters/CsrfPreventionFilter.java:232: error: bad use of '>'

(tomcat) branch 8.5.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 0dae4663c7 Differentiate trace and debug log levels

(tomcat) branch 9.0.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new f0c3e72ed9 Differentiate trace and debug log levels

(tomcat) branch 10.1.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new d61ee4b6ce Differentiate trace and debug log

(tomcat) branch main updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 d75334e8c3 Differentiate trace and debug log levels

(tomcat) branch 8.5.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 3358b627eb Differentiate trace and debug log levels

(tomcat) branch 9.0.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6e934bb3f5 Differentiate trace and debug log levels

(tomcat) branch 10.1.x updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 5efcb01a7f Differentiate trace and debug log

(tomcat) branch main updated: Differentiate trace and debug log levels

2024-02-05 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 eaff01e9d1 Differentiate trace and debug log levels

(tomcat-native) branch 1.2.x updated: Update links to Tomcat docs

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git The following commit(s) were added to refs/heads/1.2.x by this push: new b34e67ab5 Update links to Tomcat docs

(tomcat-native) branch main updated (d8edaeb9c -> c53512881)

2024-02-05 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-native.git from d8edaeb9c Update OpenSSL 3.0.x patch for addition of INT64_MAx constant new eec794374 Add 1.3.x branch

(tomcat-native) 03/05: Add a version to the title

2024-02-05 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-native.git commit a06fa4c846b30fb8f6d16af634be443b38e6701b Author: Mark Thomas AuthorDate: Mon Feb 5 08:29:52 2024 + Add a

(tomcat-native) 02/05: Consistent formatting. Add missing entries.

2024-02-05 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-native.git commit 49befd6de491f1bd499e82887b9484f3c293cdcf Author: Mark Thomas AuthorDate: Mon Feb 5 08:27:04 2024 +

(tomcat-native) 04/05: Update ASF logo

2024-02-05 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-native.git commit 38d316760990170df3518c9c782934ae33967537 Author: Mark Thomas AuthorDate: Mon Feb 5 08:32:03 2024 + Update

(tomcat-native) 05/05: News links should be in reverse date order

2024-02-05 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-native.git commit c535128817d035ce2e03feb76e0a7f8f796254ec Author: Mark Thomas AuthorDate: Mon Feb 5 08:39:06 2024 + News

(tomcat-native) 01/05: Add 1.3.x branch

2024-02-05 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-native.git commit eec79437436fa8a8970700ad9cdf93833e49ec0b Author: Mark Thomas AuthorDate: Mon Feb 5 08:01:24 2024 + Add

(tomcat-native) 03/03: Consistent formatting. Add missing entries. Add version to title.

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 34a274f39b836c9d9766e1707018b3b8b61c5506 Author: Mark Thomas AuthorDate: Mon Feb 5 08:27:04 2024 +

(tomcat-native) 01/03: Add 1.3.x branch

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 1b030486091ed5ee9076c007ad85df277d5428bd Author: Mark Thomas AuthorDate: Mon Feb 5 08:01:24 2024 + Add

(tomcat-native) 02/03: Update ASF logo

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 5ce3ac2f7ac7b5ff6dc726dc6d4a80186f1f0fdf Author: Mark Thomas AuthorDate: Mon Feb 5 08:32:03 2024 + Update

(tomcat-native) branch 1.2.x updated (d203c5364 -> 34a274f39)

2024-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git from d203c5364 Update ignores new 1b0304860 Add 1.3.x branch new 5ce3ac2f7 Update ASF logo new