Skip to content

Conversation

qiwzhang
Copy link
Member

@qiwzhang qiwzhang commented Jun 3, 2022

Signed-off-by: Wayne Zhang qiwzhang@google.com

To fix envoyproxy/envoy#21151

query parameter names may be escaped, need to unescape it when transcoding.

Signed-off-by: Wayne Zhang <qiwzhang@google.com>
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qiwzhang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Member

@nareddyt nareddyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break users who currently define [json_name = "search%5Bfield%5D"]

We should support both. Try searching for escaped string, if not exist, search for unescaped string

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

Successfully merging this pull request may close these issues.

gRPC-JSON Transcoder doesn't url decode query parameter names
2 participants