RE: Same resource exposed over HTTP and HTTPS

> 99% certain it's not a good thing, but anyone employing a proper parser
> is going to find the first or last value given (most likely the first, and
> the rest will all report this specific configuration as bugged).

Well, maybe.  A comma is a valid URI character, so you might find that a parser takes the comma to be part of the value.

Content-Location   = "Content-Location" ":" OWS Content-Location-v
Content-Location-v = absolute-URI / partial-URI
partial-URI   = relative-part [ "?" query ]

Received on Thursday, 20 May 2010 01:26:57 UTC