Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18779 closed Bug (fixed)

URLValidator can't validate url with ipv6.

Reported by: matwey.kornilov@… Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

URLValidator detects 'http://[2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d]:8080/' as incorrect URL.

Change History (3)

comment:1 by Claude Paroz, 12 years ago

Component: Database layer (models, ORM)Core (Other)
Triage Stage: UnreviewedAccepted
Version: 1.3master

comment:2 by Marc Tamlyn <marc.tamlyn@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [bfa9fc69bf0afae907af0ba3ef2cab8e10a4fa61]:

Fixed #18779 -- URLValidator can't validate url with ipv6.

Validation is reasonably 'soft', as for the ipv4. False positives don't
matter too much here.

comment:3 by Andrew Godwin <andrew@…>, 12 years ago

In [e41c30801433b30a1805ae8dd2fe79887c6dab0b]:

Merge pull request #283 from mjtamlyn/ipv6-address-validation

Fixed #18779 -- URLValidator can't validate url with ipv6.

Note: See TracTickets for help on using tickets.
Back to Top