Julian Reschke wrote:
Jonas Sicking wrote:
...
I don't think the angle brackets are necessary for forward compat,
since we can just disallow spaces from the URL.
According to the HTML5 spec space is a valid characted inside URLs.
...
I don't think so.
But even if this was the case, it shouldn't matter, as the URLs that
appear in AC headers should be valid RFC3986 URIs, right? Or was the
intent to "leak" non-compliant URLs into HTTP headers???
I think that was the intent yes. I'm still not sure if this is a good
idea or not.
/ Jonas