-
Notifications
You must be signed in to change notification settings - Fork 159
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
[tests-only][full-ci] add e2e test coverage for filename with hash #10812
Conversation
It would also be good to cover names with a literal "%" character in them. Specially a file that literally has "%20" in it name - that looks like it could be a space! A name like |
4dac6a8
to
903c80c
Compare
With these filename, the file gets downloaded but with different names.
|
Quality Gate passedIssues Measures |
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.
we can add extra tests for %20
in separate PR after merging #10817
Description
This PR adds the steps for downloading file/folder with hash
#
in their name. When user tries to download file/folder with hash in its name, then the download fails with 404 error onocis 5.0.2
.Test coverage for issue #10810
Types of changes