[dolphin] [Bug 499451] Dolphin does not accept PROPFIND response with capitalization in tags

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Feb 3 18:34:17 GMT 2025


https://bugs.kde.org/show_bug.cgi?id=499451

--- Comment #2 from robin at rkslot.nl ---
Sure. Here is a working example:

<?xml version="1.0" encoding="utf-8" ?><d:multistatus
xmlns:d="DAV:"><d:response><d:href>/dav/DK/</d:href><d:propstat><d:status>HTTP/1.1
200 OK</d:status><d:prop><d:getlastmodified>Mon, 03 Feb 2025 18:32:00
+0000</d:getlastmodified><d:resourcetype><d:collection
/></d:resourcetype></d:prop></d:propstat></d:response><d:response><d:href>/dav/DK/test/</d:href><d:propstat><d:status>HTTP/1.1
200 OK</d:status><d:prop><d:getlastmodified>Fri, 12 Jan 2024 08:41:21
+0000</d:getlastmodified><d:resourcetype><d:collection
/></d:resourcetype></d:prop></d:propstat></d:response></d:multistatus>

and an example that results in the error (only difference is D:multistatus):

<?xml version="1.0" encoding="utf-8" ?><D:multistatus
xmlns:d="DAV:"><d:response><d:href>/dav/DK/</d:href><d:propstat><d:status>HTTP/1.1
200 OK</d:status><d:prop><d:getlastmodified>Mon, 03 Feb 2025 18:32:00
+0000</d:getlastmodified><d:resourcetype><d:collection
/></d:resourcetype></d:prop></d:propstat></d:response><d:response><d:href>/dav/DK/test/</d:href><d:propstat><d:status>HTTP/1.1
200 OK</d:status><d:prop><d:getlastmodified>Fri, 12 Jan 2024 08:41:21
+0000</d:getlastmodified><d:resourcetype><d:collection
/></d:resourcetype></d:prop></d:propstat></d:response></D:multistatus>

thanks for your time!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list