Re: Coyote Request getRequestId()

2024-09-25 Thread Igal Sapir
Chris and Mark, On Wed, Sep 25, 2024 at 7:47 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Igal and Mark, > > On 9/24/24 13:55, Igal Sapir wrote: > > Mark, > > > > > >> On Mon, Sep 23, 2024 at 12:25 AM Mark Thomas wrote: > >> > >>> On 23/09/2024 04:28, Igal Sapir wrote: >

(tomcat) branch 9.0.x updated: Regenerate with latest JavaCC then run code-cleanup

2024-09-25 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 079bd88461 Regenerate with latest JavaCC then run c

(tomcat) branch 10.1.x updated: Regenerate with latest JavaCC and then run code-cleanup

2024-09-25 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 cee261446c Regenerate with latest JavaCC and then

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #4 from Mark Thomas --- That JAR was never released by the Tomcat project. Web applications should not be depending on Tomcat internals. Remove the JAR completely. If you need further assistance, please use the users mailing list.

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #3 from Prudviraj --- >From maven site, we can see that this was released in 2018 only. Keeping that aside please suggest if there is a recent version of the same library that we use instead. -- You are receiving this mail because

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #6 from Prudviraj --- That's an interesting point. Will try to do some changes keeping this in mind and see how it goes. Thanks a lot for this. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 69338] Overhead in El processing (AST*)

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69338 --- Comment #5 from Mark Thomas --- I've tweaked the parser for AND and OR so it looks for two or more operands rather than just two. -- You are receiving this mail because: You are the assignee for the bug. --

Buildbot success in on tomcat-10.1.x

2024-09-25 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1412 Blamelist: Mark Thomas , remm Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 10.1.x] 8ce050ba2a4e9e9c96306fe8c7e9b486b9a9f165 Steps: wor

Re: Coyote Request getRequestId()

2024-09-25 Thread Christopher Schultz
Igal and Mark, On 9/24/24 13:55, Igal Sapir wrote: Mark, On Mon, Sep 23, 2024 at 12:25 AM Mark Thomas wrote: On 23/09/2024 04:28, Igal Sapir wrote: Hello, The current implementation of getRequestId() is optimized for speed and generates IDs that are unique to a running instance of Tomcat

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #5 from Christopher Schultz --- For those curious, Java 9 introduced the invokeDynamic bytecode instruction which allows the JVM to highly optimize String concatenation operations. The "downside" is that it requires a new bytecode i

[Bug 69338] Overhead in El processing (AST*)

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69338 --- Comment #4 from Christopher Schultz --- I'd be interested in how you solved this particular problem, Mark. Having written a DSL for $work using AntLR, we have this "problem" as well, where a string of the same binary operators end up being

(tomcat) branch 11.0.x updated: Add changelog

2024-09-25 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 e619cc6a2c Add changelog e619cc6a2c is described b

(tomcat) branch 10.1.x updated: Add changelog

2024-09-25 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 5916dc9ec1 Add changelog 5916dc9ec1 is described b

(tomcat) branch 9.0.x updated: Add changelog

2024-09-25 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 76ee358664 Add changelog 76ee358664 is described bel

(tomcat) branch main updated: Add manager certificate handling testing

2024-09-25 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 ce70a1780b Add manager certificate handling testing ce

(tomcat) branch 9.0.x updated: Add manager certificate handling testing

2024-09-25 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 16982039ec Add manager certificate handling testing

(tomcat) branch 11.0.x updated: Add manager certificate handling testing

2024-09-25 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 762485c581 Add manager certificate handling testin

(tomcat) branch 10.1.x updated: Add manager certificate handling testing

2024-09-25 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 8ce050ba2a Add manager certificate handling testin

[Bug 69338] Overhead in El processing (AST*)

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69338 --- Comment #3 from Mark Thomas --- I've been looking at the handling for multiple && and ||. The performance numbers are clear it is worth doing. There is no noticeable change for 2 operands and obvious improvements from 3 operands upwards. Th

Buildbot failure in on tomcat-12.0.x

2024-09-25 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/120/builds/78 Blamelist: remm Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch main] ce70a1780bfac04034f8361e81d968eedac6410a Ste

(tomcat) branch 10.1.x updated: Allow getting certificates for OpenSSL

2024-09-25 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 7534ba628d Allow getting certificates for OpenSSL

(tomcat) branch 11.0.x updated: Allow getting certificates for OpenSSL

2024-09-25 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 0dafa8dcfc Allow getting certificates for OpenSSL

(tomcat) branch main updated: Allow getting certificates for OpenSSL

2024-09-25 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 fb8c682663 Allow getting certificates for OpenSSL fb8c

(tomcat) branch 9.0.x updated: Allow getting certificates for OpenSSL

2024-09-25 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 6a091d15d0 Allow getting certificates for OpenSSL 6a

(tomcat) branch 10.1.x updated: Expand unit tests ready for BZ 69338 fix

2024-09-25 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 145c6d1af1 Expand unit tests ready for BZ 69338 f

(tomcat) branch 11.0.x updated: Expand unit tests ready for BZ 69338 fix

2024-09-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 1e77d5c0df Expand unit tests ready for BZ 69338 f

(tomcat) branch main updated: Expand unit tests ready for BZ 69338 fix

2024-09-25 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 047c671c56 Expand unit tests ready for BZ 69338 fix 0

(tomcat) branch 9.0.x updated: Expand unit tests ready for BZ 69338 fix

2024-09-25 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 8aa82e075a Expand unit tests ready for BZ 69338 fix

(tomcat) branch main updated: Partial fix for BZ 69338. Better performance for >2 operand And/Or

2024-09-25 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 9ab668b2e9 Partial fix for BZ 69338. Better performan

(tomcat) branch 11.0.x updated: Partial fix for BZ 69338. Better performance for >2 operand And/Or

2024-09-25 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 eeda77235e Partial fix for BZ 69338. Better perfo

(tomcat) branch main updated: Code clean-up - no functional change

2024-09-25 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 d034e9ebfd Code clean-up - no functional change d034e

(tomcat) branch 10.1.x updated: Code clean-up - no functional change

2024-09-25 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 51be28b1c8 Code clean-up - no functional change 5