-
Notifications
You must be signed in to change notification settings - Fork 113
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
fix content-dispostion header in dav #4498
fix content-dispostion header in dav #4498
Conversation
Signed-off-by: Christian Richter <crichter@owncloud.com>
78d3f34
to
a432c00
Compare
782fd59
to
4d1020b
Compare
Co-authored-by: Victor Scharf <vscharf@owncloud.com> Signed-off-by: Christian Richter <crichter@owncloud.com>
4d1020b
to
a0cd76a
Compare
### [Fix Content-Dispositon header for download requests]( | ||
- [coreApiVersions/fileVersions.feature:158](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiVersions/fileVersions.feature#L158) | ||
- [coreApiVersions/fileVersions.feature:176](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiVersions/fileVersions.feature#L176) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should fix the expected-failure file
### [Fix Content-Dispositon header for download requests]( | |
- [coreApiVersions/fileVersions.feature:158](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiVersions/fileVersions.feature#L158) | |
- [coreApiVersions/fileVersions.feature:176](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiVersions/fileVersions.feature#L176) | |
) | |
### [Fix Content-Dispositon header for download requests](https://github.com/cs3org/reva/pull/4498) | |
- [coreApiVersions/fileVersions.feature:158](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiVersions/fileVersions.feature#L158) | |
- [coreApiVersions/fileVersions.feature:176](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiVersions/fileVersions.feature#L176) |
https://drone.owncloud.com/cs3org/reva/3995/15/6
Those also need to be added to the expected-failures files. (The test expectations are no longer quite correct. The test expectations will need to be adjusted in ocis when this is brought into ocis, then the updated tests can be used back here in reva - the pull request to do that will be able to delete the entries from expected failures) |
@dragonchaser I can push the needed expected-failures changes to here, if you like. |
expected-failures has been adjusted. Let's see what CI thinks. |
Passing - I will merge. |
Out to lunch and suddenly my failing tests/expectations are being fixed, thx @saw-jan && @phil-davis |
Bugfix: Fix Content-Disposition header in dav
We have added missing quotes to the Content-Disposition header in the dav service. This fixes an issue with files containing special characters in their names.
owncloud/ocis#8361