Bug 423144

Summary: WebDAV (overwrite: T) header on existing file
Product: [Frameworks and Libraries] frameworks-kio Reporter: xtf <xtf1>
Component: WebDAVAssignee: KIO Bugs <kio-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kdelibs-bugs-null
Priority: NOR    
Version First Reported In: 5.71.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Dav log

Description xtf 2020-06-18 09:39:16 UTC
SUMMARY
If an open copy is to be saved, it does not send the (overwrite: T) header, resulting a rename dialog in dolphin.

QUESTION
Is there any PROPFIND xml property to tell the client to overwrite it? No locks currently implemented.

STEPS TO REPRODUCE
1. Open File
2. Save It

OBSERVED RESULT
Rename Dialog

EXPECTED RESULT
Overwriting existing file without Dialog

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: current
Comment 1 xtf 2020-06-18 10:07:21 UTC
SPECIFICATION
https://tools.ietf.org/html/rfc4918.html#section-10.6

Happens before PUT
Comment 2 xtf 2020-06-18 10:15:49 UTC
Created attachment 129467 [details]
Dav log