You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Paul Hussein <pa...@terma.191.it> on 2005/04/20 13:49:31 UTC

Help with ACL on hidden collection

I have a collection /slide/file/prop that has some ACL on it which means 
I cant see it.

using the webdav client i issue

grant all on /slide/files/prop to /slide/roles/root

and it gives

 >>>>>>>  to  server  ---------------------------------------------------
PROPFIND /slide/files/prop HTTP/1.1
Authorization: Basic cm9vdDpyb290
Content-Type: text/xml; charset=utf-8
User-Agent: Jakarta Commons-HttpClient/2.0final
Host: devserver:8080
Cookie: $Version=0; JSESSIONID=CA8103B9CFD0B5A625191C12B5841405; 
$Path=/slide
Content-Length: 104
Depth: 0

<D:propfind xmlns:D="DAV:">
   <D:prop>
      <D:acl>
      </D:acl>
   </D:prop>
</D:propfind>
------------------------------------------------------------------------
Error: PropFind didn't return an AclProperty!




Also the debug fro the server gives :
http-8080-Processor19, 20-Apr-2005 11:46:25, root, PROPFIND, 403 
"Forbidden", 10 ms, /files/prop


Can someone hint to me what I need to set / unset to see this dir again ??

Do I have to look somewhere in the database to see what ACL is set ?


Cheers

paul.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org