-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
url query parameters should support semicolon in value field #680
Comments
I think this is fixed by #660 |
@achew22 Thanks for quick reply. I am using the |
You can pull from that repo instead and try it out or git pull from it in
$GOPATH/src/...
|
Can you elaborate on this and explain what you tried and why it didn't fix
the issue?
|
@achew22 I read the source code and I found the issue is caused by |
I want reference to Core Reporting API: Filters to implement the filter spec defined in Google API Design Guide.
In this case, semicolons are used to indicate operator
AND
.However, it disappeared with the string behind it when using grpc-gateway . It seems like be treated as the character
&
.However, if I request without grpc-gateway, it works.
I think it shouldn't be treated differently in grpc and grpc-gateway.
The text was updated successfully, but these errors were encountered: