You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocol.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -667,7 +667,7 @@ <h3 property="schema:name">Resource Type Heuristics</h3>
667
667
668
668
<p>
669
669
<spanabout="" id="server-ensure-consistency" rel="spec:requirement" resource="#server-ensure-consistency"><spanproperty="spec:statement"><spanrel="spec:requirementSubject" resource="spec:Server">Servers</span><spanrel="spec:requirementLevel" resource="spec:MUST">MUST</span> only accept requests where there is consistency between the path ending (<ahref="#uri-slash-semantics">URI Slash Semantics</a>), any HTTP <code>Link</code> headers with <code>rel="type"</code> and the media type given in the <code>Content-Type</code> header of the request.</span></span>
670
-
<spanabout="" id="server-reject-inconsistency" rel="spec:requirement" resource="#server-reject-inconsistency"><spanproperty="spec:statement"><spanrel="spec:requirementSubject" resource="spec:Server">Servers</span><spanrel="spec:requirementLevel" resource="spec:MUST">MUST</span> reject inconsistent requests using a <code>409</code> or <code>415</code> status code as per Section 4.3.4 of [<cite><aclass="bibref" href="#bib-rfc7231">RFC7231</a></cite>].</span></span>
670
+
<spanabout="" id="server-reject-inconsistency" rel="spec:requirement" resource="#server-reject-inconsistency"><spanproperty="spec:statement"><spanrel="spec:requirementSubject" resource="spec:Server">Servers</span><spanrel="spec:requirementLevel" resource="spec:MUST">MUST</span> reject inconsistent requests using a <code>415</code>(for media type inconsistency) or <code>409</code>(for all other inconsistencies)status code as per Section 4.3.4 of [<cite><aclass="bibref" href="#bib-rfc7231">RFC7231</a></cite>].</span></span>
671
671
<spanabout="" id="server-existing-type-inconsistency" rel="spec:requirement" resource="#server-existing-type-inconsistency"><spanproperty="spec:statement">When a <spanrel="spec:requirementSubject" resource="spec:Server">server</span> recieves a request that attempts to change the resource type, it <spanrel="spec:requirementLevel" resource="spec:MUST">MUST</span> verify that the resource type of the request is compatible with the current resource type and reject the requests using a <code>409</code> status code if it is not.</span></span>
0 commit comments