https://bz.apache.org/bugzilla/show_bug.cgi?id=69140
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=69066
Remy Maucherat changed:
What|Removed |Added
CC||mircea.butma...@radcom.ro
--- Comment
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,
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/
--
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69141
Aaron Johnson changed:
What|Removed |Added
URL||https://woodlandhillsmedica
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
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
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.]
--
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=69141
Chuck Caldarale changed:
What|Removed |Added
Status|NEW |RESOLVED
URL|https://
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
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.
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
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/
--
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
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.]
--
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.
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
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
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
>
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
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
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.
25 matches
Mail list logo