You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2002/03/19 08:29:02 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/util AclConstants.java

juergen     02/03/18 23:29:02

  Modified:    src/webdav/server/org/apache/slide/webdav/util
                        AclConstants.java
  Log:
  Fixed case of K_PRINCIPAL.
  Added constant P_ACE.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/AclConstants.java
  
  Index: AclConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/AclConstants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AclConstants.java	26 Feb 2002 11:52:16 -0000	1.1
  +++ AclConstants.java	19 Mar 2002 07:29:02 -0000	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/AclConstants.java,v 1.1 2002/02/26 11:52:16 pnever Exp $
  - * $Revision: 1.1 $
  - * $Date: 2002/02/26 11:52:16 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/AclConstants.java,v 1.2 2002/03/19 07:29:02 juergen Exp $
  + * $Revision: 1.2 $
  + * $Date: 2002/03/19 07:29:02 $
    *
    * ====================================================================
    *
  @@ -71,7 +71,7 @@
   public interface AclConstants extends WebdavConstants {
       
       /** Resource Kinds */
  -    String K_PRINCIPAL                       = "Principal";
  +    String K_PRINCIPAL                       = "principal";
   
       /** Features */
       String F_ACCESS_CONTROL                  = "access-control";
  @@ -84,7 +84,7 @@
       String P_ACL                             = "acl";
       String P_ACL_SEMANTICS                   = "acl-semantics";
       String P_PRINCIPAL_COLLECTION_SET        = "principal-collection-set";
  -
  +    String P_ACE                             = "ace";
       /** Methods */
       String M_ACL                             = "ACL";
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>