17 lines
503 B
XML
17 lines
503 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<D:multistatus xmlns:D="DAV:">
|
|
<D:response>
|
|
<D:href>http://www.example.com/papers/</D:href>
|
|
<D:propstat>
|
|
<D:prop>
|
|
<D:acl-restrictions>
|
|
<D:grant-only/>
|
|
<D:required-principal>
|
|
<D:all/>
|
|
</D:required-principal>
|
|
</D:acl-restrictions>
|
|
</D:prop>
|
|
<D:status>HTTP/1.1 200 OK</D:status>
|
|
</D:propstat>
|
|
</D:response>
|
|
</D:multistatus> |