Re: [VOTE] Release Apache Tomcat 11.0.0-M8

2023-07-03 Thread Igal Sapir
On Mon, Jul 3, 2023 at 12:34 PM Mark Thomas wrote: > The proposed Apache Tomcat 11.0.0-M8 release is now available for > voting. > > Apache Tomcat 11.0.0-M8 is a milestone release of the 11.0.x branch and > has been made to provide users with early access to the new features in > Apache Tomcat

[Bug 66676] WebSocket session complains about closed state when calling close()

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676 --- Comment #5 from Mark Thomas --- Everything *should* be protected by some form of lock mechanism. That you saw the stack trace you did indicates that it wasn't for 10.1.8. I've looked at the code and I can't see how this could have

[tomcat] branch main updated: Increment version for next development cycle

2023-07-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.git The following commit(s) were added to refs/heads/main by this push: new 7855c7cf2b Increment version for next development

[VOTE] Release Apache Tomcat 11.0.0-M8

2023-07-03 Thread Mark Thomas
The proposed Apache Tomcat 11.0.0-M8 release is now available for voting. Apache Tomcat 11.0.0-M8 is a milestone release of the 11.0.x branch and has been made to provide users with early access to the new features in Apache Tomcat 11.0.x so that they may provide feedback. The notable changes

svn commit: r62800 - in /dev/tomcat/tomcat-11/v11.0.0-M8: ./ bin/ bin/embed/ src/

2023-07-03 Thread markt
Author: markt Date: Mon Jul 3 19:23:05 2023 New Revision: 62800 Log: Upload 11.0.0-M8 for voting Added: dev/tomcat/tomcat-11/v11.0.0-M8/ dev/tomcat/tomcat-11/v11.0.0-M8/KEYS dev/tomcat/tomcat-11/v11.0.0-M8/README.html dev/tomcat/tomcat-11/v11.0.0-M8/RELEASE-NOTES

[Bug 66676] WebSocket session complains about closed state when calling close()

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676 --- Comment #4 from Georg F. --- (In reply to Mark Thomas from comment #3) > There are two code paths to this line. > The path via WsSession.doClose() will have set WsSession.state to > OUTPUT_CLOSING. > The path via WsSession.onClose() will

[tomcat] 01/01: Tag 11.0.0-M8

2023-07-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag 11.0.0-M8 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 434400d882a20e12ea03855f4bd93451bd3362c6 Author: Mark Thomas AuthorDate: Mon Jul 3 20:01:23 2023 +0100 Tag

[tomcat] tag 11.0.0-M8 created (now 434400d882)

2023-07-03 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to tag 11.0.0-M8 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 434400d882 (commit) This tag includes the following new commits: new 434400d882 Tag 11.0.0-M8 The 1 revisions

[Bug 66676] WebSocket session complains about closed state when calling close()

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Mark

[Bug 66676] WebSocket session complains about closed state when calling close()

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676 Georg F. changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Georg F. --- Hey

[Bug 66676] WebSocket session complains about closed state when calling close()

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark

[Bug 66669] JVM crash in APR mode

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=9 --- Comment #11 from DigitalCat --- Yes branch 1.2.X can match line no. We use wrk to reproduce this issue. "./wrk -t 20 -c 1000 -d 5s --latency --timeout 1s https://XX/V3/LoginRoute; wrk is an opensource project, you can try with this

[Bug 66669] JVM crash in APR mode

2023-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=9 --- Comment #10 from Mark Thomas --- The line numbers match up for the quoted version (1.2.33) and the relevant code is unchanged in 1.2.x. The description of a potential memory leak looks plausible but I am unable to reproduce it with 9.0.x