Opened 9 years ago
Closed 9 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)
Change History (4)
by , 9 years ago
| Attachment: | 0001-Add-support-for-IPv6-formatted-IPv4-addresses.patch added |
|---|
comment:1 by , 9 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 9 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR