This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new a64de1919c Fix a comment typo
a64de1919c is described below

commit a64de1919c157909f899e9b21c6ddceeb6161a1d
Author: ingpyo <juninpyo...@naver.com>
AuthorDate: Tue Sep 5 22:55:24 2023 +0900

    Fix a comment typo
    
    Changed a comment from "// default CookiePreocessor." to "// default 
CookieProcessor." to correct a 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 a407ecdb79..93be485edd 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -2991,7 +2991,7 @@ public class Request implements HttpServletRequest {
         if (context == null) {
             // No context. Possible call from Valve before a Host level
             // context rewrite when no ROOT content is configured. Use the
-            // default CookiePreocessor.
+            // default CookieProcessor.
             return new Rfc6265CookieProcessor();
         } else {
             return context.getCookieProcessor();


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to