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

Add query escape to query params in GetURI #2903

Closed
wants to merge 1 commit into from

Conversation

christianang
Copy link
Member

This PR wraps query params in GetURI with url.QueryEscape to ensure query is well formed e.g if I provide VM Network it will be converted into VM+Network. This seems to be expected in the Avi 30.1.1 API.

Fixes #2902

Signed-off-by: Christian Ang <christian.ang@broadcom.com>
@lubronzhan
Copy link

Hi @Rohan-sss1 could you help merge this PR. Thank you

@lubronzhan
Copy link

lubronzhan commented Apr 16, 2024

Hi @parimanur @apalsule @akshayhavile could you help merge this PR?

@christianang
Copy link
Member Author

The changes for this PR were included in #2933. Closing

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.

Go client doesn't query escape parameters provided to Avi
4 participants