-
Notifications
You must be signed in to change notification settings - Fork 189
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
OC-FileId missing in COPY operation response #5039
Comments
|
Needs reva update. Removing from GA milestone. |
Re-opening this as this is not done yet |
Reopening Fixed when copying files |
@aduffeck since you worked on the original PR (a century ago): Do you remember if it was a deliberate decision not to include the FileID when copying folders? |
@kobergj how dare you, I'm not that old yet.. ;) I don't think it was a deliberate decision, though, rather unawareness that folder operations are relevant as well. |
fixed on current master |
Describe the bug
Android client expects the
OC-FileId
header in the response of theCOPY
operation.Steps to reproduce
Steps to reproduce the behavior:
curl
command:Expected behavior
OC-FileId
header returned in response with the file IDActual behavior
File is correctly copied, but the lack of
OC-FileId
header in response makes the Android client to display an ugly error. oC10 returns such header.Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Container created with the following docker-compose file:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: