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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
