[Bug 66617] New: Developing wiki page: "How do I configure Tomcat to support remote debugging?" does not cover distributed shell scripts

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66617 Bug ID: 66617 Summary: Developing wiki page: "How do I configure Tomcat to support remote debugging?" does not cover distributed shell scripts Product: Tomcat 10

[Bug 66613] Developing wiki page: Unclear reference to "service wrapper" in Debugging

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66613 Philippe Cloutier changed: What|Removed |Added Status|RESOLVED|VERIFIED -- You are receiving thi

[Bug 66616] New: French: Misleading HTTP 401 error description ("La requête nécessite une authentification HTTP.")

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66616 Bug ID: 66616 Summary: French: Misleading HTTP 401 error description ("La requête nécessite une authentification HTTP.") Product: Tomcat 10 Version: 10.1.9 Hardware: All

Re: Timing for June releases

2023-05-26 Thread Christopher Schultz
Mark, On 5/24/23 04:28, Mark Thomas wrote: OpenSSL has just announced a security fix release for 30 May. We won't know what the security issues are until then so my tentative plan is to tag and release Native 1.2.x and 2.0.x on 31 May, release Native 1.2.x and 2.0.x relatively quickly, update

Buildbot success in on tomcat-8.5.x

2023-05-26 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/502 Blamelist: Igal Sapir , Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 8.5.x] 889d0dbaa3082b7e7caa4fcb31cd107dd0553767 Steps:

[tomcat] branch 8.5.x updated: Remove unused imports.

2023-05-26 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 889d0dbaa3 Remove unused imports. 889d0dbaa3 is des

Buildbot failure in on tomcat-8.5.x

2023-05-26 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/36/builds/501 Blamelist: Igal Sapir Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 8.5.x] 746373b0bc28bd6cf73e67dfe3eb8ee04a4cd81

[Bug 66513] Primary Key Violation using PersistentManager + PersistentValves +

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66513 --- Comment #8 from Vincent Liautaud --- Hi Remy, thank you for your reply and i understand the issue regrding the memory usage of this concurrent map. Anyway, as explained before we have been in a position where multiple requests exist at a t

PersistentValve removal ?

2023-05-26 Thread Rémy Maucherat
Hi, After looking at BZ 66513, reading things online, the javadoc with its heavy handed usage warnings, code of PersistentValve and tracing back all the calls in the PersistentManager itself, my conclusion is that the functionality provided by that valve is probably not doable without significant

[Bug 66513] Primary Key Violation using PersistentManager + PersistentValves +

2023-05-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66513 --- Comment #7 from Remy Maucherat --- First, I'd like to add that this issue is in the javadoc of PersistentValve: it requires a persistent manager, *and* "to work correctly it assumes only one request exists per session at any one time". So n