Skip to content

Commit edb56ca

Browse files
committed
Update some to 9111
1 parent 611974c commit edb56ca

File tree

7 files changed

+3554
-3694
lines changed

7 files changed

+3554
-3694
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1 class='noFrame'>HTTP Caching Tests</h1>
6767
contributions, add your implementation's results, file issues or learn more, see <a
6868
href="https://github.com/http-tests/cache-tests">the repository</a>.</p>
6969

70-
<p class='noFrame'>See also <a href="/spec/cache.html">test results interspersed with the current specification text</a>.</p>
70+
<p class='noFrame'>See also <a href="/spec/rfc9111.html">test results interspersed with the current specification text</a>.</p>
7171

7272
<p id="key">
7373
<span class="key-item"><span class="fa" data-kind="pass"></span>passed &nbsp;</span>

spec/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ saxparam ?= bootstrapCssUrl='/spec/bootstrap.min.css' \
77
banner='This copy of the specification has test results interspersed throughout; click on ℹ️ to see them.'
88
stylesheet := lib/rfcbootstrap.xslt
99

10-
specs := cache
10+
specs := rfc9111
1111
TARGETS := $(addsuffix .html,$(specs))
1212

1313
.PHONY: all clean

spec/cache.html

-179
This file was deleted.

spec/draft-ietf-httpbis-semantics-latest.xml spec/rfc9110.xml

+2,670-2,657
Large diffs are not rendered by default.

spec/rfc9111.html

+179
Large diffs are not rendered by default.

spec/cache.xml spec/rfc9111.xml

+35-35
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
A <x:dfn>shared cache</x:dfn> is a cache that stores responses for reuse
148148
by more than one user; shared caches are usually (but not always) deployed
149149
as a part of an intermediary. A <x:dfn>private cache</x:dfn>, in contrast,
150-
is dedicated to a single user; often, they are deployed as a component of
150+
is dedicated to a single user; often, they are deployed as a component of
151151
a user agent.
152152
</t>
153153
<t>
@@ -187,7 +187,7 @@
187187
<xref target="RFC5234"/>, extended with the notation for case-sensitivity
188188
in strings defined in <xref target="RFC7405"/>.
189189
</t>
190-
<t>
190+
<t>
191191
It also uses a list extension, defined in <xref target="abnf.extension"/>,
192192
that allows for compact definition of comma-separated lists using a '#'
193193
operator (similar to how the '*' operator indicates repetition). <xref
@@ -237,7 +237,7 @@
237237
</t>
238238
<aside>
239239
<t>
240-
&Note; The value 2147483648 is here for historical reasons,
240+
&Note; The value 2147483648 is here for historical reasons,
241241
represents infinity (over 68 years), and does not need to be stored in
242242
binary form; an implementation could produce it as a canned string if
243243
any overflow occurs, even if the calculations are performed with an
@@ -288,7 +288,7 @@
288288
Most commonly, caches store the successful result of a retrieval
289289
request: i.e., a <x:ref>200 (OK)</x:ref> response to a GET request, which
290290
contains a representation of the target resource
291-
(<xref target="GET"/>). However, it is also possible to store
291+
(<xref target="GET"/>). However, it is also possible to store
292292
redirects, negative results (e.g., <x:ref>404 (Not Found)</x:ref>),
293293
incomplete results (e.g., <x:ref>206 (Partial Content)</x:ref>), and
294294
responses to methods other than GET if the method's definition allows such
@@ -344,7 +344,7 @@
344344
</li>
345345
</ul>
346346
<t>
347-
Note that a cache-control extension can override any of the requirements
347+
Note that a cache-control extension can override any of the requirements
348348
listed; see <xref target="cache.control.extensions" />.
349349
</t>
350350
<t>
@@ -562,7 +562,7 @@
562562
need to be forwarded to be satisfied.
563563
</t>
564564
<t>
565-
When more than one suitable response is stored, a cache &MUST; use the
565+
When more than one suitable response is stored, a cache &MUST; use the
566566
most recent one (as determined by the <x:ref>Date</x:ref> header
567567
field). It can also forward the request with "Cache-Control: max-age=0" or
568568
"Cache-Control: no-cache" to disambiguate which response to use.
@@ -626,16 +626,16 @@
626626
</t>
627627
<t>
628628
Some resources mistakenly omit the Vary header field from their default
629-
response (i.e., the one sent when no more preferable response is available),
630-
with the effect of selecting it for requests to that resource even when
629+
response (i.e., the one sent when no more preferable response is available),
630+
with the effect of selecting it for requests to that resource even when
631631
more preferable responses are available. When a cache has multiple responses for a
632632
target URI and one or more omits the Vary header field, it &SHOULD; use the
633633
most recent (see <xref target="age.calculations"/>) valid Vary field value available to select an appropriate response
634634
for the request.
635635
</t>
636636
<t>
637-
If no selected response is available, the cache cannot satisfy the
638-
presented request. Typically, it is forwarded to the origin server
637+
If no selected response is available, the cache cannot satisfy the
638+
presented request. Typically, it is forwarded to the origin server
639639
in a (possibly conditional; see <xref target="validation.model"/>) request.
640640
</t>
641641
</section>
@@ -663,7 +663,7 @@
663663
<iref item="age" />
664664
<t>
665665
A response's <x:dfn>age</x:dfn> is the time that has passed since it was
666-
generated by, or successfully validated with, the origin server.
666+
generated by, or successfully validated with, the origin server.
667667
</t>
668668
<t>
669669
When a response is fresh, it can be used to satisfy
@@ -713,7 +713,7 @@
713713
When calculating freshness, to avoid common problems in date parsing:
714714
</t>
715715
<ul>
716-
<li>Although all date formats are specified to be case-sensitive,
716+
<li>Although all date formats are specified to be case-sensitive,
717717
a cache recipient &SHOULD; match the field value
718718
case-insensitively.</li>
719719
<li>If a cache recipient's internal implementation of time has less
@@ -870,7 +870,7 @@
870870
apparent_age = max(0, response_time - date_value);
871871

872872
response_delay = response_time - request_time;
873-
corrected_age_value = age_value + response_delay;
873+
corrected_age_value = age_value + response_delay;
874874
</artwork>
875875
<t>
876876
The corrected_age_value &MAY; be used as the corrected_initial_age. In
@@ -1095,7 +1095,7 @@
10951095
recent of those matching stored responses is identified for update.
10961096
</li>
10971097
<li>
1098-
If the new response does not include any form of validator (such as
1098+
If the new response does not include any form of validator (such as
10991099
where a client generates an <x:ref>If-Modified-Since</x:ref> request from
11001100
a source other than the <x:ref>Last-Modified</x:ref> response header
11011101
field), and there is only one stored response, and that stored response
@@ -1243,9 +1243,9 @@
12431243
</t>
12441244
<t>
12451245
A proxy, whether or not it implements a cache, &MUST; pass cache directives
1246-
through in forwarded messages, regardless of their
1247-
significance to that application, since the directives might apply
1248-
to all recipients along the request/response chain. It is not possible to
1246+
through in forwarded messages, regardless of their
1247+
significance to that application, since the directives might apply
1248+
to all recipients along the request/response chain. It is not possible to
12491249
target a directive to a specific cache.
12501250
</t>
12511251
<t>
@@ -1345,7 +1345,7 @@
13451345
validation on the origin server.
13461346
</t>
13471347
</section>
1348-
1348+
13491349
<section title="no-store" anchor="cache-request-directive.no-store">
13501350
<iref item="no-store (cache directive)" primary="true" />
13511351
<t>
@@ -1418,7 +1418,7 @@
14181418
e.g., 'max-age=5' not 'max-age="5"'. A sender &MUST-NOT; generate the
14191419
quoted-string form.
14201420
</t>
1421-
</section>
1421+
</section>
14221422

14231423
<section title="must-revalidate" anchor="cache-response-directive.must-revalidate">
14241424
<iref item="must-revalidate (cache directive)" primary="true" />
@@ -1495,7 +1495,7 @@
14951495
This allows an origin server to prevent the re-use of certain header
14961496
fields in a response, while still allowing caching of the rest of the
14971497
response.
1498-
</t>
1498+
</t>
14991499
<t>
15001500
The field names given are not limited to the set of header
15011501
fields defined by this specification. Field names are case-insensitive.
@@ -1625,7 +1625,7 @@
16251625
is already cacheable according to <xref target="response.cacheability"/>.
16261626
</t>
16271627
<t>
1628-
If a response with the public directive has no explicit freshness information,
1628+
If a response with the public directive has no explicit freshness information,
16291629
it is heuristically cacheable (<xref target="heuristic.freshness"/>).
16301630
</t>
16311631
</section>
@@ -1674,7 +1674,7 @@
16741674
Informational extensions (those that do not require a change in cache
16751675
behavior) can be added without changing the semantics of other directives.
16761676
</t>
1677-
<t>
1677+
<t>
16781678
Behavioral extensions are designed to work by acting as modifiers to the
16791679
existing base of cache directives.
16801680
Both the new directive and the old directive are supplied, such that
@@ -1781,11 +1781,11 @@
17811781
with a reliable clock.
17821782
</t>
17831783
<t>
1784-
Historically, HTTP required the Expires field value to be no more than a
1785-
year in the future. While longer freshness lifetimes are no longer
1786-
prohibited, extremely large values have been demonstrated to cause
1787-
problems (e.g., clock overflows due to use of 32-bit integers for
1788-
time values), and many caches will evict a response far sooner than
1784+
Historically, HTTP required the Expires field value to be no more than a
1785+
year in the future. While longer freshness lifetimes are no longer
1786+
prohibited, extremely large values have been demonstrated to cause
1787+
problems (e.g., clock overflows due to use of 32-bit integers for
1788+
time values), and many caches will evict a response far sooner than
17891789
that.
17901790
</t>
17911791
</section>
@@ -1910,7 +1910,7 @@
19101910
<t>
19111911
Because one of the primary uses of a cache is to optimise performance,
19121912
its use can "leak" information about what resources have been previously
1913-
requested.
1913+
requested.
19141914
</t>
19151915
<t>
19161916
For example, if a user visits a site and their browser caches some of its
@@ -1953,9 +1953,9 @@
19531953
<section title="Field Name Registration" anchor="field.name.registration">
19541954
<t>
19551955
First, introduce the new "Hypertext Transfer Protocol (HTTP) Field
1956-
Name Registry" at <eref target="https://www.iana.org/assignments/http-fields"/>
1957-
as described in
1958-
<xref target="Semantics" x:rel="#field.name.registration"/>.
1956+
Name Registry" at <eref target="https://www.iana.org/assignments/http-fields"/>
1957+
as described in
1958+
<xref target="Semantics" x:rel="#field.name.registration"/>.
19591959
</t>
19601960
<t>
19611961
Then, please update the registry with the field names listed in the table
@@ -2136,13 +2136,13 @@
21362136
<references title="Normative References">
21372137

21382138
<reference anchor="Messaging">
2139-
<x:source basename="draft-ietf-httpbis-messaging-latest" href="draft-ietf-httpbis-messaging-latest.xml">
2139+
<x:source basename="draft-ietf-httpbis-messaging-latest" href="rfc9110.xml">
21402140
<x:has anchor="message.body.length"/>
21412141
</x:source>
21422142
</reference>
21432143

21442144
<reference anchor="Semantics">
2145-
<x:source basename="draft-ietf-httpbis-semantics-latest" href="draft-ietf-httpbis-semantics-latest.xml">
2145+
<x:source basename="draft-ietf-httpbis-semantics-latest" href="rfc9112.xml">
21462146
<x:defines>Content-Length</x:defines>
21472147
<x:has anchor="GET"/>
21482148
<x:has anchor="abnf.extension"/>
@@ -2250,7 +2250,7 @@
22502250
</front>
22512251
<seriesInfo name="RFC" value="7234"/>
22522252
</reference>
2253-
2253+
22542254
<reference anchor='RFC5861'>
22552255
<front>
22562256
<title abbrev="HTTP stale controls">HTTP Cache-Control Extensions for Stale Content</title>
@@ -2292,7 +2292,7 @@
22922292
<seriesInfo name="BCP" value="26"/>
22932293
<seriesInfo name="RFC" value="8126"/>
22942294
</reference>
2295-
2295+
22962296
</references>
22972297

22982298
<?BEGININC build/draft-ietf-httpbis-cache-latest.abnf-appendix ?>

0 commit comments

Comments
 (0)