DO NOT REPLY [Bug 39453] New: - ACL: principal-URL property not supported
| Newsgroups | gmane.comp.jakarta.slide.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39453>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39453
Summary: ACL: principal-URL property not supported
Product: Slide
Version: 2.1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: WebDAV Server
AssignedTo: [email protected]
ReportedBy: [email protected]
According to section 4.2 of RFC 3744, support for the DAV:principal-URL property
is required.
However, when I query /slide/users for it, with this PROPFIND:
<A:propfind xmlns:A="DAV:">
<A:prop>
<A:displayname/>
<A:principal-URL/>
<A:resourcetype/>
</A:prop>
</A:propfind>
I get a 404 for the principal-URL property:
</D:response><D:response xmlns:D="DAV:">
<D:href>/slide/users/john</D:href>
<D:propstat>
<D:prop>
<D:displayname>john</D:displayname>
<D:resourcetype>
<D:collection/>
<D:principal/>
</D:resourcetype>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
<D:propstat>
<D:prop>
<D:principal-URL/>
</D:prop>
<D:status>HTTP/1.1 404 Not Found</D:status>
</D:propstat>
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.