Re: Trying to use Loom virtual threads with Tomcat

2022-05-03 Thread Cay Horstmann
Il 03/05/2022 07:25, Rémy Maucherat ha scritto: On Tue, May 3, 2022 at 6:24 AM Cay Horstmann wrote: Hi, I am trying to experiment with Loom (https://openjdk.java.net/jeps/425) virtual threads in Tomcat 10. There is a nice extension point in server.xml where I can provide an Executor and use

[GitHub] [tomcat] maxfortun opened a new pull request, #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-03 Thread GitBox
maxfortun opened a new pull request, #506: URL: https://github.com/apache/tomcat/pull/506 These 2 error reporting valves allow to delegate error report for dynamic generation to an external source either via issuing a redirect or proxying the request. -- This is an automated message

Re: Tomcat mitigations for CVE-2022-21449

2022-05-03 Thread Christopher Schultz
Mark, On 4/29/22 18:17, Mark Thomas wrote: On 29/04/2022 19:41, Christopher Schultz wrote: 1. The underlying JVM is affected 2. A Connector is defined with uses mutual TLS 3. The client's key is ECDSA I was thinking that on startup, we could check for a vulnerable environment and

REMINDER - Travel Assistance available for ApacheCon NA New Orleans 2022

2022-05-03 Thread Gavin McDonald
Hi All Contributors and Committers, This is a first reminder email that travel assistance applications for ApacheCon NA 2022 are now open! We will be supporting ApacheCon North America in New Orleans, Louisiana, on October 3rd through 6th, 2022. TAC exists to help those that would like to

[tomcat-native] 01/01: Tag 1.2.33

2022-05-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 1.2.33 in repository https://gitbox.apache.org/repos/asf/tomcat-native.git commit 5806305d98ef24f60ea1a4d8c99ef29e6faab434 Author: Mark Thomas AuthorDate: Tue May 3 20:50:10 2022 +0100 Tag

[tomcat-native] tag 1.2.33 created (now 5806305d9)

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

svn commit: r54246 - in /dev/tomcat/tomcat-connectors/native/1.2.33: ./ binaries/ source/

2022-05-03 Thread markt
Author: markt Date: Tue May 3 20:42:10 2022 New Revision: 54246 Log: Upload Tomcat Native 1.2.33 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.33/ dev/tomcat/tomcat-connectors/native/1.2.33/binaries/

Re: [VOTE] Release Apache Tomcat Native 1.2.33

2022-05-03 Thread Igal Sapir
On Tue, May 3, 2022 at 1:45 PM Mark Thomas wrote: > Version 1.2.33 includes the following changes compared to 1.2.32 > > - Updated recommended minimum OpenSSL to 1.1.1o and build windows >binaries using that version > > - Fix BZ 66035, a crash when attempting to read the TSL session ID after

[VOTE] Release Apache Tomcat Native 1.2.33

2022-05-03 Thread Mark Thomas
Version 1.2.33 includes the following changes compared to 1.2.32 - Updated recommended minimum OpenSSL to 1.1.1o and build windows binaries using that version - Fix BZ 66035, a crash when attempting to read the TSL session ID after a failed handshake The proposed release artefacts can be

[tomcat] branch 10.0.x updated: Fix IDE warnings

2022-05-03 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 96dec4ac90 Fix IDE warnings 96dec4ac90 is

[tomcat-native] branch main updated: Update recommended OpenSSL version to 1.1.1o or later

2022-05-03 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 abc6be2e0 Update recommended OpenSSL version

[GitHub] [tomcat] ChristopherSchultz commented on pull request #506: Adding Redirect and Proxy Error Reporting Valves

2022-05-03 Thread GitBox
ChristopherSchultz commented on PR #506: URL: https://github.com/apache/tomcat/pull/506#issuecomment-1116329419 Thank you for your contribution. I have a few comments: 1. The javadoc was copy/pasted and inaccurate: both classes claim to serve JSPs for errors, and neither of them do

[tomcat-native] branch main updated (c4c3b1372 -> 3a23cbb9c)

2022-05-03 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 c4c3b1372 Fix typo new 5ac1175a0 Fix BZ 66035 - avoid crash reading session ID after handshake failure

[tomcat-native] 02/02: Align minimum version with native/srclib/VERSIONS

2022-05-03 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 3a23cbb9c02b8fdbf3ee052a7dc19d948d49441d Author: Mark Thomas AuthorDate: Tue May 3 17:22:46 2022 +0100 Align

[tomcat-native] 01/02: Fix BZ 66035 - avoid crash reading session ID after handshake failure

2022-05-03 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 5ac1175a0cf24aae2a285b3f3fb877ff83aef0c0 Author: Mark Thomas AuthorDate: Tue May 3 17:13:20 2022 +0100 Fix BZ

[tomcat-native] 01/02: Add PR support to docs

2022-05-03 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 f63b59c7453b9104167ad8bd0714cc0fe6d2bed6 Author: Mark Thomas AuthorDate: Tue May 3 17:40:38 2022 +0100 Add PR

[tomcat-native] 02/02: Add change log entry for #12

2022-05-03 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 3e22913367d0d78bc69e89bf668497063e796b9b Author: Mark Thomas AuthorDate: Tue May 3 17:40:55 2022 +0100 Add

[tomcat-native] branch main updated (196250573 -> 3e2291336)

2022-05-03 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 196250573 Merge pull request #12 from dsoumis/patch-2 new f63b59c74 Add PR support to docs new

[tomcat-native] branch main updated: Correct Linux etc building instructions (Configure rather than config)

2022-05-03 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 f4fe1dcf4 Correct Linux etc building

[Bug 66035] SIGSEGV in org.apache.tomcat.jni.SSL::getSessionId - NIO+OpenSSL

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

[GitHub] [tomcat-native] markt-asf commented on pull request #12: Fix script to run from different directories

2022-05-03 Thread GitBox
markt-asf commented on PR #12: URL: https://github.com/apache/tomcat-native/pull/12#issuecomment-1116300500 Thanks for the PR. -- 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

[GitHub] [tomcat-native] markt-asf merged pull request #12: Fix script to run from different directories

2022-05-03 Thread GitBox
markt-asf merged PR #12: URL: https://github.com/apache/tomcat-native/pull/12 -- 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:

[tomcat-native] branch main updated: Fix script to run from different directories

2022-05-03 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 689e33f3c Fix script to run from different

[GitHub] [tomcat-native] markt-asf commented on pull request #11: Update BUILDING

2022-05-03 Thread GitBox
markt-asf commented on PR #11: URL: https://github.com/apache/tomcat-native/pull/11#issuecomment-1116298625 For Linux etc it is `./Configure...` not `./configure`. I've updated `BUILDING` -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [tomcat-native] markt-asf closed pull request #11: Update BUILDING

2022-05-03 Thread GitBox
markt-asf closed pull request #11: Update BUILDING URL: https://github.com/apache/tomcat-native/pull/11 -- 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: