[tomcat] branch main updated: Add JEP number

2023-03-17 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 c35915ccef Add JEP number c35915ccef is described belo

[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66508 --- Comment #16 from Mark Thomas --- Short term, any combination of NIO/NIO2 and useAsyncIO that is NOT NIO2 + useAsyncIO="false" should work. Performance differences should be minimal between all of those combinations. Medium term, this issue

[Bug 66533] Wrapping Requests or Responses in Valves is not possible

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66533 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Mark Tho

[Bug 66531] Threading model causes deadlocks

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66531 --- Comment #3 from alexey.may...@servicenow.com --- BTW, we're users of CometD and we observe this issue in how CometD uses Tomcat. I opened a bug for them on this: https://github.com/cometd/cometd/issues/1328 They still would like to use asy

[Bug 66533] New: Wrapping Requests or Responses in Valves is not possible

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66533 Bug ID: 66533 Summary: Wrapping Requests or Responses in Valves is not possible Product: Tomcat 11 Version: unspecified Hardware: PC OS: Linux

[Bug 66531] Threading model causes deadlocks

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66531 --- Comment #2 from alexey.may...@servicenow.com --- So if I do getBasicRemote().sendText(data, callback), this wont require an extra thread then? Where do I configure an executor? -- You are receiving this mail because: You are the assignee

[Bug 66508] Tomcat after a GC pause causes the HTTP threads to be blocked to acquire a semaphore to process WebSockets connection closure.

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

[tomcat] branch 9.0.x updated: Add support code for custom user attributes

2023-03-17 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 434fdb3433 Add support code for custom user attribut

[tomcat] branch 8.5.x updated: Add support code for custom user attributes

2023-03-17 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 cdb0334992 Add support code for custom user attribut

[tomcat] branch 10.1.x updated: Add support code for custom user attributes

2023-03-17 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 38ca9a7f23 Add support code for custom user attrib

[GitHub] [tomcat] rmaucher commented on pull request #473: Add support for additional user attributes to DataSourceRealm

2023-03-17 Thread via GitHub
rmaucher commented on PR #473: URL: https://github.com/apache/tomcat/pull/473#issuecomment-1473605786 Since I am looking at open PRs once in a while, I merged the pluming code for the user attributes with fd5b0fb6ea4aeeea8a3b3c95064b803068d531f9 I added more of the code to RealmBase, sinc

[tomcat] branch main updated: Add support code for custom user attributes

2023-03-17 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 fd5b0fb6ea Add support code for custom user attributes

[Bug 66530] ERR_HTTP2_SERVER_REFUSED_STREAM since 9.0.72

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66530 --- Comment #3 from Javier Santiago --- Thank you very much Mark -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsub

[Bug 66531] Threading model causes deadlocks

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66531 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 66530] ERR_HTTP2_SERVER_REFUSED_STREAM since 9.0.72

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66530 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Fix 66530 - Regression in fix for BZ 66442. Ensure count is decremented

2023-03-17 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 32518738e9 Fix 66530 - Regression in fix for BZ 664

[tomcat] branch 9.0.x updated: Fix 66530 - Regression in fix for BZ 66442. Ensure count is decremented

2023-03-17 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 ec18c92086 Fix 66530 - Regression in fix for BZ 664

[tomcat] branch 10.1.x updated: Fix 66530 - Regression in fix for BZ 66442. Ensure count is decremented

2023-03-17 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 aa7ff731ec Fix 66530 - Regression in fix for BZ 6

[tomcat] branch main updated: Fix 66530 - Regression in fix for BZ 66442. Ensure count is decremented

2023-03-17 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 1f32463d31 Fix 66530 - Regression in fix for BZ 66442

[Bug 66531] New: Threading model causes deadlocks

2023-03-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66531 Bug ID: 66531 Summary: Threading model causes deadlocks Product: Tomcat 8 Version: 8.5.72 Hardware: Macintosh OS: Mac OS X 10.1 Status: NEW Severity: no