Changeset 1482 for draft-ietf-httpbis/latest
- Timestamp:
- 01/12/11 21:24:30 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r1481 r1482 785 785 <a href="#header.etag" class="smpl">opaque-tag</a> = <a href="#notation" class="smpl">DQUOTE</a> *<a href="#header.etag" class="smpl">etagc</a> <a href="#notation" class="smpl">DQUOTE</a> 786 786 <a href="#header.etag" class="smpl">etagc</a> = %x21 / %x23-7E / <a href="#notation" class="smpl">obs-text</a> 787 ; <a href="# ">VCHAR</a> except double quotes, plus obs-text787 ; <a href="#notation" class="smpl">VCHAR</a> except double quotes, plus obs-text 788 788 </pre><div class="note" id="rfc.section.2.3.p.3"> 789 789 <p> <b>Note:</b> Previously, opaque-tag was defined to be a quoted-string (<a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>, <a href="http://tools.ietf.org/html/rfc2616#section-3.11">Section 3.11</a>), thus some recipients might perform backslash unescaping. Servers therefore ought to avoid backslash characters in entity -
draft-ietf-httpbis/latest/p4-conditional.xml
r1481 r1482 569 569 <x:ref>opaque-tag</x:ref> = <x:ref>DQUOTE</x:ref> *<x:ref>etagc</x:ref> <x:ref>DQUOTE</x:ref> 570 570 <x:ref>etagc</x:ref> = %x21 / %x23-7E / <x:ref>obs-text</x:ref> 571 ; <x ref>VCHAR</xref> except double quotes, plus obs-text571 ; <x:ref>VCHAR</x:ref> except double quotes, plus obs-text 572 572 </artwork></figure> 573 573 <x:note>
Note: See TracChangeset
for help on using the changeset viewer.