Changeset 1372 for draft-ietf-httpbis-authscheme-registrations/latest
- Timestamp:
- 03/08/11 13:58:51 (11 years ago)
- Location:
- draft-ietf-httpbis-authscheme-registrations/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.html
r1371 r1372 441 441 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 442 442 </h1> 443 <table> 443 <table> 444 444 <tr> 445 445 <td class="reference"><b id="RFC2617">[RFC2617]</b></td> 446 446 <td class="top"><a href="mailto:john@math.nwu.edu" title="Northwestern University, Department of Mathematics">Franks, J.</a>, <a href="mailto:pbaker@verisign.com" title="Verisign Inc.">Hallam-Baker, P.</a>, <a href="mailto:jeff@AbiSource.com" title="AbiSource, Inc.">Hostetler, J.</a>, <a href="mailto:lawrence@agranat.com" title="Agranat Systems, Inc.">Lawrence, S.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, Luotonen, A., and <a href="mailto:stewart@OpenMarket.com" title="Open Market, Inc.">L. Stewart</a>, “<a href="http://tools.ietf.org/html/rfc2617">HTTP Authentication: Basic and Digest Access Authentication</a>”, RFC 2617, June 1999. 447 </td> 448 </tr> 449 <tr> 450 <td class="reference"><b id="RFC4559">[RFC4559]</b></td> 451 <td class="top">Jaganathan, K., Zhu, L., and J. Brezak, “<a href="http://tools.ietf.org/html/rfc4559">SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</a>”, RFC 4559, June 2006. 447 452 </td> 448 453 </tr> … … 478 483 <td class="left"></td> 479 484 </tr> 485 <tr> 486 <td class="left">Negotiate</td> 487 <td class="left"><a href="#RFC4559"><cite title="SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows">[RFC4559]</cite></a>, <a href="http://tools.ietf.org/html/rfc4559#section-3">Section 3</a></td> 488 <td class="left">This authentication scheme violates both HTTP semantics (being connection-oriented) and syntax (use of syntax incompatible 489 with the WWW-Authenticate and Authorization header field syntax). 490 </td> 491 </tr> 480 492 </tbody> 481 493 </table> … … 486 498 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> <a id="changes.since.01" href="#changes.since.01">Since draft-ietf-httpbis-authscheme-registrations-01</a></h2> 487 499 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p7-auth reference.</p> 500 <p id="rfc.section.B.2.p.2">Closed issues: </p> 501 <ul> 502 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/308">http://tools.ietf.org/wg/httpbis/trac/ticket/308</a>>: "need to reserve 'negotiate' as auth scheme name" 503 </li> 504 </ul> 488 505 </body> 489 506 </html> -
draft-ietf-httpbis-authscheme-registrations/latest/draft-ietf-httpbis-authscheme-registrations.xml
r1371 r1372 180 180 </reference> 181 181 182 <reference anchor="RFC4559"> 183 <front> 184 <title>SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</title> 185 <author initials="K." surname="Jaganathan" fullname="K. Jaganathan"/> 186 <author initials="L." surname="Zhu" fullname="L. Zhu"/> 187 <author initials="J." surname="Brezak" fullname="J. Brezak"/> 188 <date year="2006" month="June"/> 189 </front> 190 <seriesInfo name="RFC" value="4559"/> 191 </reference> 192 182 193 </references> 183 194 … … 193 204 194 205 <c>Basic</c><c><xref target="RFC2617" x:fmt="," x:sec="2"/></c><c/> 206 195 207 <c>Digest</c><c><xref target="RFC2617" x:fmt="," x:sec="3"/></c><c/> 208 209 <c>Negotiate</c><c><xref target="RFC4559" x:fmt="," x:sec="3"/></c> 210 <c>This authentication scheme violates both HTTP semantics (being connection-oriented) 211 and syntax (use of syntax incompatible with the WWW-Authenticate and Authorization header field 212 syntax).</c> 196 213 197 214 </texttable> … … 209 226 Update draft-ietf-httpbis-p7-auth reference. 210 227 </t> 228 <t> 229 Closed issues: 230 <list style="symbols"> 231 <t> 232 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/308"/>: 233 "need to reserve 'negotiate' as auth scheme name" 234 </t> 235 </list> 236 </t> 211 237 </section> 212 238 </section>
Note: See TracChangeset
for help on using the changeset viewer.