Ignore:
Timestamp:
06/06/08 15:28:00 (15 years ago)
Author:
julian.reschke@…
Message:

Do not use string literals in ABNF when matching is case-sensitive (related to #36)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p1-messaging.xml

    r259 r260  
    985985<section title="HTTP Version" anchor="http.version">
    986986  <x:anchor-alias value="HTTP-Version"/>
     987  <x:anchor-alias value="HTTP-Prot-Name"/>
    987988<t>
    988989   HTTP uses a "&lt;major&gt;.&lt;minor&gt;" numbering scheme to indicate versions
     
    10041005   in the first line of the message. HTTP-Version is case-sensitive.
    10051006</t>
    1006 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HTTP-Version"/>
    1007   <x:ref>HTTP-Version</x:ref>   = "HTTP" "/" 1*<x:ref>DIGIT</x:ref> "." 1*<x:ref>DIGIT</x:ref>
     1007<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HTTP-Version"/><iref primary="true" item="Grammar" subitem="HTTP-Prot-Name"/>
     1008  <x:ref>HTTP-Version</x:ref>   = <x:ref>HTTP-Prot-Name</x:ref> "/" 1*<x:ref>DIGIT</x:ref> "." 1*<x:ref>DIGIT</x:ref>
     1009  <x:ref>HTTP-Prot-Name</x:ref> = %x48.54.54.50 ; "HTTP", case-sensitive
    10081010</artwork></figure>
    10091011<t>
     
    45104512  </list>
    45114513</t>
     4514<t>
     4515  Ongoing work on ABNF conversion (<eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>):
     4516  <list style="symbols">
     4517    <t>
     4518      Replace string literals when the string really is case-sensitive (HTTP-Version).
     4519    </t>
     4520  </list>
     4521</t>
    45124522</section>
    45134523
Note: See TracChangeset for help on using the changeset viewer.