Re: [Evolution-hackers] WebDAV Addressbook Debugging



On Fri, 2010-04-23 at 13:25 -0400, Adam Tauno Williams wrote:
> I'm aware of the CAMEL_VERBOSE_DEBUG and CALDAV_DEBUG environment
> directives for debugging IMAP and CALDAV.  Is there an equivalent for
> WEBDAV addressbooks?
> 
> I am testing Evo with our GroupDAV server and after a moment it responds
> with 'address book not available' and instructs me to restart Evolution.
> Running Evolution from the command line doesn't provide any additional
> information.

BTW, on Evolution 2.28;  I don't believe anything changed regarding
WebDAV addressbooks between that and the current 2.30.

Evolution issues the request:

<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop><getetag/></prop></propfind>

To which the server responds [correctly, I believe]:

<D:multistatus>
  <D:response>
    <D:href>/dav/Contacts</D:href>
      <D:propstat>
        <D:status>HTTP/1.1 404 Not found</D:status>
        <D:prop>
          <D:getetag/>
        </D:prop>
      </D:propstat>
  </D:response>
  <D:response>
    <D:href>5940650.vcf</D:href>
    <D:propstat>
      <D:status>HTTP/1.1 200 OK</D:status>
      <D:prop>
        <D:getetag>5940650:28</D:getetag>
      </D:prop>
    </D:propstat>
  </D:response>
  ...
</D:multistatus>

I've verified the XML of the response is valid.

Is it possible size effects the stability of the address book?  The
collection contains 22,209 contacts; so the resulting PROPFIND is
~3.6MB.  But that doesn't see that large.
-- 
Adam Tauno Williams <awilliam whitemice org> LPIC-1, Novell CLA
<http://www.whitemiceconsulting.com>
OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]