Changeset 309 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 11/08/08 06:10:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r308 r309 884 884 replaced with a single SP before interpretation of the TEXT value. 885 885 </t> 886 <t anchor="rule.HEX ">887 <x:anchor-alias value="HEX "/>886 <t anchor="rule.HEXDIG"> 887 <x:anchor-alias value="HEXDIG"/> 888 888 Hexadecimal numeric characters are used in several protocol elements. 889 889 </t> 890 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HEX "/>891 <x:ref>HEX </x:ref>= "A" | "B" | "C" | "D" | "E" | "F"890 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HEXDIG"/> 891 <x:ref>HEXDIG</x:ref> = "A" | "B" | "C" | "D" | "E" | "F" 892 892 | "a" | "b" | "c" | "d" | "e" | "f" | <x:ref>DIGIT</x:ref> 893 893 </artwork></figure> … … 1156 1156 <t> 1157 1157 Characters other than those in the "reserved" set (see 1158 <xref target="RFC2396"/>) are equivalent to their ""%" HEX HEX" encoding. 1158 <xref target="RFC2396" x:fmt="," x:sec="2.2"/>) are equivalent to their 1159 ""%" <x:ref>HEXDIG</x:ref> <x:ref>HEXDIG</x:ref>" encoding. 1159 1160 </t> 1160 1161 <t> … … 1373 1374 <x:ref>chunk</x:ref> = <x:ref>chunk-size</x:ref> [ <x:ref>chunk-extension</x:ref> ] <x:ref>CRLF</x:ref> 1374 1375 <x:ref>chunk-data</x:ref> <x:ref>CRLF</x:ref> 1375 <x:ref>chunk-size</x:ref> = 1*<x:ref>HEX </x:ref>1376 <x:ref>chunk-size</x:ref> = 1*<x:ref>HEXDIG</x:ref> 1376 1377 <x:ref>last-chunk</x:ref> = 1*("0") [ <x:ref>chunk-extension</x:ref> ] <x:ref>CRLF</x:ref> 1377 1378 … … 1848 1849 <t> 1849 1850 The Request-URI is transmitted in the format specified in 1850 <xref target="general.syntax"/>. If the Request-URI is encoded using the "% HEX HEX" encoding 1851 <xref target="RFC2396"/>, the origin server &MUST; decode the Request-URI in order to 1851 <xref target="general.syntax"/>. If the Request-URI is encoded using the 1852 "% <x:ref>HEXDIG</x:ref> <x:ref>HEXDIG</x:ref>" encoding 1853 (<xref target="RFC2396" x:fmt="," x:sec="2.4.1"/>), the origin server 1854 &MUST; decode the Request-URI in order to 1852 1855 properly interpret the request. Servers &SHOULD; respond to invalid 1853 1856 Request-URIs with an appropriate status code. … … 4606 4609 Replace string literals when the string really is case-sensitive (HTTP-Date). 4607 4610 </t> 4611 <t> 4612 Replace HEX by HEXDIG for future consistence with RFC 5234's core rules. 4613 </t> 4608 4614 </list> 4609 4615 </t>
Note: See TracChangeset
for help on using the changeset viewer.