Bug 413117

Summary: kio-5.63 makes kdav-19.08.2 fail with HTTP error (400)
Product: [Frameworks and Libraries] frameworks-kio Reporter: Christian Fowelin <cml>
Component: HTTPAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: faure
Priority: NOR    
Version: 5.63.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christian Fowelin 2019-10-17 21:17:23 UTC
kio-5.63 makes kdav-19.08.2 fail with HTTP error (400)


STEPS TO REPRODUCE
Install the mentioned packages. Try to connect to a davical server via https.

RESULT
HTTP error (400).

Works with kio-5.62.

Reverting commit 9713ea02e49eda11d72e1ac605417dac0dab8c37
"Consider the usage of WebDAV methods sufficient for assuming WebDAV" in kio-5.63 makes kdav work again.
Comment 1 David Faure 2019-10-24 21:44:15 UTC
This has been fixed in https://phabricator.kde.org/D24880 for 5.64.
Any chance you can test that the fix works for you?
Comment 2 Christian Fowelin 2019-10-27 23:01:01 UTC
Yes, I can confirm this fixes this problem. Thanks!