This is an automated email from the ASF dual-hosted git repository. lihan 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 c1388b3ed0 Fix typo. c1388b3ed0 is described below commit c1388b3ed08f7a72bc5193d5c5242087a9e73e7d Author: lihan <li...@apache.org> AuthorDate: Thu Aug 10 11:15:06 2023 +0800 Fix typo. --- 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 8ec5f187c0..f43d8c835d 100644 --- a/java/org/apache/catalina/connector/Request.java +++ b/java/org/apache/catalina/connector/Request.java @@ -3055,7 +3055,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