-
Notifications
You must be signed in to change notification settings - Fork 335
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
Invalid IPv4 addresses are not rejected #116
Labels
Comments
I believe this test does not match the current spec, but in this case I think the spec should be changed. Spec issue: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26431 |
Spec has been resolved |
bors-servo
pushed a commit
that referenced
this issue
Nov 20, 2015
Change host to use ip address types provided by std. Removes the custom IPv6Addr type and replaces it with the std one. Parses IPv4Addrs to the std type using the parser described in the url.spec.whatwg.org handling all edge cases. Add tests. fixes #116 This is a breaking change. Version bumped to v0.5.0. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/138) <!-- Reviewable:end -->
This was closed, but we never added |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/w3c/web-platform-tests/blob/11f3aee19205a2ae97efa1cbeb211a2395192ea8/url/urltestdata.txt#L325
The text was updated successfully, but these errors were encountered: