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

Fix the route support for IPV6 routes ending in :: #1058

Merged
merged 1 commit into from
Sep 15, 2017
Merged

Conversation

tas50
Copy link
Contributor

@tas50 tas50 commented Sep 15, 2017

Removing the ending word boundary in the regex allows is to capture the
:: endings while still properly parsing other routes. I added a rubular
comment as well so we know what this regex is actually trying to
capture.

Signed-off-by: Tim Smith tsmith@chef.io

Removing the ending word boundary in the regex allows is to capture the
:: endings while still properly parsing other routes. I added a rubular
comment as well so we know what this regex is actually trying to
capture.

Signed-off-by: Tim Smith <tsmith@chef.io>
@tas50 tas50 requested a review from a team September 15, 2017 16:28
@adamleff adamleff merged commit 9482fc4 into master Sep 15, 2017
@adamleff adamleff deleted the ipv6_colon_regex branch September 15, 2017 21:35
@chef chef locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants