Changeset 253 for draft-ietf-httpbis/latest/p4-conditional.html
- Timestamp:
- 31/05/08 14:54:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r252 r253 133 133 table { 134 134 margin-left: 2em; 135 } 136 table.tt { 137 vertical-align: top; 138 } 139 table.full { 140 border-style: outset; 141 border-width: 1px; 142 } 143 table.headers { 144 border-style: outset; 145 border-width: 1px; 146 } 147 table.tt td { 148 vertical-align: top; 149 } 150 table.full td { 151 border-style: inset; 152 border-width: 1px; 153 } 154 table.tt th { 155 vertical-align: top; 156 } 157 table.full th { 158 border-style: inset; 159 border-width: 1px; 160 } 161 table.headers th { 162 border-style: none none inset none; 163 border-width: 1px; 135 164 } 136 165 table.header { … … 444 473 <tr> 445 474 <td class="header left"></td> 446 <td class="header right">May 3 0, 2008</td>475 <td class="header right">May 31, 2008</td> 447 476 </tr> 448 477 </table> … … 502 531 </ul> 503 532 </li> 504 <li class="tocline0">8. <a href="#IANA.considerations">IANA Considerations</a></li> 533 <li class="tocline0">8. <a href="#IANA.considerations">IANA Considerations</a><ul class="toc"> 534 <li class="tocline1">8.1 <a href="#message.header.registration">Message Header Registration</a></li> 535 </ul> 536 </li> 505 537 <li class="tocline0">9. <a href="#security.considerations">Security Considerations</a></li> 506 538 <li class="tocline0">10. <a href="#ack">Acknowledgments</a></li> … … 926 958 </p> 927 959 <h1 id="rfc.section.8"><a href="#rfc.section.8">8.</a> <a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1> 928 <p id="rfc.section.8.p.1"> <span class="comment">[rfc.comment.1: TBD.]</span> 929 </p> 960 <h2 id="rfc.section.8.1"><a href="#rfc.section.8.1">8.1</a> <a id="message.header.registration" href="#message.header.registration">Message Header Registration</a></h2> 961 <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>): 962 </p> 963 <div id="rfc.table.u.1"> 964 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 965 <thead> 966 <tr> 967 <th>Header Field Name</th> 968 <th>Protocol</th> 969 <th>Status</th> 970 <th>Reference</th> 971 </tr> 972 </thead> 973 <tbody> 974 <tr> 975 <td>ETag</td> 976 <td>http</td> 977 <td>standard</td> 978 <td> <a href="#header.etag" id="rfc.xref.header.etag.2" title="ETag">Section 7.1</a> 979 </td> 980 </tr> 981 <tr> 982 <td>If-Match</td> 983 <td>http</td> 984 <td>standard</td> 985 <td> <a href="#header.if-match" id="rfc.xref.header.if-match.3" title="If-Match">Section 7.2</a> 986 </td> 987 </tr> 988 <tr> 989 <td>If-Modified-Since</td> 990 <td>http</td> 991 <td>standard</td> 992 <td> <a href="#header.if-modified-since" id="rfc.xref.header.if-modified-since.1" title="If-Modified-Since">Section 7.3</a> 993 </td> 994 </tr> 995 <tr> 996 <td>If-None-Match</td> 997 <td>http</td> 998 <td>standard</td> 999 <td> <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.3" title="If-None-Match">Section 7.4</a> 1000 </td> 1001 </tr> 1002 <tr> 1003 <td>If-Unmodified-Since</td> 1004 <td>http</td> 1005 <td>standard</td> 1006 <td> <a href="#header.if-unmodified-since" id="rfc.xref.header.if-unmodified-since.1" title="If-Unmodified-Since">Section 7.5</a> 1007 </td> 1008 </tr> 1009 <tr> 1010 <td>Last-Modified</td> 1011 <td>http</td> 1012 <td>standard</td> 1013 <td> <a href="#header.last-modified" id="rfc.xref.header.last-modified.1" title="Last-Modified">Section 7.6</a> 1014 </td> 1015 </tr> 1016 </tbody> 1017 </table> 1018 </div> 1019 <p id="rfc.section.8.1.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p> 930 1020 <h1 id="rfc.section.9"><a href="#rfc.section.9">9.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 931 1021 <p id="rfc.section.9.p.1">No additional security considerations have been identified beyond those applicable to HTTP in general <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. … … 960 1050 <h2 id="rfc.references.2"><a href="#rfc.section.11.2" id="rfc.section.11.2">11.2</a> Informative References 961 1051 </h2> 962 <table summary="Informative References"> 1052 <table summary="Informative References"> 963 1053 <tr> 964 1054 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> … … 969 1059 <td class="reference"><b id="RFC2616">[RFC2616]</b></td> 970 1060 <td class="top"><a title="University of California, Irvine">Fielding, R.</a>, <a title="W3C">Gettys, J.</a>, <a title="Compaq Computer Corporation">Mogul, J.</a>, <a title="MIT Laboratory for Computer Science">Frystyk, H.</a>, <a title="Xerox Corporation">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="W3C">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2616, June 1999. 1061 </td> 1062 </tr> 1063 <tr> 1064 <td class="reference"><b id="RFC3864">[RFC3864]</b></td> 1065 <td class="top"><a title="Nine by Nine">Klyne, G.</a>, <a title="BEA Systems">Nottingham, M.</a>, and <a title="HP Labs">J. Mogul</a>, “<a href="http://tools.ietf.org/html/rfc3864">Registration Procedures for Message Header Fields</a>”, BCP 90, RFC 3864, September 2004. 971 1066 </td> 972 1067 </tr> … … 990 1085 <h1 id="rfc.section.A"><a href="#rfc.section.A">A.</a> <a id="compatibility" href="#compatibility">Compatibility with Previous Versions</a></h1> 991 1086 <h2 id="rfc.section.A.1"><a href="#rfc.section.A.1">A.1</a> <a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h2> 992 <p id="rfc.section.A.1.p.1">Allow weak entity tags in all requests except range requests (Sections <a href="#weak.and.strong.validators" title="Weak and Strong Validators">5</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match. 3" title="If-None-Match">7.4</a>).1087 <p id="rfc.section.A.1.p.1">Allow weak entity tags in all requests except range requests (Sections <a href="#weak.and.strong.validators" title="Weak and Strong Validators">5</a> and <a href="#header.if-none-match" id="rfc.xref.header.if-none-match.4" title="If-None-Match">7.4</a>). 993 1088 </p> 994 1089 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> … … 1020 1115 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/116">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/116</a>>: "Weak ETags on non-GET requests" 1021 1116 </li> 1117 </ul> 1118 <p id="rfc.section.B.4.p.2">Ongoing work on IANA Message Header Registration (<<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/40">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/40</a>>): 1119 </p> 1120 <ul> 1121 <li>Reference RFC 3984, and update header registrations for headers defined in this document.</li> 1022 1122 </ul> 1023 1123 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> … … 1059 1159 </li> 1060 1160 <li class="indline0"><a id="rfc.index.E" href="#rfc.index.E"><b>E</b></a><ul class="ind"> 1061 <li class="indline1">ETag header <a class="iref" href="#rfc.xref.header.etag.1">3</a>, <a class="iref" href="#rfc.iref.e.1"><b>7.1</b></a> </li>1161 <li class="indline1">ETag header <a class="iref" href="#rfc.xref.header.etag.1">3</a>, <a class="iref" href="#rfc.iref.e.1"><b>7.1</b></a>, <a class="iref" href="#rfc.xref.header.etag.2">8.1</a></li> 1062 1162 </ul> 1063 1163 </li> … … 1081 1181 <li class="indline1">Headers 1082 1182 <ul class="ind"> 1083 <li class="indline1">ETag <a class="iref" href="#rfc.xref.header.etag.1">3</a>, <a class="iref" href="#rfc.iref.h.1"><b>7.1</b></a> </li>1084 <li class="indline1">If-Match <a class="iref" href="#rfc.xref.header.if-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-match.2">7.1</a>, <a class="iref" href="#rfc.iref.h.2"><b>7.2</b></a> </li>1085 <li class="indline1">If-Modified-Since <a class="iref" href="#rfc.iref.h.3"><b>7.3</b></a> </li>1086 <li class="indline1">If-None-Match <a class="iref" href="#rfc.xref.header.if-none-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-none-match.2">7.1</a>, <a class="iref" href="#rfc.iref.h.4"><b>7.4</b></a>, <a class="iref" href="#rfc.xref.header.if-none-match.3"> A.1</a></li>1087 <li class="indline1">If-Unmodified-Since <a class="iref" href="#rfc.iref.h.5"><b>7.5</b></a> </li>1088 <li class="indline1">Last-Modified <a class="iref" href="#rfc.iref.h.6"><b>7.6</b></a> </li>1183 <li class="indline1">ETag <a class="iref" href="#rfc.xref.header.etag.1">3</a>, <a class="iref" href="#rfc.iref.h.1"><b>7.1</b></a>, <a class="iref" href="#rfc.xref.header.etag.2">8.1</a></li> 1184 <li class="indline1">If-Match <a class="iref" href="#rfc.xref.header.if-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-match.2">7.1</a>, <a class="iref" href="#rfc.iref.h.2"><b>7.2</b></a>, <a class="iref" href="#rfc.xref.header.if-match.3">8.1</a></li> 1185 <li class="indline1">If-Modified-Since <a class="iref" href="#rfc.iref.h.3"><b>7.3</b></a>, <a class="iref" href="#rfc.xref.header.if-modified-since.1">8.1</a></li> 1186 <li class="indline1">If-None-Match <a class="iref" href="#rfc.xref.header.if-none-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-none-match.2">7.1</a>, <a class="iref" href="#rfc.iref.h.4"><b>7.4</b></a>, <a class="iref" href="#rfc.xref.header.if-none-match.3">8.1</a>, <a class="iref" href="#rfc.xref.header.if-none-match.4">A.1</a></li> 1187 <li class="indline1">If-Unmodified-Since <a class="iref" href="#rfc.iref.h.5"><b>7.5</b></a>, <a class="iref" href="#rfc.xref.header.if-unmodified-since.1">8.1</a></li> 1188 <li class="indline1">Last-Modified <a class="iref" href="#rfc.iref.h.6"><b>7.6</b></a>, <a class="iref" href="#rfc.xref.header.last-modified.1">8.1</a></li> 1089 1189 </ul> 1090 1190 </li> … … 1092 1192 </li> 1093 1193 <li class="indline0"><a id="rfc.index.I" href="#rfc.index.I"><b>I</b></a><ul class="ind"> 1094 <li class="indline1">If-Match header <a class="iref" href="#rfc.xref.header.if-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-match.2">7.1</a>, <a class="iref" href="#rfc.iref.i.1"><b>7.2</b></a> </li>1095 <li class="indline1">If-Modified-Since header <a class="iref" href="#rfc.iref.i.2"><b>7.3</b></a> </li>1096 <li class="indline1">If-None-Match header <a class="iref" href="#rfc.xref.header.if-none-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-none-match.2">7.1</a>, <a class="iref" href="#rfc.iref.i.3"><b>7.4</b></a>, <a class="iref" href="#rfc.xref.header.if-none-match.3"> A.1</a></li>1097 <li class="indline1">If-Unmodified-Since header <a class="iref" href="#rfc.iref.i.4"><b>7.5</b></a> </li>1194 <li class="indline1">If-Match header <a class="iref" href="#rfc.xref.header.if-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-match.2">7.1</a>, <a class="iref" href="#rfc.iref.i.1"><b>7.2</b></a>, <a class="iref" href="#rfc.xref.header.if-match.3">8.1</a></li> 1195 <li class="indline1">If-Modified-Since header <a class="iref" href="#rfc.iref.i.2"><b>7.3</b></a>, <a class="iref" href="#rfc.xref.header.if-modified-since.1">8.1</a></li> 1196 <li class="indline1">If-None-Match header <a class="iref" href="#rfc.xref.header.if-none-match.1">3</a>, <a class="iref" href="#rfc.xref.header.if-none-match.2">7.1</a>, <a class="iref" href="#rfc.iref.i.3"><b>7.4</b></a>, <a class="iref" href="#rfc.xref.header.if-none-match.3">8.1</a>, <a class="iref" href="#rfc.xref.header.if-none-match.4">A.1</a></li> 1197 <li class="indline1">If-Unmodified-Since header <a class="iref" href="#rfc.iref.i.4"><b>7.5</b></a>, <a class="iref" href="#rfc.xref.header.if-unmodified-since.1">8.1</a></li> 1098 1198 </ul> 1099 1199 </li> 1100 1200 <li class="indline0"><a id="rfc.index.L" href="#rfc.index.L"><b>L</b></a><ul class="ind"> 1101 <li class="indline1">Last-Modified header <a class="iref" href="#rfc.iref.l.1"><b>7.6</b></a> </li>1201 <li class="indline1">Last-Modified header <a class="iref" href="#rfc.iref.l.1"><b>7.6</b></a>, <a class="iref" href="#rfc.xref.header.last-modified.1">8.1</a></li> 1102 1202 </ul> 1103 1203 </li> … … 1128 1228 <li class="indline1"><em>RFC2119</em> <a class="iref" href="#rfc.xref.RFC2119.1">1.1</a>, <a class="iref" href="#RFC2119"><b>11.1</b></a></li> 1129 1229 <li class="indline1"><em>RFC2616</em> <a class="iref" href="#rfc.xref.RFC2616.1">1</a>, <a class="iref" href="#RFC2616"><b>11.2</b></a>, <a class="iref" href="#rfc.xref.RFC2616.2">B.1</a></li> 1230 <li class="indline1"><em>RFC3864</em> <a class="iref" href="#rfc.xref.RFC3864.1">8.1</a>, <a class="iref" href="#RFC3864"><b>11.2</b></a></li> 1130 1231 </ul> 1131 1232 </li>
Note: See TracChangeset
for help on using the changeset viewer.