Subject: | URI parses https://:@gitlab.eng.zkb.ch:8443/foo/bar.git incorrectly |
To reproduce:
$ perl -MURI -E 'say URI->new("https://:@gitlab.eng.zkb.ch:8443/foo/bar.git")->host;'
:.eng.zkb.ch
(should be gitlab.eng.zkb.ch)
In case you're wondering where this weird URL comes from: GitLab (Enterprise Edition) will generate it as repository URL when you're using Kerberos authentication.
Cheers, Roderich