[Bug 65866] Allow AbstractHttp11Protocol.setMaxHttpHeaderSize to apply to request or response only

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65866 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement -- You are receiving thi

[Bug 65866] New: Allow AbstractHttp11Protocol.setMaxHttpHeaderSize to apply to request or response only

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65866 Bug ID: 65866 Summary: Allow AbstractHttp11Protocol.setMaxHttpHeaderSize to apply to request or response only Product: Tomcat 9 Version: unspecified Hardware: PC

[Bug 65806] When running in FIPS mode on openjdk-17, SessionIdGeneratorBase.java throws SEVERE log messages

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65806 --- Comment #1 from Mark Thomas --- If Tomcat could determine that FIPS is enabled then it could switch to "" without even trying SHA1PRNG first. Unfortunately, I don't see a way to do that as FIPS support isn't part of the standard JRE (that

[tomcat] branch 8.5.x updated: Correct a regression in the fix for BZ 65454

2022-02-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 d28bb22 Correct a regression in the fix for BZ 654

[tomcat] branch 9.0.x updated: Correct a regression in the fix for BZ 65454

2022-02-02 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 baa7765 Correct a regression in the fix for BZ 654

[tomcat] branch 10.0.x updated: Correct a regression in the fix for BZ 65454

2022-02-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new ff91424 Correct a regression in the fix for BZ 6

[tomcat] branch main updated: Correct a regression in the fix for BZ 65454

2022-02-02 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 084ca27 Correct a regression in the fix for BZ 65454

[tomcat] branch 10.0.x updated: Add docs for OpenSSLConf and OpenSSLConfCmd

2022-02-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new c3ec1ea Add docs for OpenSSLConf and OpenSSLConf

[tomcat] branch 8.5.x updated: Add docs for OpenSSLConf and OpenSSLConfCmd

2022-02-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 e7929c8 Add docs for OpenSSLConf and OpenSSLConfCm

[tomcat] branch 9.0.x updated: Add docs for OpenSSLConf and OpenSSLConfCmd

2022-02-02 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 49eb7f0 Add docs for OpenSSLConf and OpenSSLConfCm

[tomcat] branch main updated: Add docs for OpenSSLConf and OpenSSLConfCmd

2022-02-02 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 8c6fdce Add docs for OpenSSLConf and OpenSSLConfCmd

[Bug 65454] Race condition with idle thread removal results in request being improperly enqueued by default ThreadPoolExecutor

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65454 --- Comment #8 from Peter Schuebl --- I believe this causes an issue in https://github.com/apache/tomcat/blob/9.0.x/java/org/apache/tomcat/util/net/AbstractEndpoint.java#L753 where the executor is checked if it is an instance of java.util.concu

[tomcat] branch main updated: Port Fix for BZ 65848

2022-02-02 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 5d4939e Port Fix for BZ 65848 5d4939e is described be

[Bug 65848] 3a4c7bf2513a6f3e52d9608f3855d5f8148fef48 introduces regression with cert-based authentication

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65848 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[tomcat] branch 8.5.x updated: Fix BZ 65848 Revert attempt to align behaviour as root cause was config

2022-02-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 a5d126c Fix BZ 65848 Revert attempt to align behav

[tomcat] branch 9.0.x updated: Fix BZ 65848 Revert attempt to align behaviour as root cause was config

2022-02-02 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 cec1d95 Fix BZ 65848 Revert attempt to align behav

[tomcat] branch 10.0.x updated: Fix BZ 65848 Revert attempt to align behaviour as root cause was config

2022-02-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 76141e3 Fix BZ 65848 Revert attempt to align beh

[tomcat] branch main updated: Fix BZ 65848 Revert attempt to align behaviour as root cause was config

2022-02-02 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 f4a0936 Fix BZ 65848 Revert attempt to align behavio

[Bug 65848] 3a4c7bf2513a6f3e52d9608f3855d5f8148fef48 introduces regression with cert-based authentication

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65848 --- Comment #4 from Michael Osipov --- (In reply to Mark Thomas from comment #3) > We can certainly add a similar warning to the docs for OpenSSLConf. OpenSSLConf is not documented at all, we need to document that and simply copy the banner fr

[Bug 65848] 3a4c7bf2513a6f3e52d9608f3855d5f8148fef48 introduces regression with cert-based authentication

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65848 --- Comment #3 from Mark Thomas --- We can certainly add a similar warning to the docs for OpenSSLConf. I'm going to look at this again to see if I can get to the bottom of why I see different behaviour on MacOS and if that enables me to ident