Changeset 290 for draft-ietf-httpbis/latest
- Timestamp:
- 19/07/08 09:59:06 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest
- Property svn:ignore
-
old new 10 10 p2-semantics.iana-methods.xml 11 11 p2-semantics.iana-status-codes.xml 12 p1-messaging.iana-headers.xml 13 p2-semantics.iana-headers.xml 14 p3-payload.iana-headers.xml 15 p4-conditional.iana-headers.xml 16 p5-range.iana-headers.xml 17 p6-cache.iana-headers.xml 18 p7-auth.iana-headers.xml
-
- Property svn:ignore
-
draft-ietf-httpbis/latest/Makefile
r288 r290 30 30 p7-auth.txt \ 31 31 p8-cookies.txt \ 32 p1-messaging.iana-headers.xml \ 33 p2-semantics.iana-headers.xml \ 32 34 p2-semantics.iana-methods.xml \ 33 p2-semantics.iana-status-codes.xml 35 p2-semantics.iana-status-codes.xml \ 36 p3-payload.iana-headers.xml \ 37 p4-conditional.iana-headers.xml \ 38 p5-range.iana-headers.xml \ 39 p6-cache.iana-headers.xml \ 40 p7-auth.iana-headers.xml 41 34 42 35 43 all: $(TARGETS) … … 49 57 %.xhtml: %.xml ../../rfc2629xslt/rfc2629toXHTML.xslt 50 58 $(saxon) $< ../../rfc2629xslt/rfc2629toXHTML.xslt > $@ 59 60 %.iana-headers.xml: %.xml extract-header-defs.xslt 61 $(saxon) $< extract-header-defs.xslt > $@ 51 62 52 63 %.iana-methods.xml: %.xml extract-method-defs.xslt -
draft-ietf-httpbis/latest/extract-header-defs.xslt
r258 r290 1 1 <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 2 xmlns:x="http://purl.org/net/xml2rfc/ext" 3 xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' 2 4 version="1.0" 5 exclude-result-prefixes="rdf x" 3 6 > 4 7 5 <xsl:output indent="yes" omit-xml-declaration="yes" encoding="US-ASCII"/>8 <xsl:output indent="yes" omit-xml-declaration="yes"/> 6 9 7 10 <xsl:template match="/"> 11 <xsl:variable name="table"> 12 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 13 <ttcol>Header Field Name</ttcol> 14 <ttcol>Protocol</ttcol> 15 <ttcol>Status</ttcol> 16 <ttcol>Reference</ttcol> 17 <xsl:text> </xsl:text> 18 <xsl:apply-templates select="//section[iref/@item='Headers']"> 19 <xsl:sort select="iref[@item='Headers']/@subitem"/> 20 </xsl:apply-templates> 21 </texttable> 22 <xsl:text> </xsl:text> 23 </xsl:variable> 24 8 25 <xsl:comment>AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually</xsl:comment> 9 26 <xsl:text> </xsl:text> 10 <xsl:comment>(START)</xsl:comment> 27 <xsl:copy-of select="$table"/> 28 <xsl:comment>(END)</xsl:comment> 11 29 <xsl:text> </xsl:text> 12 <t> 13 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 14 with the permanent registrations below (see <xref target="RFC3864"/>): 15 </t> 16 <texttable> 17 <ttcol>Header Field Name</ttcol> 18 <ttcol>Protocol</ttcol> 19 <ttcol>Status</ttcol> 20 <ttcol>Reference</ttcol> 21 <xsl:apply-templates select="//section[iref/@item='Headers']"> 22 <xsl:sort select="iref[@item='Headers']/@subitem"/> 23 </xsl:apply-templates> 24 </texttable> 25 <t> 26 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 27 </t> 28 <xsl:text> </xsl:text> 29 <xsl:comment>(END)</xsl:comment> 30 31 <!-- check against current version --> 32 <xsl:variable name="oldtable" select="//texttable[@anchor='iana.header.registration.table']" /> 33 34 <xsl:if test="string($table//ttcol | $table//c) != string($oldtable//ttcol | $oldtable//c)"> 35 <xsl:message>WARNING: table contained inside source document needs to be updated!</xsl:message> 36 </xsl:if> 37 30 38 </xsl:template> 31 39 -
draft-ietf-httpbis/latest/p1-messaging.html
r276 r290 381 381 <link rel="Appendix" title="D Compatibility with Previous Versions" href="#rfc.section.D"> 382 382 <link rel="Appendix" title="E Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.E"> 383 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.3 79, 2008-07-06 13:38:32, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">383 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.384, 2008-07-18 10:33:47, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 384 384 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 385 385 <meta name="DC.Creator" content="Fielding, R."> … … 477 477 <tr> 478 478 <td class="header left"></td> 479 <td class="header right">July 9, 2008</td>479 <td class="header right">July 19, 2008</td> 480 480 </tr> 481 481 </table> … … 1999 1999 <p id="rfc.section.9.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 2000 2000 </p> 2001 <div id="rfc.table.u.1"> 2001 <div id="rfc.table.1"> 2002 <div id="iana.header.registration.table"></div> 2002 2003 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 2003 2004 <thead> -
draft-ietf-httpbis/latest/p1-messaging.xml
r276 r290 2922 2922 <section title="IANA Considerations" anchor="IANA.considerations"> 2923 2923 <section title="Message Header Registration" anchor="message.header.registration"> 2924 <t> 2925 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 2926 with the permanent registrations below (see <xref target="RFC3864"/>): 2927 </t> 2924 2928 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 2925 <!--(START)--> 2926 <t> 2927 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 2928 with the permanent registrations below (see <xref target="RFC3864"/>): 2929 </t> 2930 <texttable> 2929 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 2931 2930 <ttcol>Header Field Name</ttcol> 2932 2931 <ttcol>Protocol</ttcol> … … 2940 2939 <xref target="header.connection"/> 2941 2940 </c> 2942 2943 2941 <c>Content-Length</c> 2944 2942 <c>http</c> … … 2947 2945 <xref target="header.content-length"/> 2948 2946 </c> 2949 2950 2947 <c>Date</c> 2951 2948 <c>http</c> … … 2954 2951 <xref target="header.date"/> 2955 2952 </c> 2956 2957 2953 <c>Host</c> 2958 2954 <c>http</c> … … 2961 2957 <xref target="header.host"/> 2962 2958 </c> 2963 2964 2959 <c>TE</c> 2965 2960 <c>http</c> … … 2968 2963 <xref target="header.te"/> 2969 2964 </c> 2970 2971 2965 <c>Trailer</c> 2972 2966 <c>http</c> … … 2975 2969 <xref target="header.trailer"/> 2976 2970 </c> 2977 2978 2971 <c>Transfer-Encoding</c> 2979 2972 <c>http</c> … … 2982 2975 <xref target="header.transfer-encoding"/> 2983 2976 </c> 2984 2985 2977 <c>Upgrade</c> 2986 2978 <c>http</c> … … 2989 2981 <xref target="header.upgrade"/> 2990 2982 </c> 2991 2992 2983 <c>Via</c> 2993 2984 <c>http</c> … … 2997 2988 </c> 2998 2989 </texttable> 2999 <t>3000 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".3001 </t>3002 2990 <!--(END)--> 2991 <t> 2992 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 2993 </t> 3003 2994 </section> 3004 2995 </section> -
draft-ietf-httpbis/latest/p2-semantics.html
r288 r290 1945 1945 <p id="rfc.section.11.3.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 1946 1946 </p> 1947 <div id="rfc.table.u.1"> 1947 <div id="rfc.table.3"> 1948 <div id="iana.header.registration.table"></div> 1948 1949 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 1949 1950 <thead> -
draft-ietf-httpbis/latest/p2-semantics.xml
r288 r290 2412 2412 </section> 2413 2413 <section title="Message Header Registration" anchor="message.header.registration"> 2414 <t> 2415 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 2416 with the permanent registrations below (see <xref target="RFC3864"/>): 2417 </t> 2414 2418 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 2415 <!--(START)--> 2416 <t> 2417 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 2418 with the permanent registrations below (see <xref target="RFC3864"/>): 2419 </t> 2420 <texttable> 2419 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 2421 2420 <ttcol>Header Field Name</ttcol> 2422 2421 <ttcol>Protocol</ttcol> 2423 2422 <ttcol>Status</ttcol> 2424 2423 <ttcol>Reference</ttcol> 2425 2426 2424 <c>Allow</c> 2427 2425 <c>http</c> … … 2430 2428 <xref target="header.allow"/> 2431 2429 </c> 2432 2433 2430 <c>Expect</c> 2434 2431 <c>http</c> … … 2437 2434 <xref target="header.expect"/> 2438 2435 </c> 2439 2440 2436 <c>From</c> 2441 2437 <c>http</c> … … 2444 2440 <xref target="header.from"/> 2445 2441 </c> 2446 2447 2442 <c>Location</c> 2448 2443 <c>http</c> … … 2451 2446 <xref target="header.location"/> 2452 2447 </c> 2453 2454 2448 <c>Max-Forwards</c> 2455 2449 <c>http</c> … … 2458 2452 <xref target="header.max-forwards"/> 2459 2453 </c> 2460 2461 2454 <c>Referer</c> 2462 2455 <c>http</c> … … 2465 2458 <xref target="header.referer"/> 2466 2459 </c> 2467 2468 2460 <c>Retry-After</c> 2469 2461 <c>http</c> … … 2472 2464 <xref target="header.retry-after"/> 2473 2465 </c> 2474 2475 2466 <c>Server</c> 2476 2467 <c>http</c> … … 2479 2470 <xref target="header.server"/> 2480 2471 </c> 2481 2482 2472 <c>User-Agent</c> 2483 2473 <c>http</c> … … 2487 2477 </c> 2488 2478 </texttable> 2489 <t>2490 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".2491 </t>2492 2479 <!--(END)--> 2480 <t> 2481 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 2482 </t> 2493 2483 </section> 2494 2484 </section> -
draft-ietf-httpbis/latest/p3-payload.html
r277 r290 378 378 <link rel="Appendix" title="C Compatibility with Previous Versions" href="#rfc.section.C"> 379 379 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 380 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.3 79, 2008-07-06 13:38:32, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">380 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.384, 2008-07-18 10:33:47, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 381 381 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 382 382 <meta name="DC.Creator" content="Fielding, R."> … … 474 474 <tr> 475 475 <td class="header left"></td> 476 <td class="header right">July 1 2, 2008</td>476 <td class="header right">July 19, 2008</td> 477 477 </tr> 478 478 </table> … … 1240 1240 <p id="rfc.section.7.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 1241 1241 </p> 1242 <div id="rfc.table.u.1"> 1242 <div id="rfc.table.1"> 1243 <div id="iana.header.registration.table"></div> 1243 1244 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 1244 1245 <thead> … … 1736 1737 </li> 1737 1738 <li class="indline0"><a id="rfc.index.B" href="#rfc.index.B"><b>B</b></a><ul class="ind"> 1738 <li class="indline1"><em>BCP97</em> <a class="iref" href="#rfc.xref.BCP97.1"> §</a>, <a class="iref" href="#rfc.xref.BCP97.2">§</a>, <a class="iref" href="#rfc.xref.BCP97.3">§</a>, <a class="iref" href="#BCP97"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.BCP97.4">D.5</a></li>1739 <li class="indline1"><em>BCP97</em> <a class="iref" href="#rfc.xref.BCP97.1">10.1</a>, <a class="iref" href="#rfc.xref.BCP97.2">10.1</a>, <a class="iref" href="#rfc.xref.BCP97.3">10.1</a>, <a class="iref" href="#BCP97"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.BCP97.4">D.5</a></li> 1739 1740 </ul> 1740 1741 </li> … … 1884 1885 </ul> 1885 1886 </li> 1886 <li class="indline1"><em>RFC2068</em> <a class="iref" href="#rfc.xref.RFC2068.1"> §</a>, <a class="iref" href="#rfc.xref.RFC2068.2">§</a>, <a class="iref" href="#rfc.xref.RFC2068.3">§</a>, <a class="iref" href="#RFC2068"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.RFC2068.4">B</a>, <a class="iref" href="#rfc.xref.RFC2068.5">C.1</a><ul class="ind">1887 <li class="indline1"><em>RFC2068</em> <a class="iref" href="#rfc.xref.RFC2068.1">10.1</a>, <a class="iref" href="#rfc.xref.RFC2068.2">10.1</a>, <a class="iref" href="#rfc.xref.RFC2068.3">10.1</a>, <a class="iref" href="#RFC2068"><b>10.2</b></a>, <a class="iref" href="#rfc.xref.RFC2068.4">B</a>, <a class="iref" href="#rfc.xref.RFC2068.5">C.1</a><ul class="ind"> 1887 1888 <li class="indline1"><em>Section 19.6.2</em> <a class="iref" href="#rfc.xref.RFC2068.5">C.1</a></li> 1888 1889 </ul> -
draft-ietf-httpbis/latest/p3-payload.xml
r277 r290 1485 1485 <section title="IANA Considerations" anchor="IANA.considerations"> 1486 1486 <section title="Message Header Registration" anchor="message.header.registration"> 1487 <t> 1488 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 1489 with the permanent registrations below (see <xref target="RFC3864"/>): 1490 </t> 1487 1491 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 1488 <!--(START)--> 1489 <t> 1490 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 1491 with the permanent registrations below (see <xref target="RFC3864"/>): 1492 </t> 1493 <texttable> 1492 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 1494 1493 <ttcol>Header Field Name</ttcol> 1495 1494 <ttcol>Protocol</ttcol> … … 1503 1502 <xref target="header.accept"/> 1504 1503 </c> 1505 1506 1504 <c>Accept-Charset</c> 1507 1505 <c>http</c> … … 1510 1508 <xref target="header.accept-charset"/> 1511 1509 </c> 1512 1513 1510 <c>Accept-Encoding</c> 1514 1511 <c>http</c> … … 1517 1514 <xref target="header.accept-encoding"/> 1518 1515 </c> 1519 1520 1516 <c>Accept-Language</c> 1521 1517 <c>http</c> … … 1524 1520 <xref target="header.accept-language"/> 1525 1521 </c> 1526 1527 1522 <c>Content-Disposition</c> 1528 1523 <c>http</c> 1529 <c>  </c>1524 <c> </c> 1530 1525 <c> 1531 1526 <xref target="content-disposition"/> 1532 1527 </c> 1533 1534 1528 <c>Content-Encoding</c> 1535 1529 <c>http</c> … … 1538 1532 <xref target="header.content-encoding"/> 1539 1533 </c> 1540 1541 1534 <c>Content-Language</c> 1542 1535 <c>http</c> … … 1545 1538 <xref target="header.content-language"/> 1546 1539 </c> 1547 1548 1540 <c>Content-Location</c> 1549 1541 <c>http</c> … … 1552 1544 <xref target="header.content-location"/> 1553 1545 </c> 1554 1555 1546 <c>Content-MD5</c> 1556 1547 <c>http</c> … … 1559 1550 <xref target="header.content-md5"/> 1560 1551 </c> 1561 1562 1552 <c>Content-Type</c> 1563 1553 <c>http</c> … … 1567 1557 </c> 1568 1558 </texttable> 1569 <t>1570 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".1571 </t>1572 1559 <!--(END)--> 1560 <t> 1561 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 1562 </t> 1573 1563 </section> 1574 1564 </section> -
draft-ietf-httpbis/latest/p4-conditional.html
r272 r290 377 377 <link rel="Appendix" title="A Compatibility with Previous Versions" href="#rfc.section.A"> 378 378 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 379 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.3 79, 2008-07-06 13:38:32, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">379 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.384, 2008-07-18 10:33:47, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 380 380 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 381 381 <meta name="DC.Creator" content="Fielding, R."> … … 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">July 6, 2008</td>475 <td class="header right">July 19, 2008</td> 476 476 </tr> 477 477 </table> … … 962 962 <p id="rfc.section.8.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 963 963 </p> 964 <div id="rfc.table.u.1"> 964 <div id="rfc.table.1"> 965 <div id="iana.header.registration.table"></div> 965 966 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 966 967 <thead> -
draft-ietf-httpbis/latest/p4-conditional.xml
r271 r290 983 983 <section title="IANA Considerations" anchor="IANA.considerations"> 984 984 <section title="Message Header Registration" anchor="message.header.registration"> 985 <t> 986 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 987 with the permanent registrations below (see <xref target="RFC3864"/>): 988 </t> 985 989 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 986 <!--(START)--> 987 <t> 988 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 989 with the permanent registrations below (see <xref target="RFC3864"/>): 990 </t> 991 <texttable> 990 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 992 991 <ttcol>Header Field Name</ttcol> 993 992 <ttcol>Protocol</ttcol> … … 1001 1000 <xref target="header.etag"/> 1002 1001 </c> 1003 1004 1002 <c>If-Match</c> 1005 1003 <c>http</c> … … 1008 1006 <xref target="header.if-match"/> 1009 1007 </c> 1010 1011 1008 <c>If-Modified-Since</c> 1012 1009 <c>http</c> … … 1015 1012 <xref target="header.if-modified-since"/> 1016 1013 </c> 1017 1018 1014 <c>If-None-Match</c> 1019 1015 <c>http</c> … … 1022 1018 <xref target="header.if-none-match"/> 1023 1019 </c> 1024 1025 1020 <c>If-Unmodified-Since</c> 1026 1021 <c>http</c> … … 1029 1024 <xref target="header.if-unmodified-since"/> 1030 1025 </c> 1031 1032 1026 <c>Last-Modified</c> 1033 1027 <c>http</c> … … 1037 1031 </c> 1038 1032 </texttable> 1039 <t>1040 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".1041 </t>1042 1033 <!--(END)--> 1034 <t> 1035 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 1036 </t> 1043 1037 </section> 1044 1038 </section> -
draft-ietf-httpbis/latest/p5-range.html
r272 r290 377 377 <link rel="Appendix" title="B Compatibility with Previous Versions" href="#rfc.section.B"> 378 378 <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C"> 379 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.3 79, 2008-07-06 13:38:32, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">379 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.384, 2008-07-18 10:33:47, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 380 380 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 381 381 <meta name="DC.Creator" content="Fielding, R."> … … 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">July 6, 2008</td>475 <td class="header right">July 19, 2008</td> 476 476 </tr> 477 477 </table> … … 840 840 <p id="rfc.section.7.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 841 841 </p> 842 <div id="rfc.table.u.1"> 842 <div id="rfc.table.1"> 843 <div id="iana.header.registration.table"></div> 843 844 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 844 845 <thead> -
draft-ietf-httpbis/latest/p5-range.xml
r271 r290 789 789 <section title="IANA Considerations" anchor="IANA.considerations"> 790 790 <section title="Message Header Registration" anchor="message.header.registration"> 791 <t> 792 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 793 with the permanent registrations below (see <xref target="RFC3864"/>): 794 </t> 791 795 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 792 <!--(START)--> 793 <t> 794 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 795 with the permanent registrations below (see <xref target="RFC3864"/>): 796 </t> 797 <texttable> 796 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 798 797 <ttcol>Header Field Name</ttcol> 799 798 <ttcol>Protocol</ttcol> … … 807 806 <xref target="header.accept-ranges"/> 808 807 </c> 809 810 808 <c>Content-Range</c> 811 809 <c>http</c> … … 814 812 <xref target="header.content-range"/> 815 813 </c> 816 817 814 <c>If-Range</c> 818 815 <c>http</c> … … 821 818 <xref target="header.if-range"/> 822 819 </c> 823 824 820 <c>Range</c> 825 821 <c>http</c> … … 829 825 </c> 830 826 </texttable> 831 <t>832 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".833 </t>834 827 <!--(END)--> 828 <t> 829 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 830 </t> 835 831 </section> 836 832 </section> -
draft-ietf-httpbis/latest/p6-cache.html
r272 r290 389 389 <link rel="Appendix" title="A Compatibility with Previous Versions" href="#rfc.section.A"> 390 390 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 391 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.3 79, 2008-07-06 13:38:32, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">391 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.384, 2008-07-18 10:33:47, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 392 392 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 393 393 <meta name="DC.Creator" content="Fielding, R."> … … 485 485 <tr> 486 486 <td class="header left"></td> 487 <td class="header right">July 6, 2008</td>487 <td class="header right">July 19, 2008</td> 488 488 </tr> 489 489 </table> … … 1737 1737 <p id="rfc.section.17.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 1738 1738 </p> 1739 <div id="rfc.table.u.1"> 1739 <div id="rfc.table.1"> 1740 <div id="iana.header.registration.table"></div> 1740 1741 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 1741 1742 <thead> -
draft-ietf-httpbis/latest/p6-cache.xml
r271 r290 2404 2404 <section title="IANA Considerations" anchor="IANA.considerations"> 2405 2405 <section title="Message Header Registration" anchor="message.header.registration"> 2406 <t> 2407 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 2408 with the permanent registrations below (see <xref target="RFC3864"/>): 2409 </t> 2406 2410 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 2407 <!--(START)--> 2408 <t> 2409 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 2410 with the permanent registrations below (see <xref target="RFC3864"/>): 2411 </t> 2412 <texttable> 2411 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 2413 2412 <ttcol>Header Field Name</ttcol> 2414 2413 <ttcol>Protocol</ttcol> … … 2422 2421 <xref target="header.age"/> 2423 2422 </c> 2424 2425 2423 <c>Cache-Control</c> 2426 2424 <c>http</c> … … 2429 2427 <xref target="header.cache-control"/> 2430 2428 </c> 2431 2432 2429 <c>Expires</c> 2433 2430 <c>http</c> … … 2436 2433 <xref target="header.expires"/> 2437 2434 </c> 2438 2439 2435 <c>Pragma</c> 2440 2436 <c>http</c> … … 2443 2439 <xref target="header.pragma"/> 2444 2440 </c> 2445 2446 2441 <c>Vary</c> 2447 2442 <c>http</c> … … 2450 2445 <xref target="header.vary"/> 2451 2446 </c> 2452 2453 2447 <c>Warning</c> 2454 2448 <c>http</c> … … 2458 2452 </c> 2459 2453 </texttable> 2460 <t>2461 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".2462 </t>2463 2454 <!--(END)--> 2455 <t> 2456 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 2457 </t> 2464 2458 </section> 2465 2459 </section> -
draft-ietf-httpbis/latest/p7-auth.html
r272 r290 374 374 <link rel="Appendix" title="A Compatibility with Previous Versions" href="#rfc.section.A"> 375 375 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 376 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.3 79, 2008-07-06 13:38:32, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">376 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.384, 2008-07-18 10:33:47, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 377 377 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 378 378 <meta name="DC.Creator" content="Fielding, R."> … … 471 471 <tr> 472 472 <td class="header left"></td> 473 <td class="header right">July 6, 2008</td>473 <td class="header right">July 19, 2008</td> 474 474 </tr> 475 475 </table> … … 658 658 <p id="rfc.section.5.1.p.1">The Message Header Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 659 659 </p> 660 <div id="rfc.table.u.1"> 660 <div id="rfc.table.1"> 661 <div id="iana.header.registration.table"></div> 661 662 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 662 663 <thead> -
draft-ietf-httpbis/latest/p7-auth.xml
r271 r290 436 436 <section title="IANA Considerations" anchor="IANA.considerations"> 437 437 <section title="Message Header Registration" anchor="message.header.registration"> 438 <t> 439 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 440 with the permanent registrations below (see <xref target="RFC3864"/>): 441 </t> 438 442 <!--AUTOGENERATED FROM extract-header-defs.xslt, do not edit manually--> 439 <!--(START)--> 440 <t> 441 The Message Header Registry located at <eref target="http://www.iana.org/assignments/message-headers/message-header-index.html"/> should be updated 442 with the permanent registrations below (see <xref target="RFC3864"/>): 443 </t> 444 <texttable> 443 <texttable align="left" suppress-title="true" anchor="iana.header.registration.table"> 445 444 <ttcol>Header Field Name</ttcol> 446 445 <ttcol>Protocol</ttcol> … … 454 453 <xref target="header.authorization"/> 455 454 </c> 456 457 455 <c>Proxy-Authenticate</c> 458 456 <c>http</c> … … 461 459 <xref target="header.proxy-authenticate"/> 462 460 </c> 463 464 461 <c>Proxy-Authorization</c> 465 462 <c>http</c> … … 468 465 <xref target="header.proxy-authorization"/> 469 466 </c> 470 471 467 <c>WWW-Authenticate</c> 472 468 <c>http</c> … … 476 472 </c> 477 473 </texttable> 478 <t>479 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".480 </t>481 474 <!--(END)--> 475 <t> 476 The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force". 477 </t> 482 478 </section> 483 479 </section>
Note: See TracChangeset
for help on using the changeset viewer.