Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 76578
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

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



Subject: Content-Location header in HTTP::Response
Although RFC 2616 does say that Content-Location sets the base URI for a response, browsers have never implemented it that way. As a result, in the forthcoming update to HTTP 1.1 this is being changed, and Content- Location should no longer set the base URI. See http://trac.tools.ietf.org/wg/httpbis/trac/ticket/154 I'd like to request HTTP::Response's "base" method no longer takes Content-Location into account, or some sort of option be provided to allow it to be ignored.