Opened 8 years ago

Closed 8 years ago

#27046 closed Bug (fixed)

http.request does not support ipv6-formatted ipv4 addresses

Reported by: Luke Faraone Owned by: nobody
Component: HTTP handling Version: 1.9
Severity: Normal Keywords:
Cc: lamont@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Forwarded from LP: #1611923 reported by LaMont Jones

Addresses of the form "::ffff:169.254.169.254" are perfectly valid, but not supported by django's http.request.

Attachments (1)

0001-Add-support-for-IPv6-formatted-IPv4-addresses.patch (955 bytes ) - added by Luke Faraone 8 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Tim Graham, 8 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Claude Paroz, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In ff0a5af:

Fixed #27046 -- Supported IPv6-formatted IPv4 addresses in host validation.

Thanks LaMont Jones for the report and patch.

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