WebDAV - Rename file has incorrect 'Overwrite' header value in request.
When using WebDAV and performing a rename of a file to a name that already exists, the UI asks if you want to overwrite. However, when selecting Yes, the request that gets sent to the WebDAV server contains an
I am using version 5.21.3.
Overwrite
request header value of F
, which means False. The header value should be T
for True.
I am using version 5.21.3.