Changeset 1396 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 09/08/11 14:11:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r1395 r1396 20 20 <!ENTITY acks "<xref target='Part1' x:rel='#acks' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 21 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY field-rules "<xref target='Part1' x:rel='#field.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 23 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 24 <!ENTITY msg-orient-and-buffering "<xref target='Part1' x:rel='#message-orientation-and-buffering' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 278 279 <x:anchor-alias value="OWS"/> 279 280 <t> 280 The core rules below are defined in &basic-rules;:281 The core rules below are defined in <xref target="Part1"/>: 281 282 </t> 282 283 <figure><artwork type="abnf2616"> 283 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;>284 <x:ref>token</x:ref> = <token, defined in &basic-rules;>285 284 <x:ref>BWS</x:ref> = <BWS, defined in &basic-rules;> 286 285 <x:ref>OWS</x:ref> = <OWS, defined in &basic-rules;> 286 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-rules;> 287 <x:ref>token</x:ref> = <token, defined in &field-rules;> 287 288 </artwork></figure> 288 289 </section> … … 1157 1158 *( OWS "," [ OWS auth-param ] ) ] ) ] 1158 1159 1159 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2>1160 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.3> 1160 1161 1161 1162 realm = "realm" BWS "=" BWS realm-value 1162 1163 realm-value = quoted-string 1163 1164 1164 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2>1165 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.3> 1165 1166 </artwork> 1166 1167 </figure>
Note: See TracChangeset
for help on using the changeset viewer.