Changeset 1168 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 12/03/11 04:04:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1167 r1168 1011 1011 server &SHOULD; either make them consistent, by transforming the 1012 1012 representation or changing the resource configuration, or respond 1013 with a 409 (Conflict) status code and sufficient information 1014 to explain why the representation is unsuitable. 1013 with an appropriate error message containing sufficient information 1014 to explain why the representation is unsuitable. The 409 (Conflict) 1015 or 415 (Unsupported Media Type) status codes are suggested, with the 1016 latter being specific to constraints on Content-Type values. 1015 1017 </t> 1016 1018 <t> … … 1021 1023 (b) transform the PUT representation to a format consistent with that 1022 1024 of the resource before saving it as the new resource state; or, 1023 (c) reject the request with a 4 09response indicating that the target1025 (c) reject the request with a 415 response indicating that the target 1024 1026 resource is limited to "text/html", perhaps including a link to a 1025 1027 different resource that would be a suitable target for the new
Note: See TracChangeset
for help on using the changeset viewer.