You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
I've looked over the regex and can't seem to figure out why this would happen.
We had a case where php-url-validator was rejecting a URL because the username was too long.
For example, if I put this URL in the test suite, it fails:
However, if I reduce the username by 1 character, it passes:
Any idea why this might be happening? (Notice that the password field can be any length, i.e., this still fails)
but this passes:
I tried changing the named parameter in the regex to something other than "username", just in case, but it still fails if over 16 characters.