-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Treat empty path segments are ambiguous. #6302
Comments
lachlan-roberts
added a commit
that referenced
this issue
May 20, 2021
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
sbordet
pushed a commit
that referenced
this issue
Jun 10, 2021
Issue #6302 - Treat empty path segments are ambiguous. * Fix false empty segments being reported. * Add HttpUriTests for the empty segment as ambiguous Signed-off-by: Lachlan Roberts <lachlan@webtide.com> Co-authored-by: Greg Wilkins <gregw@webtide.com>
hmmm it is kind of a new feature.... not entirely sure we need it in 9. Historically we have broken more things than we fixed when we have done such changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Empty path segments
//
should be treated as ambiguous byHttpUri
.The text was updated successfully, but these errors were encountered: