forked from glynos/cpp-netlib
-
Notifications
You must be signed in to change notification settings - Fork 427
Numeric labels misparsed as IP address #450
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
Labels
Comments
Can you test if this is still an issue in the new uri: https://github.com/cpp-netlib/uri/ |
Same thing, except it throws an uri_syntax_error |
This was fixed in URI v1.0, but not in 0.11 |
This won't be fixed in 0.13, so I will close it now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"1.2.3.4.5.a.com" is incorrectly rejected (is_valid is false). This is because the "1.2.3.4" part is treated as an IP address, and then "first==last" is false in uri.ipp:178
This is with 0.11.1.RC2
The text was updated successfully, but these errors were encountered: