[Akonadi] [Bug 351652] Some contacts from CardDAV Ressource do not appear in kaddressbook

Grégory Oestreicher greg at kamago.net
Sun Aug 30 00:05:26 BST 2015


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

Grégory Oestreicher <greg at kamago.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|CONFIRMED                   |RESOLVED

--- Comment #5 from Grégory Oestreicher <greg at kamago.net> ---
Oops, it looks like I've been to quick merging those bugs. For this one (the
UID of the contact containing a '@') the problem seems to come from ownCloud.
The raw response replaces '@' with '%2540' so it's clearly double encoded.

Here's a partial dump of an addressbook-query REPORT if that can help the OC
devs fixing the problem:

 <d:response xmlns:d="DAV:">
  <d:href
xmlns:d="DAV:">/remote.php/carddav/addressbooks/greg/contacts/20140721T192733.4cc4ba55ef%2540url.of.my.server.de.vcf</d:href>
  <d:propstat xmlns:d="DAV:">
   <d:prop xmlns:d="DAV:">
    <d:resourcetype xmlns:d="DAV:"/>
    <d:getetag xmlns:d="DAV:">"bb67513c0c33c91f51e3337e381b9f77"</d:getetag>
   </d:prop>
   <d:status xmlns:d="DAV:">HTTP/1.1 200 OK</d:status>
  </d:propstat>
  <d:propstat xmlns:d="DAV:">
   <d:prop xmlns:d="DAV:">
    <d:displayname xmlns:d="DAV:"/>
   </d:prop>
   <d:status xmlns:d="DAV:">HTTP/1.1 404 Not Found</d:status>
  </d:propstat>
 </d:response>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list