Skip to content
Snippets Groups Projects
Commit fadfc6cd authored by Konstantin Nazarov's avatar Konstantin Nazarov Committed by Konstantin Osipov
Browse files

Add support for passwordless 'user:@host' URIs

Previously the URI BNF didn't allow to specify empty
password. There should have been at least one symbol.

Now both user@host and user:@host forms are permitted.

In case of user@host, the password will parsed as nil.
In case of user:@host, the password will be parsed as
empty string.

Fixes #1512
parent e07b0259
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment