dolphin in focal can't delete webdav directories running on focal's apache
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Ubuntu) |
In Progress
|
Low
|
Bryce Harrington | ||
Focal |
In Progress
|
Undecided
|
Bryce Harrington | ||
Jammy |
In Progress
|
Undecided
|
Bryce Harrington | ||
Lunar |
In Progress
|
Undecided
|
Bryce Harrington |
Bug Description
/etc/apache2/
BrowserMatch " Konqueror/4" redirect-carefully
While dolphin is Konqueror/5 in focal. Trying to delete a directory on webdav dolphin just gets a http 301 redirect.
1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center
apache2:
Installed: 2.4.41-4ubuntu3.1
3) What you expected to happen
Dolphin should be able to remove directories over webdav
4) What happened instead
Apache issues a redirect from prefix/dir to prefix/dir/
127.0.0.1 - user1 [07/May/
Dolphin doesn't follow the redirect hence nothing happens.
Related branches
- git-ubuntu import: Pending requested
-
Diff: 47 lines (+25/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/fix-dolphin-to-delete-webdav-dirs.patch (+17/-0)
debian/patches/series (+1/-0)
- git-ubuntu import: Pending requested
-
Diff: 47 lines (+25/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/fix-dolphin-to-delete-webdav-dirs.patch (+17/-0)
debian/patches/series (+1/-0)
- Bryce Harrington (community): Needs Resubmitting
- Canonical Server Reporter: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 47 lines (+25/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/fix-dolphin-to-delete-webdav-dirs.patch (+17/-0)
debian/patches/series (+1/-0)
- Canonical Server Reporter: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 47 lines (+25/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/fix-dolphin-to-delete-webdav-dirs.patch (+17/-0)
debian/patches/series (+1/-0)
Changed in apache2 (Ubuntu): | |
status: | New → Triaged |
Changed in apache2 (Ubuntu): | |
assignee: | nobody → Michał Małoszewski (michal-maloszewski99) |
status: | Triaged → In Progress |
tags: | added: server-todo |
tags: | removed: server-todo |
tags: | added: server-todo |
Changed in apache2 (Ubuntu Focal): | |
status: | New → In Progress |
Changed in apache2 (Ubuntu Jammy): | |
status: | New → In Progress |
Changed in apache2 (Ubuntu Lunar): | |
status: | New → In Progress |
Changed in apache2 (Ubuntu Focal): | |
assignee: | nobody → Michał Małoszewski (michal-maloszewski99) |
Changed in apache2 (Ubuntu Jammy): | |
assignee: | nobody → Michał Małoszewski (michal-maloszewski99) |
Changed in apache2 (Ubuntu Lunar): | |
assignee: | nobody → Michał Małoszewski (michal-maloszewski99) |
Changed in apache2 (Ubuntu): | |
assignee: | Michał Małoszewski (michal-maloszewski99) → Bryce Harrington (bryce) |
Changed in apache2 (Ubuntu Focal): | |
assignee: | Michał Małoszewski (michal-maloszewski99) → Bryce Harrington (bryce) |
Changed in apache2 (Ubuntu Jammy): | |
assignee: | Michał Małoszewski (michal-maloszewski99) → Bryce Harrington (bryce) |
Changed in apache2 (Ubuntu Lunar): | |
assignee: | Michał Małoszewski (michal-maloszewski99) → Bryce Harrington (bryce) |
Hello Ross and thanks for this bug report. Did you actually verify that adding a
BrowserMatch " Konqueror/5" redirect-carefully
line to setenvif.conf resolves the issue?
Anyway the file belongs to the packaging and not to the upstream source, so the fix belongs to Ubuntu. Waiting for your feedback on the " Konqueror/5" test I'm marking this bug report as Incomplete. Please change its status back to New after commenting back and we'll look at it again. Thanks!