(tomcat) branch 11.0.x updated: Revert unwanted change

2025-03-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new ae9a5e1fe1 Revert unwanted change ae9a5e1fe1 is de

(tomcat) branch main updated: Revert unwanted change

2025-03-21 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 cc3d9e7b0e Revert unwanted change cc3d9e7b0e is descri

Re: Fwd: Existing version: 7.0.82

2025-03-21 Thread Christopher Schultz
Josh, On 3/20/25 3:18 PM, Josh Miller wrote: Really appreciate the response! I know it was an Avaya issue but they aren’t easy to get a hold of. I’ll keep trying. No problem. If you want to try to hack your device(s), you are more than welcome to do so from our perspective. :) There are sev

Sharing code across packages

2025-03-21 Thread Christopher Schultz
All, I'm looking at adding file-based allow/deny for the RemoteCIDR(Filter|Valve) and I can see that there is a bunch of duplicate code between the two classes. Is there any reason not to re-use methods such as RemoteCIDR(Filter|Valve).fillFromInput between the two classes? They are in dif

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 Chuck Caldarale changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 Anshu changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|FIXED

[Bug 69617] Add a reminder about potential high heap memory usage in description of maxHttpRequestHeaderSize

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69617 --- Comment #4 from Christopher Schultz --- (In reply to Maggie Zhang from comment #3) > Since the processors are retained by the Acceptor thread, they > remain reachable This is the important bit, thanks. -- You are receiving this mail beca

[Bug 69608] JSP Servlet engine is garbage collected leading to Denial of service

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69608 --- Comment #10 from John Engebretson --- That makes sense - accumulating orphaned threads are a good way to run out of memory, and you're right that the fix is to not orphan the threads. At this point I'd suggest thread dumps on an affected s

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug 69576] Tomcat doesn't start on JDK 17 due to an ExceptionInInitializerError

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 Anshu changed: What|Removed |Added Resolution|FIXED |--- Ever confirmed|1

(tomcat) branch 9.0.x updated: Backport OpenSSL PROFILE= FFM processing

2025-03-21 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 a56d2e0fbf Backport OpenSSL PROFILE= FFM processing

(tomcat) branch 10.1.x updated: Backport OpenSSL PROFILE= FFM processing

2025-03-21 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 a40f3b994c Backport OpenSSL PROFILE= FFM processin

(tomcat) branch 11.0.x updated: Fix Panama reflection call

2025-03-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new deb84d54cf Fix Panama reflection call deb84d54cf i

(tomcat) branch main updated: Fix Panama reflection call

2025-03-21 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 0d40a2c03a Fix Panama reflection call 0d40a2c03a is de

[Bug 69608] JSP Servlet engine is garbage collected leading to Denial of service

2025-03-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69608 --- Comment #9 from Praddy --- I started two instances of Tomcat, instance A as the web server having only the JSP and servlets and instance B having the application logic code. The logic codes starts threads to fetch mails but the threads hang