-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for RFC6874 #6
Comments
I just hit this problem where I was expecting this library to support parsing IPv6 addresses as part of a URI, but it failed. @sgodwincs do you have any thoughts on the scope needed to add support for IPv6 addresses? |
To be clear, this library does support parsing IPv6 addresses. (unless something is broken that I'm not aware of) This RFC is in particular for supporting IPv6 addresses with zone identifiers. Are you needing to parse IPv6 addresses with zone identifiers? |
@sgodwincs it turns out that the URI I was trying to parse was malformed and the IPv6 address was not wrapped in square brackets. E.g. The confusing part was that I was getting |
Note to anyone who'd try to fix this: RFC6874 is being revised; the revising draft says that there will be no percent encoding of the percent sign any more. The reviews look positive enough that I wouldn't bother with sticking to 6874 to the letter any more. |
See https://tools.ietf.org/html/rfc6874
The text was updated successfully, but these errors were encountered: