You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement missing URI decoding step [RHELDST-20564]
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.
0 commit comments