Re: [VOTE] Release Apache Tomcat 8.5.83

2022-10-06 Thread Christopher Schultz
Mark, I' have started my testing process ;) On 10/3/22 16:53, Mark Thomas wrote: The proposed Apache Tomcat 8.5.83 release is now available for voting. The notable changes compared to 8.5.82 are: - Add support for authenticating WebSocket clients with an HTTP forward   proxy when establishin

[GitHub] [tomcat] mulkgun commented on pull request #553: Undocumented nonce parameter name

2022-10-06 Thread GitBox
mulkgun commented on PR #553: URL: https://github.com/apache/tomcat/pull/553#issuecomment-1270622567 Thank you, it's been a pleasure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[tomcat] branch 8.5.x updated: Simplify

2022-10-06 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 07e6d967f9 Simplify 07e6d967f9 is described below

[tomcat] branch 9.0.x updated: Simplify

2022-10-06 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 32043a15b5 Simplify 32043a15b5 is described below

[tomcat] branch 10.0.x updated: Simplify

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new f7cb60777c Simplify f7cb60777c is described below

[tomcat] branch main updated: Simplify

2022-10-06 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 05ec18e2b5 Simplify 05ec18e2b5 is described below co

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #26 from Rahul Jaisimha --- I've attached the updated patch diffs that contain the configurable "archiveIndexStrategy" on WebResourceRoot as discussed. The diff is slightly different in tomcat9.0.x due to some file name changes betw

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #25 from Rahul Jaisimha --- Created attachment 38403 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38403&action=edit Updated patch that makes the bloom filter purging configurable - Tomcat9 -- You are receiving this mail

[Bug 66209] CPU regression when classpath Bloom filters are active

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66209 --- Comment #24 from Rahul Jaisimha --- Created attachment 38402 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38402&action=edit Updated patch that makes the bloom filter purging configurable -- You are receiving this mail because: Y

[tomcat] branch 8.5.x updated: Fix Javadoc error. Origin is URI as a String, not a URI.

2022-10-06 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 4eb55eea29 Fix Javadoc error. Origin is URI as a St

[tomcat] branch 9.0.x updated: Fix Javadoc error. Origin is URI as a String, not a URI.

2022-10-06 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 97451f71f5 Fix Javadoc error. Origin is URI as a St

[tomcat] branch 8.5.x updated (0775e9a595 -> 7c706d0d0c)

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0775e9a595 Update after switch to StringUtils new 5d2542e8db Refactor LinkedList to Deque and ArrayDeque new 4

[tomcat] 01/03: Refactor LinkedList to Deque and ArrayDeque

2022-10-06 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 commit 5d2542e8db283384c149dea420053a2d61b0c6b5 Author: Mark Thomas AuthorDate: Thu Oct 6 13:51:48 2022 +0100 Refactor Linke

[tomcat] 02/03: Switch Deque implementations from LinkedList to ArrayDeque

2022-10-06 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 commit 4fa5dc67e1a74d8a57b6464f763317eabc7875c6 Author: Mark Thomas AuthorDate: Thu Oct 6 13:55:48 2022 +0100 Switch Deque i

[tomcat] 03/03: Add implementation comment

2022-10-06 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 commit 7c706d0d0c92c8ec5fc56534786e428a21cc1a40 Author: Mark Thomas AuthorDate: Thu Oct 6 14:02:45 2022 +0100 Add implementa

[tomcat] 02/03: Switch Deque implementations from LinkedList to ArrayDeque

2022-10-06 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 commit e9a09512c9c2914340e896864a5a2cf9fc53c568 Author: Mark Thomas AuthorDate: Thu Oct 6 13:55:48 2022 +0100 Switch Deque i

[tomcat] 01/03: Refactor LinkedList to Deque and ArrayDeque

2022-10-06 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 commit 65fbfb0c71910f9a96d4df31c989fcccb6a848f4 Author: Mark Thomas AuthorDate: Thu Oct 6 13:51:48 2022 +0100 Refactor Linke

[tomcat] 03/03: Add implementation comment

2022-10-06 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 commit 9abedf44ecd9aa19ecf214f2e09817b73069b19e Author: Mark Thomas AuthorDate: Thu Oct 6 14:02:45 2022 +0100 Add implementa

[tomcat] branch 9.0.x updated (dbf94fed6f -> 9abedf44ec)

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from dbf94fed6f Update after switch to StringUtils new 65fbfb0c71 Refactor LinkedList to Deque and ArrayDeque new e

[tomcat] branch 10.0.x updated (c28cc5e1f4 -> b899a62782)

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from c28cc5e1f4 Update after switch to StringUtils new 66e9f716b9 Refactor LinkedList to Deque and ArrayDeque new

[tomcat] 01/03: Refactor LinkedList to Deque and ArrayDeque

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 66e9f716b9758ba5a9e2c76c3950f1542c4b1fc9 Author: Mark Thomas AuthorDate: Thu Oct 6 13:51:48 2022 +0100 Refactor Link

[tomcat] 03/03: Add implementation comment

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b899a627824b232367db12f9aafbdffcf05175f5 Author: Mark Thomas AuthorDate: Thu Oct 6 14:02:45 2022 +0100 Add implement

[tomcat] 02/03: Switch Deque implementations from LinkedList to ArrayDeque

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit dd2643f3bc3729c189bde840ec3d996d6391ceb1 Author: Mark Thomas AuthorDate: Thu Oct 6 13:55:48 2022 +0100 Switch Deque

[tomcat] 02/03: Switch Deque implementations from LinkedList to ArrayDeque

2022-10-06 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 commit 18fea82fe32fc230f7b7deb327155d5c0f5ae080 Author: Mark Thomas AuthorDate: Thu Oct 6 13:55:48 2022 +0100 Switch Deque im

[tomcat] 01/03: Refactor LinkedList to Deque and ArrayDeque

2022-10-06 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 commit 5daaee5df36770d38648be4cbf12606920efd5ea Author: Mark Thomas AuthorDate: Thu Oct 6 13:51:48 2022 +0100 Refactor Linked

[tomcat] 03/03: Add implementation comment

2022-10-06 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 commit 4b0392eec304a181332931c590feb75fb77ea39b Author: Mark Thomas AuthorDate: Thu Oct 6 14:02:45 2022 +0100 Add implementat

[tomcat] branch main updated (148f6e436b -> 4b0392eec3)

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 148f6e436b Update after switch to StringUtils new 5daaee5df3 Refactor LinkedList to Deque and ArrayDeque new 18

Re: [VOTE] Release Apache Tomcat 8.5.83

2022-10-06 Thread Rémy Maucherat
On Mon, Oct 3, 2022 at 4:54 PM Mark Thomas wrote: > > The proposed Apache Tomcat 8.5.83 release is now available for voting. > > The notable changes compared to 8.5.82 are: > > - Add support for authenticating WebSocket clients with an HTTP forward >proxy when establishing a connection to a We

Re: [VOTE] Release Apache Tomcat 10.0.27

2022-10-06 Thread Rémy Maucherat
On Mon, Oct 3, 2022 at 11:13 AM Mark Thomas wrote: > > The proposed Apache Tomcat 10.0.27 release is now available for > voting. > > Apache Tomcat 10.0.27 is likely to be the last release of the 10.0.x > series. Users of 10.0.x should plan to move to 10.1.x at the next update. > > Apache Tomcat 10

Re: [VOTE] Release Apache Tomcat 9.0.68

2022-10-06 Thread Rémy Maucherat
On Mon, Oct 3, 2022 at 3:05 PM Mark Thomas wrote: > > The proposed Apache Tomcat 9.0.68 release is now available for voting. > > The notable changes compared to 9.0.67 are: > > - Fix bug 66277, a refactoring regression that broke JSP includes >amongst other functionality > > - Fix unexpected t

[tomcat] branch 8.5.x updated: Update after switch to StringUtils

2022-10-06 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 0775e9a595 Update after switch to StringUtils 0775e

[tomcat] branch 9.0.x updated: Update after switch to StringUtils

2022-10-06 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 dbf94fed6f Update after switch to StringUtils dbf94

[tomcat] branch 10.0.x updated: Update after switch to StringUtils

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new c28cc5e1f4 Update after switch to StringUtils c28

[tomcat] branch main updated: Update after switch to StringUtils

2022-10-06 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 148f6e436b Update after switch to StringUtils 148f6e4

[tomcat] branch 8.5.x updated: Can't switch to ArrayDeque here. Needs to be LinkedList for null support

2022-10-06 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 56420a9219 Can't switch to ArrayDeque here. Needs t

[tomcat] branch 9.0.x updated: Can't switch to ArrayDeque here. Needs to be LinkedList for null support

2022-10-06 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 16e12cc421 Can't switch to ArrayDeque here. Needs t

[tomcat] branch 10.0.x updated: Can't switch to ArrayDeque here. Needs to be LinkedList for null support

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new a1002464a2 Can't switch to ArrayDeque here. Needs

[tomcat] branch main updated: Can't switch to ArrayDeque here. Needs to be LinkedList for null support

2022-10-06 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 1393e855c2 Can't switch to ArrayDeque here. Needs to

[tomcat] branch 8.5.x updated: Refactor to reduce code duplication

2022-10-06 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 80feb95a6a Refactor to reduce code duplication 80fe

[tomcat] branch 9.0.x updated: Refactor to reduce code duplication

2022-10-06 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 d03fec10f7 Refactor to reduce code duplication d03f

[tomcat] branch 10.0.x updated: Refactor to reduce code duplication

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 20c8a0cdea Refactor to reduce code duplication 20

[tomcat] branch main updated: Refactor to reduce code duplication

2022-10-06 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 1f3f8c125a Refactor to reduce code duplication 1f3f8c

[tomcat] branch 8.5.x updated: Refactor to replace LinkedList with ArrayDeque

2022-10-06 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 51ea17c220 Refactor to replace LinkedList with Arra

[tomcat] branch 9.0.x updated: Refactor to replace LinkedList with ArrayDeque

2022-10-06 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 33b4ec2a50 Refactor to replace LinkedList with Arra

[tomcat] branch main updated: Refactor to replace LinkedList with ArrayDeque

2022-10-06 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 6911ead7c7 Refactor to replace LinkedList with ArrayD

[tomcat] branch 10.0.x updated: Refactor to replace LinkedList with ArrayDeque

2022-10-06 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 9445163f33 Refactor to replace LinkedList with Ar

[Bug 66277] The taglib file cannot be found with version 9.0.67

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66277 Mark Thomas changed: What|Removed |Added CC||s.ruec...@gmx.de --- Comment #5 from Mar

[Bug 66296] Relative path broken: <%@include file="folder/file.jsp" %>

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66296 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 66296] Relative path broken: <%@include file="folder/file.jsp" %>

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66296 s.ruec...@gmx.de changed: What|Removed |Added CC||s.ruec...@gmx.de -- You are receivi

[Bug 66296] New: Relative path broken: <%@include file="folder/file.jsp" %>

2022-10-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66296 Bug ID: 66296 Summary: Relative path broken: <%@include file="folder/file.jsp" %> Product: Tomcat 9 Version: 9.0.67 Hardware: PC OS: Linux Sta