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

Regex for matching URLs does not fully conform to RFC 3986 URI Generic Syntax #4

Open
ericherman opened this issue May 11, 2023 · 0 comments

Comments

@ericherman
Copy link
Member

In #1 it was noted that https://www.ietf.org/rfc/rfc3986.txt is not the same as what is being used in the url-check.py today.

In particular, some valid characters are only valid in parts of the URI, and the current regex does not distinguish this.
Also, some valid characters are not matched by the current regex.

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

No branches or pull requests

1 participant