@@ -104,10 +104,10 @@ public final class Constants {
104104 public static final int MAX_SEND_SIZE = MAX_PACKET_SIZE - SEND_HEAD_LEN ;
105105
106106 // Translates integer codes to names of HTTP methods
107- private static final String [] methodTransArray =
108- { Method .OPTIONS , Method . GET , Method . HEAD , Method . POST , Method . PUT , Method . DELETE , Method .TRACE , Method .PROPFIND , Method .PROPPATCH , Method .MKCOL , Method .COPY ,
109- Method . MOVE , Method .LOCK , Method .UNLOCK , "ACL" , "REPORT" , "VERSION-CONTROL" , "CHECKIN" , "CHECKOUT" , "UNCHECKOUT" ,
110- "SEARCH" , "MKWORKSPACE" , "UPDATE" , "LABEL" , "MERGE" , "BASELINE-CONTROL" , "MKACTIVITY" };
107+ private static final String [] methodTransArray = { Method . OPTIONS , Method . GET , Method . HEAD , Method . POST , Method . PUT ,
108+ Method .DELETE , Method .TRACE , Method .PROPFIND , Method .PROPPATCH , Method .MKCOL , Method .COPY , Method . MOVE ,
109+ Method .LOCK , Method .UNLOCK , "ACL" , "REPORT" , "VERSION-CONTROL" , "CHECKIN" , "CHECKOUT" , "UNCHECKOUT" ,
110+ "SEARCH" , "MKWORKSPACE" , "UPDATE" , "LABEL" , "MERGE" , "BASELINE-CONTROL" , "MKACTIVITY" };
111111
112112 /**
113113 * Converts an AJP coded HTTP method to the method name.
0 commit comments