Ignore:
Timestamp:
23/10/13 01:11:09 (9 years ago)
Author:
mnot@…
Message:

Adjust language around "cacheable by default", ref to p2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • draft-ietf-httpbis/latest/p6-cache.xml

    r2426 r2431  
    5252  <!ENTITY lastmod-comparison          "<xref target='Part4' x:rel='#lastmod.comparison' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
    5353  <!ENTITY status-codes                "<xref target='Part2' x:rel='#status.codes' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
     54  <!ENTITY status-overview             "<xref target='Part2' x:rel='#overview.of.status.codes' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
    5455  <!ENTITY status.2xx                  "<xref target='Part2' x:rel='#status.2xx' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
    5556  <!ENTITY transformations             "<xref target='Part1' x:rel='#message.transformations' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
     
    294295            target="cache.control.extensions" />) that allows it to be cached,
    295296            or</t>
    296             <t>has a status code that is defined as cacheable
     297            <t>has a status code that is defined as cacheable by default
    297298            (see <xref target="heuristic.freshness" />), or</t>
    298299            <t>contains a public response cache directive (see <xref
     
    662663   requirements in <xref target="response.cacheability"/>, this means that,
    663664   effectively, heuristics can only be used on responses without explicit
    664    freshness whose status codes are defined as cacheable, and responses
    665    without explicit freshness that have been marked as explicitly cacheable
    666    (e.g., with a "public" response cache directive).
     665   freshness whose status codes are defined as cacheable by default (see
     666   &status-overview;), and those responses without explicit freshness that have
     667   been marked as explicitly cacheable (e.g., with a "public" response cache
     668   directive).
    667669</t>
    668670<t>
     
    14241426   response, even if the response would normally be non-cacheable or cacheable
    14251427   only within a private cache. (See <xref
    1426    target="caching.authenticated.responses"/> for additional details related
    1427    to the use of public in response to a request containing
    1428    <x:ref>Authorization</x:ref>, and <xref target="response.cacheability"/>
    1429    for details of how public affects responses that would normally not be
    1430    stored, due to their status codes not being defined as cacheable.)
     1428   target="caching.authenticated.responses"/> for additional details related to
     1429   the use of public in response to a request containing
     1430   <x:ref>Authorization</x:ref>, and <xref target="response.cacheability"/> for
     1431   details of how public affects responses that would normally not be stored,
     1432   due to their status codes not being defined as cacheable by default; see
     1433   <xref target="heuristic.freshness"/>.)
    14311434</t>
    14321435</section>
Note: See TracChangeset for help on using the changeset viewer.