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

markt 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 53b3606dc5 Re-apply standard formatting. No functional change.
53b3606dc5 is described below

commit 53b3606dc56c7033cabc03e16828c072d2f85fde
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 21 11:22:45 2025 +0000

    Re-apply standard formatting. No functional change.
    
    Again, committed because I needed to test the BuildBot CI
---
 java/org/apache/coyote/ajp/AjpProcessor.java | 2 +-
 java/org/apache/coyote/ajp/Constants.java    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/java/org/apache/coyote/ajp/AjpProcessor.java 
b/java/org/apache/coyote/ajp/AjpProcessor.java
index 54d07bfe25..d7fb2d433d 100644
--- a/java/org/apache/coyote/ajp/AjpProcessor.java
+++ b/java/org/apache/coyote/ajp/AjpProcessor.java
@@ -797,7 +797,7 @@ public class AjpProcessor extends AbstractProcessor {
 
                 // nothing
                 case Constants.SC_A_SSL_CERT ->
-                    // SSL certificate extraction is lazy, moved to 
JkCoyoteHandler
+                        // SSL certificate extraction is lazy, moved to 
JkCoyoteHandler
                         requestHeaderMessage.getBytes(certificates);
                 case Constants.SC_A_SSL_CIPHER -> {
                     requestHeaderMessage.getBytes(tmpMB);
diff --git a/java/org/apache/coyote/ajp/Constants.java 
b/java/org/apache/coyote/ajp/Constants.java
index ca93f3797f..d7de829219 100644
--- a/java/org/apache/coyote/ajp/Constants.java
+++ b/java/org/apache/coyote/ajp/Constants.java
@@ -104,10 +104,10 @@ public final class Constants {
     public static final int MAX_SEND_SIZE = MAX_PACKET_SIZE - SEND_HEAD_LEN;
 
     // Translates integer codes to names of HTTP methods
-    private static final String[] methodTransArray =
-            { Method.OPTIONS, Method.GET, Method.HEAD, Method.POST, 
Method.PUT, Method.DELETE, Method.TRACE, Method.PROPFIND, Method.PROPPATCH, 
Method.MKCOL, Method.COPY,
-                    Method.MOVE, Method.LOCK, Method.UNLOCK, "ACL", "REPORT", 
"VERSION-CONTROL", "CHECKIN", "CHECKOUT", "UNCHECKOUT",
-                    "SEARCH", "MKWORKSPACE", "UPDATE", "LABEL", "MERGE", 
"BASELINE-CONTROL", "MKACTIVITY" };
+    private static final String[] methodTransArray = { Method.OPTIONS, 
Method.GET, Method.HEAD, Method.POST, Method.PUT,
+            Method.DELETE, Method.TRACE, Method.PROPFIND, Method.PROPPATCH, 
Method.MKCOL, Method.COPY, Method.MOVE,
+            Method.LOCK, Method.UNLOCK, "ACL", "REPORT", "VERSION-CONTROL", 
"CHECKIN", "CHECKOUT", "UNCHECKOUT",
+            "SEARCH", "MKWORKSPACE", "UPDATE", "LABEL", "MERGE", 
"BASELINE-CONTROL", "MKACTIVITY" };
 
     /**
      * Converts an AJP coded HTTP method to the method name.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to