Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 120458
Status: new
Priority: 0/
Queue: URI

People
Owner: Nobody in particular
Requestors: RSCHUPP [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.71
Fixed in: (no value)



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