Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions draft-ietf-httpbis-semantics-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,12 @@ Content-Type: text/plain
A recipient &SHOULD; treat other octets in field content (obs&nbhy;text) as
opaque data.
</t>
<t>
Field values containing control (<x:ref>CTL</x:ref>) characters such as
CR or LF are invalid; recipients &MUST; either reject a field value
containing control characters, or convert them to SP before processing or
forwarding the message.
</t>
<t>
Leading and trailing whitespace in raw field values is removed upon field
parsing (<xref target="field.parsing"/>). Field definitions where leading or trailing
Expand Down Expand Up @@ -12326,6 +12332,11 @@ Content-Encoding: gzip
Minimum URI lengths to be supported by implementations are now recommended.
(<xref target="resources"/>)
</t>
<t>
Clarify that control characters in field values are to be rejected or
mapped to SP.
(<xref target="field.values"/>)
</t>
<t>
The term "effective request URI" has been replaced with "target URI".
(<xref target="target.resource"/>)
Expand Down Expand Up @@ -12581,6 +12592,7 @@ Content-Encoding: gzip
<section title="Since draft-ietf-httpbis-semantics-08" anchor="changes.since.08">
<ul x:when-empty="None yet.">
<li>In <xref target="field.name.registry"/>, add optional "Comments" entry (<eref target="https://github.com/httpwg/http-core/issues/273"/>)</li>
<li>In <xref target="field.values"/>, instruct recipients how to deal with control characters in field values (<eref target="https://github.com/httpwg/http-core/issues/377"/>)</li>
<li>In <xref target="field.values"/>, update note about field ABNF (<eref target="https://github.com/httpwg/http-core/issues/380"/>)</li>
</ul>
</section>
Expand Down