Changeset 501
- Timestamp:
- 04/03/09 07:46:01 (13 years ago)
- Location:
- draft-ietf-httpbis/latest-roy
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest-roy/p6-cache.html
r500 r501 654 654 </dd> 655 655 </dl> 656 <p id="rfc.section.1.2.p.11"> <span id="rfc.iref.v.2"></span> <dfn>shared cache</dfn> 657 </p> 658 <dl class="empty"> 659 <dd>A cache that is accessible to more than one user. A non-shared cache is dedicated to a single user.</dd> 660 </dl> 656 <div id="shared.and.non-shared.caches"> 657 <p id="rfc.section.1.2.p.11"> <span id="rfc.iref.v.2"></span> <dfn>shared cache</dfn> 658 </p> 659 <dl class="empty"> 660 <dd>A cache that is accessible to more than one user. A non-shared cache is dedicated to a single user.</dd> 661 </dl> 662 </div> 661 663 <h2 id="rfc.section.1.3"><a href="#rfc.section.1.3">1.3</a> <a id="intro.requirements" href="#intro.requirements">Requirements</a></h2> 662 664 <p id="rfc.section.1.3.p.1">The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" -
draft-ietf-httpbis/latest-roy/p6-cache.xml
r499 r501 305 305 </list> 306 306 </t> 307 <t >307 <t anchor="shared.and.non-shared.caches"> 308 308 <iref item="validator" /> 309 309 <x:dfn>shared cache</x:dfn> -
draft-ietf-httpbis/latest-roy/p7-auth.html
r500 r501 618 618 such as credentials that vary according to a challenge value or using synchronized clocks). 619 619 </p> 620 <p id="rfc.section.3.1.p.4">When a shared cache (see <a href="p6-cache.html#shared.and.non-shared.caches" title="ERROR: Anchor 'shared.and.non-shared.caches' not found in p6-cache.xml.">Appendix ERROR: Anchor 'shared.and.non-shared.caches' not found in p6-cache.xml.</a> of <a href="#Part6" id="rfc.xref.Part6.1"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>) receives a request containing an Authorization field, it <em class="bcp14">MUST NOT</em> return the corresponding response as a reply to any other request, unless one of the following specific exceptions holds:620 <p id="rfc.section.3.1.p.4">When a shared cache (see <a href="p6-cache.html#shared.and.non-shared.caches">Section 1.2</a> of <a href="#Part6" id="rfc.xref.Part6.1"><cite title="HTTP/1.1, part 6: Caching">[Part6]</cite></a>) receives a request containing an Authorization field, it <em class="bcp14">MUST NOT</em> return the corresponding response as a reply to any other request, unless one of the following specific exceptions holds: 621 621 </p> 622 622 <p id="rfc.section.3.1.p.5"> </p> … … 925 925 </li> 926 926 <li class="indline1"><em>Part6</em> <a class="iref" href="#rfc.xref.Part6.1">3.1</a>, <a class="iref" href="#Part6"><b>7.1</b></a><ul class="ind"> 927 <li class="indline1"><em> Appendix</em> <a class="iref" href="#rfc.xref.Part6.1">3.1</a></li>927 <li class="indline1"><em>Section 1.2</em> <a class="iref" href="#rfc.xref.Part6.1">3.1</a></li> 928 928 </ul> 929 929 </li>
Note: See TracChangeset
for help on using the changeset viewer.