[Bug 66161] EL change broke String.concat with null

2022-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161 --- Comment #1 from t...@silbergrau.com --- Some additions: maybe the current wrong behaviour (for us) resulted due to updates and we missed something updating from EL2.x to EL3.0. And the tomcat update and the resulting error was just a

[Bug 66161] New: EL change broke String.concat with null

2022-07-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66161 Bug ID: 66161 Summary: EL change broke String.concat with null Product: Tomcat 9 Version: 9.0.64 Hardware: PC OS: Linux Status: NEW Severity: normal

[GitHub] [tomcat] naveensrinivasan closed pull request #525: chore: Included githubactions in the dependabot config

2022-07-04 Thread GitBox
naveensrinivasan closed pull request #525: chore: Included githubactions in the dependabot config URL: https://github.com/apache/tomcat/pull/525 -- 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

[tomcat-connectors] branch main updated: Common: Fix compiler warning when nitializing and copying fixed length strings.

2022-07-04 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new 97bc5677a Common: Fix compiler warning

Re: [VOTE] Release Apache Tomcat Native 2.0.0

2022-07-04 Thread Rémy Maucherat
On Mon, Jul 4, 2022 at 2:50 PM Mark Thomas wrote: > > Hi all, > > OpenSSL has announced a 3.0.5 release is scheduled for tomorrow that > will include security fixes. Depending on the details of those fixes we > may need a 2.0.1 release. (And a 1.2.x release.) > > We currently have 2 PMC votes for

Re: [VOTE] Release Apache Tomcat Native 2.0.0

2022-07-04 Thread Mark Thomas
Hi all, OpenSSL has announced a 3.0.5 release is scheduled for tomorrow that will include security fixes. Depending on the details of those fixes we may need a 2.0.1 release. (And a 1.2.x release.) We currently have 2 PMC votes for this release so we are 1 vote short. There is an argument

Re: [VOTE] Release Apache Tomcat Native 2.0.0

2022-07-04 Thread Rémy Maucherat
On Mon, Jul 4, 2022 at 1:23 PM Mark Thomas wrote: > > On 30/06/2022 17:55, Christopher Schultz wrote: > > Mark, > > > > On 6/30/22 09:58, Mark Thomas wrote: > >> This is the first release of the Tomcat Native 2.0.x branch. The major > >> differences compared to the 1.2.x branch are: > >> > >> -

[tomcat-native] branch main updated: Correct filename

2022-07-04 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 20e00c03e Correct filename 20e00c03e is

Re: [VOTE] Release Apache Tomcat Native 2.0.0

2022-07-04 Thread Mark Thomas
On 03/07/2022 04:46, Igal Sapir wrote: Mark, On Thu, Jun 30, 2022 at 6:58 AM Mark Thomas wrote: This is the first release of the Tomcat Native 2.0.x branch. The major differences compared to the 1.2.x branch are: - JNI API has been reduced to just that required to support the use of

Re: [VOTE] Release Apache Tomcat Native 2.0.0

2022-07-04 Thread Mark Thomas
On 30/06/2022 17:55, Christopher Schultz wrote: Mark, On 6/30/22 09:58, Mark Thomas wrote: This is the first release of the Tomcat Native 2.0.x branch. The major differences compared to the 1.2.x branch are: - JNI API has been reduced to just that required to support the use of    OpenSSL

[tomcat-native] branch main updated: Improve wording

2022-07-04 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 5eb766be2 Improve wording 5eb766be2 is

Re: [tomcat-native] branch main updated: Add renegotiation info

2022-07-04 Thread Mark Thomas
On 30/06/2022 17:47, Christopher Schultz wrote: On 6/30/22 03:35, ma...@apache.org wrote: + +  +  Support for unsafe legacy negotiation depends on OpenSSL. Only if Tomcat +  Native is compiled with a build of OpenSSL that supports legacy renegotiation +  will Tomcat Native support it. +