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.