Changeset 421 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 21/11/08 15:31:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r391 r421 751 751 </section> 752 752 753 <section title="Collected ABNF" anchor="collected.abnf"> 754 <figure> 755 <artwork type="abnf" name="p7-auth.parsed-abnf">Authorization = "Authorization:" OWS Authorization-v
 756 Authorization-v = credentials
 757 OWS = <OWS, defined in [Part1], Section 1.2.2>
 758 Proxy-Authenticate = "Proxy-Authenticate:" OWS Proxy-Authenticate-v
 759 Proxy-Authenticate-v = *( "," OWS ) challenge *( OWS "," [ OWS
 760 challenge ] )
 761 Proxy-Authorization = "Proxy-Authorization:" OWS
 762 Proxy-Authorization-v
 763 Proxy-Authorization-v = credentials
 764 WWW-Authenticate = "WWW-Authenticate:" OWS WWW-Authenticate-v
 765 WWW-Authenticate-v = *( "," OWS ) challenge *( OWS "," [ OWS
 766 challenge ] )
 767 challenge = <challenge, defined in [RFC2617], Section 1.2>
 768 credentials = <credentials, defined in [RFC2617], Section 1.2>
 769 ; Authorization defined but not used
 770 ; Proxy-Authenticate defined but not used
 771 ; Proxy-Authorization defined but not used
 772 ; WWW-Authenticate defined but not used
 773 </artwork> 774 </figure> 775 </section> 776 753 777 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 754 778 … … 823 847 <section title="Since draft-ietf-httpbis-p7-auth-05" anchor="changes.since.05"> 824 848 <t> 849 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 850 <list style="symbols"> 851 <t> 852 Add appendix containing collected and expanded ABNF. 853 </t> 854 </list> 825 855 </t> 826 856 </section>
Note: See TracChangeset
for help on using the changeset viewer.