You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose: Provides a name for the resource that is suitable for
presentation to a user.
Value: Any text.
Protected: SHOULD NOT be protected. Note that servers implementing
[RFC2518] might have made this a protected property as this is a
new requirement.
COPY/MOVE behavior: This property value SHOULD be preserved in COPY
and MOVE operations.
Description: Contains a description of the resource that is
suitable for presentation to a user. This property is defined on
the resource, and hence SHOULD have the same value independent of
the Request-URI used to retrieve it (thus, computing this property
based on the Request-URI is deprecated). While generic clients
might display the property value to end users, client UI designers
must understand that the method for identifying resources is still
the URL. Changes to DAV:displayname do not issue moves or copies
to the server, but simply change a piece of meta-data on the
individual resource. Two resources can have the same DAV:
displayname value even within the same collection.
The text was updated successfully, but these errors were encountered:
I think that displayname must not urlencoded because it is not url.
Bad file names on Nautilus:
<D:response>
<D:href>/dav/%D0%92%D0%B5%D0%BB%D0%B8%D0%B6%D1%81%D0%BA%D0%B0%D1%8F%201</D:href>
<D:propstat>
<D:prop>
<D:creationdate>2019-07-09T17:20:44Z</D:creationdate>
<D:displayname>%D0%92%D0%B5%D0%BB%D0%B8%D0%B6%D1%81%D0%BA%D0%B0%D1%8F%201</D:displayname>
<D:getcontentlanguage/>
<D:getcontentlength>4096</D:getcontentlength>
<D:getcontenttype/>
<D:getetag/>
<D:getlastmodified>Tue, 09 Jul 2019 17:20:44 GMT</D:getlastmodified>
<D:lockdiscovery/>
<D:resourcetype><D:collection/></D:resourcetype>
<D:source/>
<D:supportedlock/>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
The text was updated successfully, but these errors were encountered: