Changeset 115 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 30/12/07 14:56:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r113 r115 16 16 <!ENTITY ID-YEAR "2007"> 17 17 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 <!ENTITY caching "<xref target='Part6' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">19 18 <!ENTITY header-if-range "<xref target='Part5' x:rel='#header.if-range' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 19 <!ENTITY header-range "<xref target='Part5' x:rel='#header.range' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 192 191 <note title="Editorial Note (To be removed by RFC Editor)"> 193 192 <t> 194 This version of the HTTP specification contains only minimal editorial195 changes from <xref target="RFC2616"/> (abstract, introductory paragraph,196 and authors' addresses). All other changes are due to partitioning the197 original into seven mostly independent parts. The intent is for readers198 of future drafts to able to use draft 00 as the basis for comparison199 when the WG makes later changes to the specification text. This draft200 will shortly be followed by draft 01 (containing the first round of changes201 that have already been agreed to on the mailing list). There is no point in202 reviewing this draft other than to verify that the partitioning has been203 done correctly. Roy T. Fielding, Yves Lafon, and Julian Reschke204 will be the editors after draft 00 is submitted.205 </t>206 <t>207 193 Discussion of this draft should take place on the HTTPBIS working group 208 194 mailing list (ietf-http-wg@w3.org). The current issues list is … … 306 292 </t> 307 293 <t> 308 If the conditional GET used a strong cache validator (see &caching;),294 If the conditional GET used a strong cache validator (see <xref target="weak.and.strong.validators"/>), 309 295 the response &SHOULD-NOT; include other entity-headers. 310 296 Otherwise (i.e., the conditional GET used a weak validator), the … … 587 573 The ETag response-header field provides the current value of the 588 574 entity tag for the requested variant. The headers used with entity 589 tags are described in Sections <xref target="header.if-match" format="counter"/>, <xref target="header.if-none-match" format="counter"/> and &header-if-range;. The entity tag 575 tags are described in Sections <xref target="header.if-match" format="counter"/> 576 and <xref target="header.if-none-match" format="counter"/> of this document, 577 and in &header-if-range;. The entity tag 590 578 &MAY; be used for comparison with other entities from the same resource 591 579 (see <xref target="weak.and.strong.validators"/>). … … 1167 1155 </section> 1168 1156 1157 <section title="Change Log (to be removed by RFC Editor before publication)"> 1158 1159 <section title="Since RFC2616"> 1160 <t> 1161 Extracted relevant partitions from <xref target="RFC2616"/>. 1162 </t> 1163 </section> 1164 1165 <section title="Since draft-ietf-httpbis-p4-conditional-00"> 1166 <t> 1167 TBD. 1168 </t> 1169 </section> 1170 1171 </section> 1172 1169 1173 </back> 1170 1174 </rfc>
Note: See TracChangeset
for help on using the changeset viewer.