Bug 67039 - dolphin cannot delete webdav directories running on apache2
Summary: dolphin cannot delete webdav directories running on apache2
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_dav (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-22 15:02 UTC by Michal Maloszewski
Modified: 2024-02-08 14:40 UTC (History)
0 users



Attachments
Proposed patch (935 bytes, patch)
2023-08-22 15:02 UTC, Michal Maloszewski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Maloszewski 2023-08-22 15:02:01 UTC
Created attachment 38897 [details]
Proposed patch

Operating system: Linux Ubuntu
Architecture: x86_64
kernel version: 6.3.0-7-generic

Dolphin in Ubuntu distros cannot delete webdav directories running on apache2.

Entries like: 

BrowserMatch " Konqueror/5" redirect-carefully 
and 
BrowserMatch " dolphin/" redirect-carefully

within the docs/conf/extra/httpd-dav.conf.in are necessary to make it work properly.

Moreover, I've added some small changes that are present in Debian - (escape literal . in regexes and extend the gnome-vfs DAV workaround to gvfs) - that I could not find in the upstream source.

In the attachment, there is proposed patch.

I would like to get your opinion about the change in general.
Comment 1 Joe Orton 2024-02-08 14:40:22 UTC
Thanks for the report & the patch! LGTM, merged in r1915651