keith       01/02/07 15:49:45

  Modified:    src/share/org/apache/tomcat/modules/server Ajp13.java
  Log:
  Add the WebDAV ACL method.
  
  Revision  Changes    Path
  1.12      +2 -1      
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13.java
  
  Index: Ajp13.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp13.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Ajp13.java        2001/02/02 16:41:52     1.11
  +++ Ajp13.java        2001/02/07 23:49:43     1.12
  @@ -152,7 +152,8 @@
           "COPY",
           "MOVE",
           "LOCK",
  -        "UNLOCK"
  +        "UNLOCK",
  +        "ACL"
       };
       
       // Translates integer codes to request header names
  
  
  

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

Reply via email to