There is a more recent version of the HTTP/1.1 spec which says both
absolute URIs (http://domain.name.etc/new_route) and absolute paths
(/new_route) are acceptable in the Location header for any 3xx
responses. This commit updates the cob spec to accept absolute paths
instead of requiring a fully qualified absolute uri.
There is a more recent version of the HTTP/1.1 spec which says both absolute URIs (
http://domain.name.etc/new_route
) and absolute paths (/new_route
) are acceptable in theLocation
header for any 3xx responses. This commit updates the cob spec to accept absolute paths instead of requiring a fully qualified absolute uri.