Changeset 823 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 26/05/10 17:25:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r814 r823 18 18 <!ENTITY notation-abnf "<xref target='Part1' x:rel='#notation.abnf' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 19 <!ENTITY basic-rules "<xref target='Part1' x:rel='#basic.rules' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY effective-request-uri "<xref target='Part1' x:rel='#effective.request.uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 21 <!ENTITY shared-and-non-shared-caches "<xref target='Part6' x:rel='#shared.and.non-shared.caches' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 22 ]> … … 401 402 The "Proxy-Authenticate" response-header field consists of a challenge that 402 403 indicates the authentication scheme and parameters applicable to the proxy 403 for this request-target. It &MUST; be included as part404 for this Effective Request URI (&effective-request-uri;). It &MUST; be included as part 404 405 of a 407 (Proxy Authentication Required) response. 405 406 </t> … … 460 461 The "WWW-Authenticate" response-header field consists of at least one 461 462 challenge that indicates the authentication scheme(s) and parameters 462 applicable to the request-target. It &MUST; be included in 401463 applicable to the Effective Request URI (&effective-request-uri;). It &MUST; be included in 401 463 464 (Unauthorized) response messages. 464 465 </t> … … 977 978 <section title="Since draft-ietf-httpbis-p7-auth-09" anchor="changes.since.09"> 978 979 <t> 979 None yet. 980 Partly resolved issues: 981 <list style="symbols"> 982 <t> 983 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/196"/>: 984 "Term for the requested resource's URI" 985 </t> 986 </list> 980 987 </t> 981 988 </section>
Note: See TracChangeset
for help on using the changeset viewer.