-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Issue: Incorrect port matching #200
Comments
Hello @alec-anikin, thanks for reporting. However, maybe updating the regex even further to |
Hi @alec-anikin ; what do you think? |
Will be fixed in PR |
StefH
added a commit
that referenced
this issue
Sep 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Regex from PortUtil.UrlDetailsRegex doesn't work for urls like "http://0.0.0.0:5000"
It should be
^(?<proto>\w+)://[^/]+?:(?<port>\d+)/?
The text was updated successfully, but these errors were encountered: