(tomcat) branch main updated: Remove incorrect Javadoc comment

2024-04-26 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 a8dad1dd05 Remove incorrect Javadoc comment

(tomcat) branch 10.1.x updated: Remove incorrect Javadoc comment

2024-04-26 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 The following commit(s) were added to refs/heads/10.1.x by this push: new aa49b80a35 Remove incorrect Javadoc comment

(tomcat) branch 9.0.x updated: Remove incorrect Javadoc comment

2024-04-26 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 The following commit(s) were added to refs/heads/9.0.x by this push: new 044cf6d9e2 Remove incorrect Javadoc comment

(tomcat) branch 10.1.x updated: Fix disastrous cookie-logging patch.

2024-04-26 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 The following commit(s) were added to refs/heads/10.1.x by this push: new 783815fd94 Fix disastrous cookie-logging patch.

Re: Refactoring heads up

2024-04-26 Thread Christopher Schultz
Mark, On 4/26/24 13:17, Mark Thomas wrote: On 24/04/2024 17:52, Mark Thomas wrote: My plan is to commit these changes to 11.0.x with the low risk parts (e.g. new methods) back-ported. Then, once we can see what is left, we can decide how quickly/slowly we want to back-port the complete fix

(tomcat) branch main updated: Fix test failure on Windows

2024-04-26 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 8d6420831f Fix test failure on Windows 8d6420831f is

(tomcat) 03/04: Refactor chunked input filter to use common HTTP header/trailer parser

2024-04-26 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 92e3c7a7adc574a859ab70333bf930561dcf1e9d Author: Mark Thomas AuthorDate: Fri Apr 26 15:58:37 2024 +0100 Refactor

(tomcat) branch 10.1.x updated (4e92dc6044 -> 24a1932b51)

2024-04-26 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 4e92dc6044 Remove redundant override javadoc new a13938a854 Add a method to filter the parsed headers. new

(tomcat) 04/04: Additional tests for non-blocking chunked reads

2024-04-26 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 24a1932b51f77d8935e690dead32a643b45273f9 Author: Mark Thomas AuthorDate: Fri Apr 26 16:02:09 2024 +0100 Additional

(tomcat) 02/04: Add a common header parser for headers and trailers

2024-04-26 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 a5a7c112505b471e943967fd33c72299cbe6bb9f Author: Mark Thomas AuthorDate: Fri Apr 26 15:47:23 2024 +0100 Add a

(tomcat) 01/04: Add a method to filter the parsed headers.

2024-04-26 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 a13938a854c8f8c86c07acc314b5bfed39a62290 Author: Mark Thomas AuthorDate: Fri Apr 26 15:46:32 2024 +0100 Add a

(tomcat) 02/03: Refactor HTTP header parsing to use common parser

2024-04-26 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 e5acf2cf0f745350c85d81532826d92b1882469a Author: Mark Thomas AuthorDate: Fri Apr 26 16:06:52 2024 +0100 Refactor HTTP

(tomcat) 03/03: Remove deprecated code

2024-04-26 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 8081af2086a89618a75a7091835fe56d2fc19364 Author: Mark Thomas AuthorDate: Fri Apr 26 16:07:21 2024 +0100 Remove

(tomcat) 01/03: Add changelog entry

2024-04-26 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 a5c31c0f14c7598c3574df1159f560b01d3f9fba Author: Mark Thomas AuthorDate: Fri Apr 26 16:49:32 2024 +0100 Add changelog

(tomcat) branch main updated: Add support for timescales with time-taken access log token. (#721)

2024-04-26 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 e9046d96a6 Add support for timescales with

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-26 Thread via GitHub
ChristopherSchultz merged PR #721: URL: https://github.com/apache/tomcat/pull/721 -- 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:

Re: Refactoring heads up

2024-04-26 Thread Mark Thomas
On 24/04/2024 17:52, Mark Thomas wrote: My plan is to commit these changes to 11.0.x with the low risk parts (e.g. new methods) back-ported. Then, once we can see what is left, we can decide how quickly/slowly we want to back-port the complete fix to 10.1.x and 9.0.x (the issue was reported

Re: Unit tests using tcnative/panama [Was: [Bug 68910] Improve LibreSSL version check in tcnative.m4]

2024-04-26 Thread Christopher Schultz
On 4/18/24 06:05, Rainer Jung wrote: Am 18.04.24 um 09:08 schrieb bugzi...@apache.org: https://bz.apache.org/bugzilla/show_bug.cgi?id=68910 --- Comment #3 from Michael Osipov --- (In reply to Christopher Schultz from comment #1) (In reply to Michael Osipov from comment #0) since we also

Re: (tomcat) branch 10.1.x updated: Fix disastrous cookie-logging patch.

2024-04-26 Thread Christopher Schultz
Mark, Thanks for back-porting this. I thought I had already done so. -chris On 4/26/24 12:58, ma...@apache.org wrote: 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 The

Re: (tomcat) branch main updated: Fix disastrous cookie-logging patch.

2024-04-26 Thread Christopher Schultz
Chuck, On 4/19/24 10:48, Chuck Caldarale wrote: On Apr 19, 2024, at 09:18, Christopher Schultz wrote: Hopefully this patch has the intended effect. ;) I’m not convinced this change will have any measurable performance improvement. The JVM C2 compiler is pretty good with escape analysis,

[Bug 68947] `tomcat-embed-core` `10.1.23` requires Java 11 but includes Java 22 sources

2024-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68947 --- Comment #3 from Michael Osipov --- Though, I didn't take a look isn't that why we MRJARs have been invented and we didn't use that feature so far? -- You are receiving this mail because: You are the assignee for the bug.

(tomcat) branch main updated (8d6420831f -> 8081af2086)

2024-04-26 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 8d6420831f Fix test failure on Windows new a5c31c0f14 Add changelog entry new e5acf2cf0f Refactor HTTP header

(tomcat) 03/05: Refactor chunked input filter to use common HTTP header/trailer parser

2024-04-26 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 f75509c4439dacf21b065c8d2965169dab5d50bf Author: Mark Thomas AuthorDate: Fri Apr 26 15:58:37 2024 +0100 Refactor

(tomcat) 02/05: Add a common header parser for headers and trailers

2024-04-26 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 e87a432f88663064f066509b53977da2fa2a9bd9 Author: Mark Thomas AuthorDate: Fri Apr 26 15:47:23 2024 +0100 Add a common

(tomcat) 04/05: Additional tests for non-blocking chunked reads

2024-04-26 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 7e8fd4350e2922c282d92787b08392d1e2949992 Author: Mark Thomas AuthorDate: Fri Apr 26 16:02:09 2024 +0100 Additional

(tomcat) branch 9.0.x updated (4d23ff3142 -> fa0cb106e2)

2024-04-26 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 4d23ff3142 Remove redundant override javadoc new b31efad192 Add a method to filter the parsed headers. new

(tomcat) 01/05: Add a method to filter the parsed headers.

2024-04-26 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 b31efad19216282c43635099f3c6d02fad4d8df6 Author: Mark Thomas AuthorDate: Fri Apr 26 15:46:32 2024 +0100 Add a method

(tomcat) 05/05: Fix disastrous cookie-logging patch.

2024-04-26 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 fa0cb106e2d13edca9f2c8d038b913d2ae539a0c Author: Christopher Schultz AuthorDate: Fri Apr 19 10:16:36 2024 -0400 Fix

(tomcat) branch main updated: Remove redundant override javadoc

2024-04-26 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 c1664157ce Remove redundant override javadoc

(tomcat) branch 9.0.x updated: Remove redundant override javadoc

2024-04-26 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 4d23ff3142 Remove redundant override javadoc

(tomcat) 03/04: Refactor chunked input filter to use common HTTP header/trailer parser

2024-04-26 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 cbed8e1836962d43120b81ae99d8d1b349265749 Author: Mark Thomas AuthorDate: Fri Apr 26 15:58:37 2024 +0100 Refactor

(tomcat) 04/04: Additional tests for non-blocking chunked reads

2024-04-26 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 b25db176fb138af7086a1ea5a1473b03b58747e8 Author: Mark Thomas AuthorDate: Fri Apr 26 16:02:09 2024 +0100 Additional

(tomcat) branch 10.1.x updated: Remove redundant override javadoc

2024-04-26 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 4e92dc6044 Remove redundant override javadoc

(tomcat) 02/04: Add a common header parser for headers and trailers

2024-04-26 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 3443bffb40c22b2c107e277575e02f9f4e688e3d Author: Mark Thomas AuthorDate: Fri Apr 26 15:47:23 2024 +0100 Add a common

(tomcat) branch main updated (c1664157ce -> b25db176fb)

2024-04-26 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 c1664157ce Remove redundant override javadoc new 43622a0748 Add a method to filter the parsed headers. new

(tomcat) 01/04: Add a method to filter the parsed headers.

2024-04-26 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 43622a07488a297dbd8ad4d0c72d2ff4d8c24f90 Author: Mark Thomas AuthorDate: Fri Apr 26 15:46:32 2024 +0100 Add a method

(tomcat) branch 10.1.x updated: Add support for timescales with time-taken access log token. (#721)

2024-04-26 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 a7e9d7da69 Add support for timescales with

Re: Refactoring heads up

2024-04-26 Thread Rémy Maucherat
On Fri, Apr 26, 2024 at 7:20 PM Mark Thomas wrote: > > On 24/04/2024 17:52, Mark Thomas wrote: > > > > > My plan is to commit these changes to 11.0.x with the low risk parts > > (e.g. new methods) back-ported. Then, once we can see what is left, we > > can decide how quickly/slowly we want to