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 di...@apache.org on 2001/12/20 23:55:40 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method PropFindMethod.java

dirkv       01/12/20 14:55:40

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        PropFindMethod.java
  Log:
  update acl semantics to the latest draft
  reported by Hermann Eckehard
  
  Revision  Changes    Path
  1.40      +4 -4      jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PropFindMethod.java
  
  Index: PropFindMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PropFindMethod.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- PropFindMethod.java	2001/10/10 20:24:32	1.39
  +++ PropFindMethod.java	2001/12/20 22:55:40	1.40
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PropFindMethod.java,v 1.39 2001/10/10 20:24:32 dirkv Exp $
  - * $Revision: 1.39 $
  - * $Date: 2001/10/10 20:24:32 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PropFindMethod.java,v 1.40 2001/12/20 22:55:40 dirkv Exp $
  + * $Revision: 1.40 $
  + * $Date: 2001/12/20 22:55:40 $
    *
    * ====================================================================
    *
  @@ -175,7 +175,7 @@
        */
       protected static final String SLIDE_ACL_SEMANTICS =
           "<acl-sem>"
  -        + "<ace-combination><no-deny/></ace-combination>"
  +        + "<ace-combination><all-grant-before-any-deny/></ace-combination>"
           + "</acl-sem>"
           + "<acl-sem>"
           + "<required-principal><href/></required-principal>"
  
  
  

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