search
Click on the red underlined text to get to the source
... with last name "Stein" would appear at /s/t/Stein. In effect, this
pre-computes a common query, search on last name, and encodes it into
a hierarchy. The drawback with this scheme is that it handles only a
small set of predefined queries ...
... user name, job title, etc. Two separate searches are supported, both
via the REPORT method, one to search principal resources
(DAV ...
... (DAV:principal-property-search, Section 9.4), the other to determine
which properties may be searched at all (DAV:principal ...
... Clients use the DAV:principal-property-search REPORT to populate
their user interface with a list of principals ...
... principals must fall within server-specific, predefined limits.
For example, this condition might be triggered if a search
specification would cause the return of an extremely large number
of responses.
...
... DAV:principal-property-search REPORT performs a search for all
principals whose properties contain character data that matches the
...
... principals whose properties contain character data that matches the
search criteria specified in the request. One expected use of this
report is to discover the URL of a principal ...
... DAV:principal-property-search is not constrained by the semantics of
an underlying user management ...
...
For implementation efficiency, servers do not typically support
searching on all properties. A search requesting properties that are
not searchable for a particular principal will not match that
...
... Support for the DAV:principal-property-search report is REQUIRED.
Implementation Note: The value of a WebDAV ...
... LDAP repository specifies whether it supports case-sensitive or
caseless searching. One of the benefits of leaving the search
method to the discretion of the server implementation is the
...
... method to the discretion of the server implementation is the
default LDAP attribute search behavior can be used when
implementing the DAV:principal ...
... The request body MUST be a DAV:principal-property-search XML
element containing a search specification and an optional list of
...
... principal-property-search XML
element containing a search specification and an optional list of
properties. For every principal that matches the search ...
... search specification and an optional list of
properties. For every principal that matches the search
specification, the response will contain the value of the
requested properties on that principal ...
... enumerating the properties to be searched and a match element,
containing the search string.
<!ELEMENT ...
... The response body for a successful DAV:principal-property-search
REPORT request MUST contain a DAV:response element ...
... element for each
principal whose property values satisfy the search specification
given in DAV:principal ...
... principals must fall within server-specific, predefined limits.
For example, this condition might be triggered if a search
specification would cause the return of an extremely large number
of responses.
...
... character information item content (see [REC-XML-INFOSET]). For
example, the search string "julian" would match the DAV:displayname
property with value "Julian Reschke". Note that the on-the-wire
...
... In this case, matching is performed on each individual contiguous
sequence of character information items. In the example above, a
search string would be compared to the four following strings:
{cdata 0}
...
...
The response shows that two principal resources meet the search
specification, "John Doe" and "Zygdoebert Smith". The property
"salary" in namespace ...
... </D:prop>
<D:match>Sales</D:match>
</D:property-search>
<D:prop xmlns:B="http://www.example.com/ns/">
...
... The DAV:principal-search-property-set REPORT identifies those
properties that may be searched using the DAV:principal ...
... DAV:principal-property-
search REPORT (defined in Section 9.4).
Servers MUST support the DAV ...
... Servers MUST support the DAV:principal-search-property-set REPORT on
all collections identified in the value of a DAV:principal ...
... The response body MUST be a DAV:principal-search-property-set XML
element, containing a DAV:principal ...
... XML
element, containing a DAV:principal-search-property XML element
for each property that may be searched with the DAV ...
... DAV:principal-
property-search REPORT. A server MAY limit its response to just a
subset of the searchable properties, such as those likely to be
useful to an interactive access control ...
... Each DAV:principal-search-property XML element contains exactly
one searchable property, and a description of the property.
...
... principal properties by requesting the DAV:principal-search-
property-set REPORT on the root of the server's principal ...
... state. However, if all resources have world-
readable ACLs, it is possible to perform an exhaustive search for
those resources that have inadvertently left themselves in a
vulnerable state ...
... Wannamaker. We thank Keith Wannamaker for the initial text of the
principal property search sections. Prior work on WebDAV access
control protocols has been performed by Yaron Goland, Paul Leach,
...
