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