https://bugs.kde.org/show_bug.cgi?id=339634
--- Comment #5 from Benjamin Girault <[email protected]> --- 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
