Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] WebDav KIo deleting files  (Read 1764 times)

Offline orinoco

  • User
  • Posts: 233
  • Bullshit artist
[EN] WebDav KIo deleting files
« on: 2016/10/25, 22:46:38 »
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.

Code: [Select]
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.

Code: [Select]
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?

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: WebDav KIo deleting files
« Reply #1 on: 2016/10/26, 07:55:08 »
... 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.

Offline orinoco

  • User
  • Posts: 233
  • Bullshit artist
Re: WebDav KIo deleting files
« Reply #2 on: 2016/10/26, 20:21:46 »
Yes they are.