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

Benjamin Girault benjamin.girault at nebux.org
Mon Oct 6 11:06:51 BST 2014


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

--- Comment #5 from Benjamin Girault <benjamin.girault at nebux.org> ---
I continued debugging, and it turns out that KIO::StoredTransferJob does try to
follow the redirection (SimpleJob::isRedirectionHandlingEnabled() returns
true). However, the url returned by Zimbra is:
https://<front server>/dav/<user
email>/Calendar/b82c02c5-60e3-4f47-8ca0-e4e2d7a799e0.ics
while the initial url set by DavItemCreateJob is:
https://<username>@<front server>/dav/<user email>/Calendar/1412589498.R931.ics
(I checked that by disabling the internal redirection handling).

It seems that the missing <username> in the redirected url triggers a 401 error
by Zimbra. What do you think?

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



More information about the Kdepim-bugs mailing list