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

Fix #77 Ensure slashes remain slashes in encoded object URL #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bhagemeier
Copy link

Unlike directory queries, which are sent in the query part of the
request, the access to objects is sent in the path part. Thus, we
must not encode slashes as they are an essential component of the full
path to an object.

This patch does the full encoding of the path, and then reverts all
occurrences of %2F to a plain '/'.

Unlike directory queries, which are sent in the query part of the
request, the access to objects is sent in the path part. Thus, we
must not encode slashes as they are an essential component of the full
path to an object.

This patch does the full encoding of the path, and then reverts all
occurrences of %2F to a plain '/'.
@buildhive
Copy link

Java Swift » joss #101 SUCCESS
This pull request looks good
(what's this?)

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

Successfully merging this pull request may close these issues.

2 participants