Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the URI-Find CPAN distribution.

Report information
The Basics
Id: 85053
Status: resolved
Priority: 0/
Queue: URI-Find

People
Owner: Nobody in particular
Requestors: kiyoshi.aman [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 20111103
Fixed in: (no value)



Subject: URI::Find breaks IPv6 URIs
URI::Find incorrectly parses IPv6 URIs which use square brackets around the IPv6 address. Example input: https://[2607:5300:60:1509::228d:413a] Output thereof: https://[2607:5300:60:1509::228d:413a/
Subject: Re: [rt.cpan.org #85053] URI::Find breaks IPv6 URIs
Date: Mon, 06 May 2013 19:53:01 -0700
To: bug-URI-Find [...] rt.cpan.org
From: "Michael G. Schwern" <schwern [...] pobox.com>
This is likely due to the "decrufting" logic which is trying to catch things like [http://foo.com]. URI::Find->decruft has a special case for balanced () but not for []. I think I can take care of that quick.
20140702 has just been released.