Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploaded files disappear from the server #39

Closed
MTRichards opened this issue Nov 1, 2012 · 3 comments
Closed

Uploaded files disappear from the server #39

MTRichards opened this issue Nov 1, 2012 · 3 comments

Comments

@MTRichards
Copy link

Some files that are uploaded through WebDav are missing from the ownCloud server. The access logs shows that the files have been uploaded successfully, but when I check the filesystem, there's nothing there.

Here's an example:
85.19.27.238 - rmk [01/Nov/2012:12:57:26 +0100] "PROPFIND /remote.php/webdav/ HTTP/1.1" 207 6186
85.19.27.238 - rmk [01/Nov/2012:12:57:26 +0100] "PROPFIND /remote.php/webdav/Privat HTTP/1.1" 207 12599
85.19.27.238 - rmk [01/Nov/2012:12:57:26 +0100] "PUT /remote.php/webdav/Privat/Faktureringslogg%20fom%20010411%20-%201.xlsx HTTP/1.1" 201 -
85.19.27.238 - rmk [01/Nov/2012:12:57:26 +0100] "PROPFIND /remote.php/webdav/Privat/Faktureringslogg%20fom%20010411%20-%201.xlsx HTTP/1.1" 404 321
85.19.27.238 - rmk [01/Nov/2012:12:57:26 +0100] "PROPFIND /remote.php/webdav/Privat HTTP/1.1" 207 12599
85.19.27.238 - rmk [01/Nov/2012:12:57:27 +0100] "PROPPATCH /remote.php/webdav/Privat/Faktureringslogg%20fom%20010411%20-%201.xlsx HTTP/1.1" 404 321
85.19.27.238 - rmk [01/Nov/2012:12:57:27 +0100] "PROPFIND /remote.php/webdav/Privat HTTP/1.1" 207 12599

The PUT request is responding with "201", indicating that the file has been created successfully. And then, in the next request, the server responds with code 404, which tells us that the file isn't there. How can this happen?

ownCloud 4.5.1a, with client 1.1.1.

@DeepDiver1975
Copy link
Member

FYI: we use litmus within ci since our meeting in Berlin. Litmus is a webdav compliance test suite.
Currently we observe errors - maybe this is related. I cannot really judge this at the moment due to missing knowhow about webdav, sabredav and our implementation.
https://ci.tmit.eu/job/acceptance-test/764/console

@jakobsack you think this is related?

Thx

@dragotin
Copy link
Contributor

@MTRichards: is this still reproducable for you?

@danimo
Copy link
Contributor

danimo commented Feb 6, 2013

Closing due to lack of comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants