Changeset 700 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 26/09/09 15:08:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r698 r700 480 480 481 481 <section title="IANA Considerations" anchor="IANA.considerations"> 482 483 <section title="Status Code Registration" anchor="status.code.registration"> 484 <t> 485 The HTTP Status Code Registry located at <eref target="http://www.iana.org/assignments/http-status-codes"/> 486 should be updated with the registrations below: 487 </t> 488 <?BEGININC p7-auth.iana-status-codes ?> 489 <!--AUTOGENERATED FROM extract-status-code-defs.xslt, do not edit manually--> 490 <texttable align="left" suppress-title="true" anchor="iana.status.code.registration.table"> 491 <ttcol>Value</ttcol> 492 <ttcol>Description</ttcol> 493 <ttcol>Reference</ttcol> 494 <c>401</c> 495 <c>Unauthorized</c> 496 <c> 497 <xref target="status.401"/> 498 </c> 499 <c>407</c> 500 <c>Proxy Authentication Required</c> 501 <c> 502 <xref target="status.407"/> 503 </c> 504 </texttable> 505 <!--(END)--> 506 <?ENDINC p7-auth.iana-status-codes ?> 507 </section> 508 482 509 <section title="Message Header Registration" anchor="message.header.registration"> 483 510 <t> … … 943 970 <section title="Since draft-ietf-httpbis-p7-auth-07" anchor="changes.since.07"> 944 971 <t> 945 None. 972 Closed issues: 973 <list style="symbols"> 974 <t> 975 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/198"/>: 976 "move IANA registrations for optional status codes" 977 </t> 978 </list> 946 979 </t> 947 980 </section>
Note: See TracChangeset
for help on using the changeset viewer.