[Bug 69140] REGRESSION in change from Base64 from apache commons to java class

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69140 --- Comment #5 from Mircea Butmalai --- Yes this bug is exactly the same bug as the one marked as duplicate -- You are receiving this mail because: You are the assignee for the bug.

Re: (tomcat) branch main updated: Clear error earlier

2024-06-19 Thread Christopher Schultz
Rémy, On 6/19/24 15:17, Rémy Maucherat wrote: On Wed, Jun 19, 2024 at 6:49 PM Christopher Schultz wrote: Rémy, Michael-o has been pointing out that when fetching errors from OpenSSL, it's important to get all of them because OpenSSL tends to queue them up. Instead of getting "last error" sh

[Bug 69142] FileResourceSet allocates unnecessary Strings

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69142 --- Comment #2 from John Engebretson --- Good catch! I wrote a fix, unit test, and speed test, and discovered that the corrected logic performs comparably to the old. In short, my proposed fix is more complicated than current but performance

Re: (tomcat) branch main updated: Clear error earlier

2024-06-19 Thread Rémy Maucherat
On Wed, Jun 19, 2024 at 6:49 PM Christopher Schultz wrote: > > Rémy, > > Michael-o has been pointing out that when fetching errors from OpenSSL, > it's important to get all of them because OpenSSL tends to queue them up. > > Instead of getting "last error" should we be getting "all errors" as a >

[Bug 69142] FileResourceSet allocates unnecessary Strings

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69142 --- Comment #1 from Christopher Schultz --- The code is not equivalent. For reference, the original code: Line 82if (path.charAt(path.length() - 1) != '/') { 83path = path + '/'; 84} 85 86if (webAppMount.sta

Re: [VOTE] Release Apache Tomcat 9.0.90

2024-06-19 Thread Christopher Schultz
Rémy, On 6/19/24 10:15, Rémy Maucherat wrote: On Wed, Jun 19, 2024 at 3:59 PM Christopher Schultz wrote: Rémy, On 6/14/24 11:06 AM, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.90 release is now available for voting. The notable changes compared to 9.0.89 are: - Ensure that static

Re: (tomcat) branch main updated: Clear error earlier

2024-06-19 Thread Christopher Schultz
Rémy, Michael-o has been pointing out that when fetching errors from OpenSSL, it's important to get all of them because OpenSSL tends to queue them up. Instead of getting "last error" should we be getting "all errors" as a list/array of error messages? -chris On 6/18/24 10:41, r...@apache.

svn commit: r1918451 - in /tomcat/site/trunk: ./ docs/ docs/tomcat-10.1-doc/ docs/tomcat-10.1-doc/annotationapi/ docs/tomcat-10.1-doc/annotationapi/jakarta/annotation/ docs/tomcat-10.1-doc/annotationa

2024-06-19 Thread schultz
Author: schultz Date: Wed Jun 19 16:01:16 2024 New Revision: 1918451 URL: http://svn.apache.org/viewvc?rev=1918451&view=rev Log: Update web site to announce 10.1.25 [This commit notification would consist of 114 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

Re: [VOTE] Release Apache Tomcat 9.0.90

2024-06-19 Thread Rémy Maucherat
On Wed, Jun 19, 2024 at 3:59 PM Christopher Schultz wrote: > > Rémy, > > On 6/14/24 11:06 AM, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.90 release is now available for voting. > > > > The notable changes compared to 9.0.89 are: > > > > - Ensure that static resources deployed via a J

svn commit: r69863 - /dev/tomcat/tomcat-10/v10.1.25/ /release/tomcat/tomcat-10/v10.1.25/

2024-06-19 Thread schultz
Author: schultz Date: Wed Jun 19 14:09:42 2024 New Revision: 69863 Log: Promote v10.1.25 to release Added: release/tomcat/tomcat-10/v10.1.25/ - copied from r69862, dev/tomcat/tomcat-10/v10.1.25/ Removed: dev/tomcat/tomcat-10/v10.1.25/ --

[VOTE][RESULT] Release Apache Tomcat 10.1.25

2024-06-19 Thread Christopher Schultz
All, The following votes were case: +1: isapir, remm, markt, schultz Non-binding: +1: Dimitris Soumis, Adam Rauch There were no other votes, therefore the vote passes. Thanks to everyone who contributed toward this release. Thanks, -chris The proposed Apache Tomcat 10.1.25 release is now

Re: [VOTE] Release Apache Tomcat 9.0.90

2024-06-19 Thread Christopher Schultz
Rémy, On 6/14/24 11:06 AM, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.90 release is now available for voting. The notable changes compared to 9.0.89 are: - Ensure that static resources deployed via a JAR file remain accessible when the context is configured to use a bloom filter.

[Bug 69142] New: FileResourceSet allocates unnecessary Strings

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69142 Bug ID: 69142 Summary: FileResourceSet allocates unnecessary Strings Product: Tomcat 9 Version: 9.0.x Hardware: All OS: All Status: NEW Severity: normal

[Bug 69141] SPAM SPAM SPAM SPAM

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69141 Chuck Caldarale changed: What|Removed |Added Status|NEW |RESOLVED URL|https://

[ANN] Apache Tomcat 9.0.90 available

2024-06-19 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.90. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.90 is a bugfix and feat

svn commit: r1918435 - in /tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/translate: BackportBase.html BackportEnglish.html BackportTranslations.html

2024-06-19 Thread remm
Author: remm Date: Wed Jun 19 11:51:02 2024 New Revision: 1918435 URL: http://svn.apache.org/viewvc?rev=1918435&view=rev Log: Docs update for 9.0.90 Removed: tomcat/site/trunk/docs/tomcat-9.0-doc/api/org/apache/tomcat/buildutil/translate/BackportBase.html tomcat/site/trunk/docs/tomcat-9

svn commit: r1918434 - in /tomcat/site/trunk/docs/tomcat-9.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2024-06-19 Thread remm
Author: remm Date: Wed Jun 19 11:47:37 2024 New Revision: 1918434 URL: http://svn.apache.org/viewvc?rev=1918434&view=rev Log: Docs update for 9.0.90 [This commit notification would consist of 115 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r1918433 [2/2] - in /tomcat/site/trunk: ./ docs/ xdocs/

2024-06-19 Thread remm
Modified: tomcat/site/trunk/docs/migration-9.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1918433&r1=1918432&r2=1918433&view=diff == --- tomcat/site/trunk/docs/migration-9.html (origin

svn commit: r1918433 [1/2] - in /tomcat/site/trunk: ./ docs/ xdocs/

2024-06-19 Thread remm
Author: remm Date: Wed Jun 19 11:42:14 2024 New Revision: 1918433 URL: http://svn.apache.org/viewvc?rev=1918433&view=rev Log: Site update for 9.0.90 Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-10.html

[Bug 69141] https://woodlandhillsmedicaltransport.com/

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69141 Aaron Johnson changed: What|Removed |Added URL||https://woodlandhillsmedica

[Bug 69141] New: https://woodlandhillsmedicaltransport.com/

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69141 Bug ID: 69141 Summary: https://woodlandhillsmedicaltransport.com/ Product: Tomcat Native Version: 2.0.7 Hardware: PC OS: Windows XP Status: NEW Severity

svn commit: r69857 - /dev/tomcat/tomcat-9/v9.0.90/ /release/tomcat/tomcat-9/v9.0.90/

2024-06-19 Thread remm
Author: remm Date: Wed Jun 19 08:14:43 2024 New Revision: 69857 Log: Release Apache Tomcat 9.0.90 Added: release/tomcat/tomcat-9/v9.0.90/ - copied from r69856, dev/tomcat/tomcat-9/v9.0.90/ Removed: dev/tomcat/tomcat-9/v9.0.90/ --

[VOTE][RESULT] Release Apache Tomcat 9.0.90

2024-06-19 Thread Rémy Maucherat
The following votes were cast: Binding: +1: markt, isapir, remm Non-binding +1: Dimitris Soumis No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Rémy - To unsubscribe,

[Bug 69066] SPNEGOAuthenticator not working afte switching to java.util.Base64

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69066 Remy Maucherat changed: What|Removed |Added CC||mircea.butma...@radcom.ro --- Comment

[Bug 69140] REGRESSION in change from Base64 from apache commons to java class

2024-06-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69140 Remy Maucherat changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW