[Akonadi] [Bug 339634] Error 401 on event creation with CalDAV and Zimbra

Benjamin Girault benjamin.girault at nebux.org
Mon Oct 6 10:38:11 BST 2014


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

--- Comment #4 from Benjamin Girault <benjamin.girault at nebux.org> ---
I've tried the patch from the GIT commit
691bbcc4aadfb7f1cf75d5767d4becf73441a4ce directly on kdepim-runtime 4.14.1, but
with no luck.

Actually, the line in question is never executed since the error happens right
when the function davJobFinished begins, i.e. the job itself is in an error
state.


I tried also to add some debug lines in the code to see what is happening in
the background. In DavItemCreateJob::start(), the url the data is sent to is
the wrong one according to Zimbra (the one referenced in Zimbra's logs). Zimbra
claims to send a 302 error code with the correct location, but the headers of
the response as got in DavItemCreateJob::davJobFinished() only references a
"401 must authenticate" (without any location).

Is it possible that KIO::StoredTransferJob gets at any time the 302 error code?
something like it tries again with the correct url?

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



More information about the Kdepim-bugs mailing list