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

Fixed empty path bug #913

Merged
merged 3 commits into from
Mar 27, 2019
Merged

Conversation

brycematheson1234
Copy link
Contributor

Fixes this issue: #414
Where "/" is not allowed.

Also added a test to verify this behaviour.

There was a previous test that prevented this behaviour. Despite the comment it was never really testing double slash, it was testing single slash.

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

Hi, thanks for this! Just a small question about the tests.

@johanbrandhorst
Copy link
Collaborator

The bazel build failure looks transient to me, I'll try to rerun it.

@johanbrandhorst
Copy link
Collaborator

The bazel build failure looks transient to me, I'll try to rerun it.

Rebuild worked a-OK

@johanbrandhorst johanbrandhorst merged commit 01b57e6 into grpc-ecosystem:master Mar 27, 2019
@johanbrandhorst
Copy link
Collaborator

Thanks for your contribution!

adasari pushed a commit to adasari/grpc-gateway that referenced this pull request Apr 9, 2020
* Removed / from list of disallowed first tokens

Fixes grpc-ecosystem#414

* Changed functionality to allow /

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

Successfully merging this pull request may close these issues.

3 participants