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/02/26 09:06:20 UTC

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

juergen     02/02/26 00:06:20

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        PropFindMethod.java
  Log:
  fixed acl sematics bug (Eckehard)
  
  Revision  Changes    Path
  1.49      +5 -9      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.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- PropFindMethod.java	22 Feb 2002 17:29:03 -0000	1.48
  +++ PropFindMethod.java	26 Feb 2002 08:06:19 -0000	1.49
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PropFindMethod.java,v 1.48 2002/02/22 17:29:03 pnever Exp $
  - * $Revision: 1.48 $
  - * $Date: 2002/02/22 17:29:03 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PropFindMethod.java,v 1.49 2002/02/26 08:06:19 juergen Exp $
  + * $Revision: 1.49 $
  + * $Date: 2002/02/26 08:06:19 $
    *
    * ====================================================================
    *
  @@ -178,12 +178,8 @@
        * ACL semantics.
        */
       protected static final String SLIDE_ACL_SEMANTICS =
  -        "<acl-sem>"
  -        + "<ace-combination><all-grant-before-any-deny/></ace-combination>"
  -        + "</acl-sem>"
  -        + "<acl-sem>"
  -        + "<required-principal><all/></required-principal>"
  -        + "</acl-sem>";
  +        "<ace-combination><all-grant-before-any-deny/></ace-combination>"
  +        + "<required-principal><all/></required-principal>";
       
       
       /**
  
  
  

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