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

query parameter name decoding middleware for ruby #1651

Closed
baywet opened this issue Jun 23, 2022 · 0 comments · Fixed by #2101
Closed

query parameter name decoding middleware for ruby #1651

baywet opened this issue Jun 23, 2022 · 0 comments · Fixed by #2101
Assignees
Labels
fixed Ruby type:bug A broken experience
Milestone

Comments

@baywet
Copy link
Member

baywet commented Jun 23, 2022

depends on #1650

Due to conflicting standard requirement between RFC 6370 (uri template) and OData, we've had to encode query parameter names (%24select instead of $select) which means the service won't understand them.

To fix for that, once we have a middleware pipeline for the http client, we should implement a handler to decode the query parameter names.

See the example

@baywet baywet added type:bug A broken experience Ruby labels Jun 23, 2022
@baywet baywet added this to the Kiota post-GA milestone Dec 6, 2022
@baywet baywet self-assigned this Dec 21, 2022
@baywet baywet linked a pull request Dec 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Ruby type:bug A broken experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants