Changeset 1385 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 07/08/11 18:51:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r1382 r1385 321 321 </t> 322 322 <figure><artwork type="abnf2616"><iref item="challenge" primary="true"/> 323 <x:ref>challenge</x:ref> = <x:ref>auth-scheme</x:ref> 1*<x:ref>SP</x:ref> 1#<x:ref>auth-param</x:ref>323 <x:ref>challenge</x:ref> = <x:ref>auth-scheme</x:ref> 1*<x:ref>SP</x:ref> #<x:ref>auth-param</x:ref> 324 324 </artwork></figure> 325 325 <x:note> … … 1053 1053 </references> 1054 1054 1055 <section title="Changes from RFC 2616" anchor="changes.from.rfc.2616"> 1055 <section title="Changes from RFCs 2616 and 2617" anchor="changes.from.rfc.2616"> 1056 <t> 1057 The "realm" parameter isn't required anymore in general; consequently, the 1058 ABNF allows challenges without any auth parameters. 1059 (<xref target="access.authentication.framework"/>) 1060 </t> 1056 1061 <t> 1057 1062 Change ABNF productions for header fields to only define the field value. … … 1078 1083 <x:ref>auth-scheme</x:ref> = token 1079 1084 1080 <x:ref>challenge</x:ref> = auth-scheme 1*SP *( "," OWS ) auth-param*( OWS "," [ OWS1081 auth-param ] ) 1085 <x:ref>challenge</x:ref> = auth-scheme 1*SP [ ( "," / auth-param ) *( OWS "," [ OWS 1086 auth-param ] ) ] 1082 1087 <x:ref>credentials</x:ref> = auth-scheme 1*SP ( token / quoted-string / [ ( "," / 1083 1088 auth-param ) *( OWS "," [ OWS auth-param ] ) ] )
Note: See TracChangeset
for help on using the changeset viewer.