-
Notifications
You must be signed in to change notification settings - Fork 4
URIs validated #41
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
base: main
Are you sure you want to change the base?
URIs validated #41
Conversation
|
Thank you for this PR. |
|
@kenwenzel it covers the RFC 3986 path characters (absolute and relative) |
OK. Where is this regex defined? Is it contained in the RFC somewhere? |
it is just a simplification of the ABNF rules in the RFC , turned into something i can drop into Java/Scala quickly. |
|
I just want to make sure it is tolerant enough to capture all possible URIs. |
no this case is not coverd. Should i update it to cover percent-encoding (%20, %2F, etc.)? |
|
Yes - but we need to make sure that ALL valid URIs are covered. Maybe we find some other regex that is more permissive? |
OK i'll search first if something like this exists (better than write or update one by myself). |
No description provided.