-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
File looks like it can be copied from received share and exceed quota #40140
Comments
Demonstration tests are added in PR #40141 |
The same problem happens in the reverse direction: Steps to reproduce
Expected behaviourThe API copy request should fail with a suitable HTTP response status like 507 "insufficient storage". Actual behaviourThe HTTP status is 201 or 204 - to the client it seems that the copy was successful. Server configurationCurrent core master - see demonstration test scenarios |
Note: when the encryption app is enabled and encryption is happening, it seems that, as well as getting a success HTTP 2xx status, the file content actually gets written to storage and the quota is exceeded. See test scenarios added by encryption PR owncloud/encryption#346 |
Steps to reproduce
Expected behaviour
The API copy request should fail with a suitable HTTP response status like 507 "insufficient storage".
Actual behaviour
The HTTP status is 201 - to the client it seems that the copy was successful.
But actually the copied file does not exist. It seems that the copy did not really happen.
Server configuration
Current core master - see demonstration test scenarios
The text was updated successfully, but these errors were encountered: