svn commit: r68745 - in /release/tomcat: tomcat-11/v11.0.0-M17/ tomcat-11/v11.0.0-M18/ tomcat-9/v9.0.85/ tomcat-9/v9.0.86/ tomcat-9/v9.0.87/

2024-04-24 Thread remm
Author: remm Date: Wed Apr 24 11:34:52 2024 New Revision: 68745 Log: Drop old releases Removed: release/tomcat/tomcat-11/v11.0.0-M17/ release/tomcat/tomcat-11/v11.0.0-M18/ release/tomcat/tomcat-9/v9.0.85/ release/tomcat/tomcat-9/v9.0.86/ release/tomcat/tomcat-9/v9.0.87/

[Bug 68941] ServletFileUpload missing in tomcat-coyote.jar

2024-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68941 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

Refactoring heads up

2024-04-24 Thread Mark Thomas
Hi all, The Spring folks have pinged me on an issue reported to them. The short version is that Tomcat doesn't support non-blocking reads of chunked request bodies. While we have nearly all of the pieces we need to fix this, the commit is still going to be quite large involving quite a lot

(tomcat) branch main updated: Fix typo

2024-04-24 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 eee84fd4cb Fix typo eee84fd4cb is described below

Re: [PR] Add support for timescales with time-taken access log token. [tomcat]

2024-04-24 Thread via GitHub
ChristopherSchultz commented on code in PR #721: URL: https://github.com/apache/tomcat/pull/721#discussion_r1578085100 ## java/org/apache/catalina/valves/AbstractAccessLogValve.java: ## @@ -1756,10 +1776,14 @@ protected AccessLogElement createAccessLogElement(String name, char

(tomcat) branch 9.0.x updated: Refactor storage of trailer fields to use MimeHeaders

2024-04-24 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 6c72f6ee5c Refactor storage of trailer fields to

(tomcat) branch main updated: Refactor storage of trailer fields to use MimeHeaders

2024-04-24 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 f087decbc9 Refactor storage of trailer fields to use

(tomcat) branch 10.1.x updated: Refactor storage of trailer fields to use MimeHeaders

2024-04-24 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 7883d8d913 Refactor storage of trailer fields to

(tomcat) branch 10.1.x updated: Fix typo

2024-04-24 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 0b67757413 Fix typo 0b67757413 is described

(tomcat) branch 9.0.x updated: Fix typo

2024-04-24 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 268684e26f Fix typo 268684e26f is described below

[Bug 68941] New: ServletFileUpload missing in tomcat-coyote.jar

2024-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68941 Bug ID: 68941 Summary: ServletFileUpload missing in tomcat-coyote.jar Product: Tomcat 9 Version: 9.0.88 Hardware: Macintosh OS: other Status: NEW

[Bug 68941] ServletFileUpload missing in tomcat-coyote.jar

2024-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68941 --- Comment #1 from Remy Maucherat --- This class is not used in Tomcat so it was removed: https://github.com/apache/tomcat/commit/9ba3b0c57fff311cd898716db19e508183545b28 -- You are receiving this mail because: You are the assignee for the

[Bug 68938] ScriptEngine engine is null

2024-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68938 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---