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

Implement missing URI decoding step [RHELDST-20564] #507

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

rohanpm
Copy link
Member

@rohanpm rohanpm commented Oct 2, 2023

URIs which have been percent-encoded need to be decoded prior to DynamoDB lookup. Lambda@Edge does not do this on our behalf.

This commit adds the missing decode step, which brings the overall behavior in line with other services including httpd and NetStorage.

URIs which have been percent-encoded need to be decoded prior to
DynamoDB lookup. Lambda@Edge does not do this on our behalf.

This commit adds the missing decode step, which brings the overall
behavior in line with other services including httpd and NetStorage.
@rohanpm rohanpm marked this pull request as ready for review October 2, 2023 00:51
@crungehottman crungehottman merged commit ebec33d into release-engineering:master Oct 2, 2023
2 checks passed
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.

3 participants