https://bugs.kde.org/show_bug.cgi?id=460717
Bug ID: 460717 Summary: Regression: Copying files into WebDAV folder stores protocol xml instead of actual file contents Classification: Frameworks and Libraries Product: frameworks-kio Version: 5.99.0 Platform: Other OS: Linux Status: REPORTED Severity: major Priority: NOR Component: WebDAV Assignee: kio-bugs-n...@kde.org Reporter: medhe...@web.de CC: kdelibs-b...@kde.org, sit...@kde.org Target Milestone: --- Copying a file into a WebDAV folder is successful, but creates a xml file that seems to contain some WebDAV protocol xml data instead of the expected file contents itself: > <?xml version="1.0" encoding="utf-8" ?><D:propfind > xmlns:D="DAV:"><D:prop><D:creationdate/><D:getcontentlength/><D:displayname/><D:resourcetype/></D:prop></D:propfind> ed1a8a529f12c8a239877b8e68e2fdd12c991590 is the first bad commit commit ed1a8a529f12c8a239877b8e68e2fdd12c991590 Author: Harald Sitter <sit...@kde.org> Date: Fri Sep 2 13:21:10 2022 +0200 port http to workerbase the scariest port yet! this introduces an unfortunate direct copy of tcpslavebase as tcpworkerbase. other than that it is a fairly straight forward port to workerbase and workerresult, albeit in very complicated code. workerbase gained an additional setIncomingMetaData function that replaces the previous direct access of mIncomingMetaData (that is no longer possible because the member lives on the bridged slavebase inside the workerbase) -- You are receiving this mail because: You are watching all bug changes.