This is an automated email from the ASF dual-hosted git repository. lihan 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 29ef6e183f Fix typo. 29ef6e183f is described below commit 29ef6e183f956d58eba5820b0b463a990aff4928 Author: lihan <li...@apache.org> AuthorDate: Thu Aug 10 11:15:06 2023 +0800 Fix typo. (cherry picked from commit c1388b3ed08f7a72bc5193d5c5242087a9e73e7d) --- java/org/apache/catalina/connector/Request.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/connector/Request.java b/java/org/apache/catalina/connector/Request.java index be6aed055f..2ed59f22a0 100644 --- a/java/org/apache/catalina/connector/Request.java +++ b/java/org/apache/catalina/connector/Request.java @@ -3162,7 +3162,7 @@ public class Request implements HttpServletRequest { parameters.setQueryStringCharset(charset); } // Note: If !useBodyEncodingForURI, the query string encoding is - // that set towards the start of CoyoyeAdapter.service() + // that set towards the start of CoyoteAdapter.service() parameters.handleQueryParameters(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org