https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #7 from Christopher Schultz ---
(In reply to Remy Maucherat from comment #5)
> It seems to me it's a good time to (finally) add transfer-encoding support
> since it's the right way to do this.
I was ind of thinking that same thing
Rémy,
On 2/20/25 12:58 PM, r...@apache.org wrote:
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
On Fri, Feb 21, 2025 at 4:08 PM Christopher Schultz
wrote:
>
> Rémy,
>
> On 2/20/25 12:58 PM, r...@apache.org wrote:
> > 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
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 38d63225ea Simplify
38d63225ea is described below
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 0c75cd1e3ac85944fb8ecbcf88cc38e9fa1fe4d5
Author: Mark Thomas
AuthorDate: Fri Feb 21 11:54:55 2025 +
Improve CVE-2
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 70dd59af27 Code clean-up - formatting. No functiona
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 80e05c6923 Remove unused term
80e05c6923 is descr
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 86aceb5cfa Align with later versions
86aceb5cfa is
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 848da29f757f8d879d3445a483b93b439bd211eb
Author: Mark Thomas
AuthorDate: Thu Feb 20 12:49:53 2025 +
Remove the ca
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 8f06ab0b94 Fix Java 21 version detection for JreCompat
new 848da29f75 Remove the case sensitivity check
new 0c
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 6a98907df5 Better warning on Java 18 to 20
6a9890
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 6fea720853 Better warning for Java 18 to 20
6fea7
On 20/02/2025 15:23, Mark Thomas wrote:
I'm making progress with the updates for Tomcat 11. Should have
something to commit soon.
That took longer than expected but I think that work is complete.
In most cases users shouldn't see anything. If Tomcat does encounter a
scenario it can't fix,
Build status: BUILD FAILED: failed compile (failure)
Worker used: bb_worker2_ubuntu
URL: https://ci2.apache.org/#builders/37/builds/1284
Blamelist: Mark Thomas
Build Text: failed compile (failure)
Status Detected: new failure
Build Source Stamp: [branch 9.0.x] 86aceb5cfa74e6966ca2b90f95fe1580c1bbb
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 caab2b9250 Improve CVE-2024-56337 protection
caab
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 1d7f027ee7 Add specific test for TE parsing
1d7f027e
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 8829e96c45 Add specific test for TE parsing
8829e9
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576
--- Comment #15 from Thomas F ---
Thanks.
I have received reports, however, that the issue is still happening on MacOS:
WARN JreCompat - Failed to set the java.io.FileSystem.useCanonCaches static
field java.lang.IllegalAccessException: class
https://bz.apache.org/bugzilla/show_bug.cgi?id=69576
--- Comment #16 from Mark Thomas ---
Yes, I am working on further improvements for MacOS and Linux.
One possible workaround is to add
to the element in CATALINA_BASE/conf/context.xml
--
You are receiving this mail because:
You are the as
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 1644abd85a Add specific test for TE parsing
1644ab
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
commit 0bf881aa6a999f6abe43bbe2efd0541fef35754e
Author: Mark Thomas
AuthorDate: Thu Feb 20 12:49:53 2025 +
Remove the c
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 8829e96c45 Add specific test for TE parsing
new 0bf881aa6a Remove the case sensitivity check
new 9a229601c4 F
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
commit 9a229601c4c85ca3ce2cecd0ef98803ac3d9848b
Author: Mark Thomas
AuthorDate: Fri Feb 21 10:35:41 2025 +
Fix Java 21
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 9e1679713c Fix Java 21 version detection for JreC
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 8f06ab0b94 Fix Java 21 version detection for JreCom
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 e3d05323c5 Add specific test for TE parsing
e3d05323c5
26 matches
Mail list logo