Re: svn commit: r1914238 - in /tomcat/site/trunk: docs/index.html docs/upgrading.html xdocs/stylesheets/project.xml xdocs/upgrading.xml

2023-11-30 Thread Christopher Schultz
Mark, On 11/30/23 12:07, Mark Thomas wrote: On 30/11/2023 16:52, schu...@apache.org wrote: Author: schultz Date: Thu Nov 30 16:52:59 2023 New Revision: 1914238 URL: http://svn.apache.org/viewvc?rev=1914238&view=rev Log: Add an "Upgrading" page. Nice :) There is some overlap with the "Migr

Re: svn commit: r1914238 - in /tomcat/site/trunk: docs/index.html docs/upgrading.html xdocs/stylesheets/project.xml xdocs/upgrading.xml

2023-11-30 Thread Mark Thomas
On 30/11/2023 16:52, schu...@apache.org wrote: Author: schultz Date: Thu Nov 30 16:52:59 2023 New Revision: 1914238 URL: http://svn.apache.org/viewvc?rev=1914238&view=rev Log: Add an "Upgrading" page. Nice :) Mark - To unsu

[Bug 68227] AsyncListener::onComplete is not called on network error if error listener calls dispatch

2023-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68227 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED OS|

(tomcat) branch 8.5.x updated: Fix BZ 68227. Ensure onComplete() is called if onError() calls dispatch

2023-11-30 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 c07da30405 Fix BZ 68227. Ensure onComplete() is cal

svn commit: r1914238 - in /tomcat/site/trunk: docs/index.html docs/upgrading.html xdocs/stylesheets/project.xml xdocs/upgrading.xml

2023-11-30 Thread schultz
Author: schultz Date: Thu Nov 30 16:52:59 2023 New Revision: 1914238 URL: http://svn.apache.org/viewvc?rev=1914238&view=rev Log: Add an "Upgrading" page. Added: tomcat/site/trunk/docs/upgrading.html tomcat/site/trunk/xdocs/upgrading.xml Modified: tomcat/site/trunk/docs/index.html

[Bug 68228] Status code can no longer be set after a read exception occurs in 9.0.83 or later

2023-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68228 Christopher Schultz changed: What|Removed |Added Summary|Status code can no longer |Status code can no longer

[Bug 68228] Status code can no longer be set after a read exception in 9.0.83 or later

2023-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68228 Christopher Schultz changed: What|Removed |Added Summary|9.0.83 no more allows |Status code can no longer

(tomcat) branch 9.0.x updated: Fix BZ 68227. Ensure onComplete() is called if onError() calls dispatch

2023-11-30 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 2daab189ab Fix BZ 68227. Ensure onComplete() is cal

(tomcat) branch 10.1.x updated: Fix BZ 68227. Ensure onComplete() is called if onError() calls dispatch

2023-11-30 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 957148db16 Fix BZ 68227. Ensure onComplete() is c

(tomcat) branch main updated: Fix BZ 68227. Ensure onComplete() is called if onError() calls dispatch

2023-11-30 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 5bc57a82fe Fix BZ 68227. Ensure onComplete() is calle

[Bug 68228] 9.0.83 no more allows setting a status code on a read exception

2023-11-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68228 --- Comment #1 from Mark Thomas --- I suspect the fix for CVE-2023-46589 was responsible for this change. I'll take another look and see if there is a way to get Tomcat to use 408 for a read timeout. -- You are receiving this mail because: Y