This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new b9890f6 Fix typos b9890f6 is described below commit b9890f6a658a00b0f9f4a081111f6675357565bd 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 f64177c..0dfccaa 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -144,7 +144,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) @@ -154,13 +154,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