This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 0ebe425 Polish & minor refactoring to better align with 8.5.x new b9ccc2d Push the error state tracking down to the Coyote Response new 64e468a Improve async Servlet error handling The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/catalina/connector/Response.java | 41 +-- .../org/apache/catalina/core/AsyncContextImpl.java | 14 +- .../apache/catalina/core/LocalStrings.properties | 1 + java/org/apache/coyote/Response.java | 67 +++- .../http/TestHttpServletResponseSendError.java | 368 +++++++++++++++++++++ webapps/docs/changelog.xml | 5 + 6 files changed, 455 insertions(+), 41 deletions(-) create mode 100644 test/javax/servlet/http/TestHttpServletResponseSendError.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org