WebDav KIo deleting files

Begonnen von orinoco, 2016/10/25, 22:46:38

Vorheriges Thema - Nächstes Thema

orinoco

Hello,


I'm facing a strange problem with WebDAV KIO. I can copy files, creating directories, even editing files but I can't delete files. Here what is logged by Apache httpd

Case: Loading into editor kate successful and deleteing with dolphin failed.

1.2.3.4 - orinoco [25/Oct/2016:22:35:33 +0200] "PROPFIND /storage/Beispiel.txt HTTP/1.1" 207 1084
1.2.3.4 - - [25/Oct/2016:22:35:34 +0200] "GET /storage/Beispiel.txt HTTP/1.1" 401 381
1.2.3.4 - orinoco [25/Oct/2016:22:35:34 +0200] "GET /storage/Beispiel.txt HTTP/1.1" 200 64
1.2.3.4 - orinoco [25/Oct/2016:22:35:41 +0200] "PROPFIND /storage/ HTTP/1.1" 207 1092
1.2.3.4 - orinoco [25/Oct/2016:22:35:46 +0200] "DELETE /storage/Beispiel.txt/ HTTP/1.1" 400 226
1.2.3.4 - orinoco [25/Oct/2016:22:35:51 +0200] "PROPFIND /storage/ HTTP/1.1" 207 1092


Case: Deleting with cadaver successful.

1.2.3.4 - orinoco [25/Oct/2016:22:40:43 +0200] "PROPFIND /storage/ HTTP/1.1" 207 13094
1.2.3.4 - orinoco [25/Oct/2016:22:40:46 +0200] "PROPFIND /storage/Beispiel.txt HTTP/1.1" 207 669
1.2.3.4 - orinoco [25/Oct/2016:22:40:46 +0200] "DELETE /storage/Beispiel.txt HTTP/1.1" 204 -
1.2.3.4 - orinoco [25/Oct/2016:22:40:51 +0200] "PROPFIND /storage/ HTTP/1.1" 207 1092


All files are owned by www-data. Any ideas? A bug in WebDAV KIO?

der_bud

Zitat von: orinoco in 2016/10/25, 22:46:38
... All files are owned by www-data. ... 
And your user is member of group www-data, too?
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

orinoco