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

Escape slashes in list keys generated from key values #129

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

carlgsmith
Copy link
Contributor

Store with the / replaced with %2F. If a user wants to request the list entry in the path then they will have to escape the value anyway to avoid the key being broken into path elements.

Store with the / replaced with %2F. If a user wants to
request the list entry in the path then they will have
to escape the value anyway to avoid the key being broken
into path elements.
@carlgsmith carlgsmith merged commit 1b416ac into master Sep 30, 2024
1 check passed
@carlgsmith carlgsmith deleted the escape_slash branch September 30, 2024 19:57
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