Skip to content

Commit

Permalink
Status codes tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
mangstadt committed Dec 15, 2014
1 parent 4c22b65 commit aa87560
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/oakbot/command/http/status-codes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ Note: Previous versions of this specification recommended a maximum of five redi
<statusCode code="300" name="Multiple Choices" section="10.3.1">
The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent-driven negotiation information ([section 12](http://tools.ietf.org/html/rfc2616#section-12)) is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.

Unless it was a HEAD request, the response SHOULD include an entity containing a list of resource characteristics and location(s) from which the user or user agent can choose the one most appropriate. The entity format is specified by the media type given in the Content- Type header field. Depending upon the format and the capabilities of

the user agent, selection of the most appropriate choice MAY be performed automatically. However, this specification does not define any standard for such automatic selection.
Unless it was a HEAD request, the response SHOULD include an entity containing a list of resource characteristics and location(s) from which the user or user agent can choose the one most appropriate. The entity format is specified by the media type given in the Content- Type header field. Depending upon the format and the capabilities of the user agent, selection of the most appropriate choice MAY be performed automatically. However, this specification does not define any standard for such automatic selection.

If the server has a preferred choice of representation, it SHOULD include the specific URI for that representation in the Location field; user agents MAY use the Location field value for automatic redirection. This response is cacheable unless indicated otherwise.
</statusCode>
Expand Down

0 comments on commit aa87560

Please sign in to comment.