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 143a8e6 Fix typos 143a8e6 is described below commit 143a8e638513763e69784773233f738e2d87a172 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jun 8 18:39:17 2021 +0100 Fix typos --- webapps/docs/changelog.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index d6fcb6d..c338159 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -153,7 +153,7 @@ an inner class that extends <code>GenericPrincipal</code>. (remm) </update> <fix> - Enable the default <code>doHead())</code> implementation in + Enable the default <code>doHead()</code> implementation in <code>HttpServlet</code> to correctly handle responses where the content length needs to be represented as a long since it is larger than the maximum value that can be represented by an int. (markt) @@ -163,13 +163,13 @@ <code>UserDatabase</code>. (remm) </fix> <fix> - Fix the default <code>doHead())</code> implementation in + Fix the default <code>doHead()</code> implementation in <code>HttpServlet</code> to correctly handle responses where the Servlet calls <code>ServletResponse.reset()</code> and/or <code>ServletResponse.resetBuffer()</code>. (markt) </fix> <fix> - Fix the default <code>doHead())</code> implementation in + Fix the default <code>doHead()</code> implementation in <code>HttpServlet</code> to correctly handle responses generated using the Servlet non-blocking API. (markt) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org