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

Support uppercase IPv6 addresses in URI #620

Open
wants to merge 1 commit into
base: 2.7
Choose a base branch
from

Conversation

emmanuel-deloget
Copy link

RFC8187 implies that the HEXDIG values that compose an IP-Literal substring (IPv6 is a special case of IP-Literal) can contain both lowercase and uppercase characters for the non-numeric part. As a consequence, all characters in [0-9a-fA-f] are valid in an IPv6 literal address as found in the URI.

References:

RFC8187 implies that the HEXDIG values that compose an IP-Literal
substring (IPv6 is a special case of IP-Literal) can contain both
lowercase and uppercase characters for the non-numeric part. As
a consequence, all characters in [0-9a-fA-f] are valid in an IPv6
literal address as found in the URI.

References:
* https://datatracker.ietf.org/doc/html/rfc5234
* https://datatracker.ietf.org/doc/html/rfc8187

Signed-off-by: Emmanuel Deloget <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant