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

Updating a file in a sub directory does not update root ETag #5255

Closed
danimo opened this issue Oct 10, 2013 · 4 comments · Fixed by #5263
Closed

Updating a file in a sub directory does not update root ETag #5255

danimo opened this issue Oct 10, 2013 · 4 comments · Fixed by #5263
Assignees
Labels

Comments

@danimo
Copy link
Contributor

danimo commented Oct 10, 2013

Expected behaviour

Using cadaver:

getprop .
DAV: getetag = "52356c41c1a1e"
...
cd subdir
put file.txt
cd ..
getprop .
DAV: getetag =
...

Actual behaviour

getprop .
DAV: getetag = "52356c41c1a1e"
...
cd subdir
put file.txt
cd ..
getprop .
DAV: getetag = "52356c41c1a1e"
...

Server configuration

Operating system:

Web server: Apache

Database: Sqlite

PHP version: 5.4.9-4ubuntu2.3

ownCloud version: post 5.0.12 (edd8d22)

Operating system: Ubuntu 13.04

@danimo
Copy link
Contributor Author

danimo commented Oct 10, 2013

Summoning @DeepDiver1975 @icewind1991. This is important for the clients.

@dragotin
Copy link
Contributor

An update of a file somewhere in the filetree should always change the root etag. Currently only updates directly in the root folder seem to change the root etag.

@DeepDiver1975
Copy link
Member

I'll have a look

@ghost ghost assigned DeepDiver1975 Oct 10, 2013
@DeepDiver1975
Copy link
Member

pull request is about to arrive ....

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

Successfully merging a pull request may close this issue.

3 participants