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 bu...@apache.org on 2006/05/01 01:36:59 UTC

DO NOT REPLY [Bug 39453] New: - ACL: principal-URL property not supported

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: slide-dev@jakarta.apache.org
        ReportedBy: jfeise@gmail.com


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.

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