diff --git a/draft-ietf-httpbis-cache-latest.html b/draft-ietf-httpbis-cache-latest.html
index 56f5c5962..e2c246d76 100644
--- a/draft-ietf-httpbis-cache-latest.html
+++ b/draft-ietf-httpbis-cache-latest.html
@@ -603,7 +603,7 @@
content: "Internet-Draft";
}
@top-right {
- content: "November 2019";
+ content: "December 2019";
}
@top-center {
content: "HTTP Caching";
@@ -612,7 +612,7 @@
content: "Fielding, et al.";
}
@bottom-center {
- content: "Expires May 25, 2020";
+ content: "Expires June 5, 2020";
}
@bottom-right {
content: "[Page " counter(page) "]";
@@ -653,7 +653,7 @@
-
+
@@ -680,7 +680,7 @@
Fastly |
- Expires: May 25, 2020 |
+ Expires: June 5, 2020 |
J. Reschke, Editor |
@@ -689,7 +689,7 @@
|
- November 22, 2019 |
+ December 3, 2019 |
@@ -743,7 +743,7 @@
Internet-Drafts as reference material or to cite them other than as “work in progress”.¶
-
This Internet-Draft will expire on May 25, 2020.¶
+
This Internet-Draft will expire on June 5, 2020.¶
@@ -2078,6 +2078,10 @@ 5.2.2.5. Section 3.2 for additional details related to the use of public in response to a request containing Authorization, and Section 3 for details of how public affects responses that would normally not be stored, due
to their status codes not being defined as heuristically cacheable; see Section 4.2.2.)¶
+
+
The "public" directive also has the effect of allowing a stored response to be used
+ to satisfy a request with an Authorization header field; see Section 3.2.¶
+
@@ -2155,12 +2159,12 @@ 5.2.2.9.
The "s-maxage" response directive indicates that, in shared caches, the maximum age
specified by this directive overrides the maximum age specified by either the max-age
- directive or the Expires header field. The s-maxage directive also implies the semantics of the proxy-revalidate
- response directive.¶
+ directive or the Expires header field.¶
-
The s-maxage directive also has the effect of allowing a stored response to be used
- to satisfy a request with an Authorization header field; see Section 3.2.¶
+
The "s-maxage" directive also implies the semantics of the "proxy-revalidate" directive.
+ Consequently, it allows a stored response to be used to satisfy a request with an
+ Authorization header field; see Section 3.2.¶
This directive uses the token form of the argument syntax: e.g., 's-maxage=10' not
@@ -2424,7 +2428,7 @@
9.1. Normative Reference
- [Messaging]
- - Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., “HTTP/1.1 Messaging”, Internet-Draft draft-ietf-httpbis-messaging-latest (work in progress), November 2019.
+
- Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., “HTTP/1.1 Messaging”, Internet-Draft draft-ietf-httpbis-messaging-latest (work in progress), December 2019.
- [RFC2119]
- Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels”, BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, <https://www.rfc-editor.org/info/rfc2119>.
@@ -2439,7 +2443,7 @@
9.1. Normative Reference
- Kyzivat, P., “Case-Sensitive String Support in ABNF”, RFC 7405, DOI 10.17487/RFC7405, December 2014, <https://www.rfc-editor.org/info/rfc7405>.
- [Semantics]
- - Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., “HTTP Semantics”, Internet-Draft draft-ietf-httpbis-semantics-latest (work in progress), November 2019.
+
- Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., “HTTP Semantics”, Internet-Draft draft-ietf-httpbis-semantics-latest (work in progress), December 2019.
- [USASCII]
- American National Standards Institute, “Coded Character Set -- 7-bit American Standard Code for Information Interchange”, ANSI X3.4, 1986.
diff --git a/draft-ietf-httpbis-cache-latest.xml b/draft-ietf-httpbis-cache-latest.xml
index b6e929157..bbe07fc7d 100644
--- a/draft-ietf-httpbis-cache-latest.xml
+++ b/draft-ietf-httpbis-cache-latest.xml
@@ -1596,6 +1596,11 @@
due to their status codes not being defined as heuristically cacheable; see
.)
+
+ The "public" directive also has the effect of allowing a stored
+ response to be used to satisfy a request with an Authorization header
+ field; see .
+
@@ -1679,11 +1684,11 @@
The "s-maxage" response directive indicates that, in shared caches, the
maximum age specified by this directive overrides the maximum age
specified by either the max-age directive or the Expires
- header field. The s-maxage directive also implies the semantics of the
- proxy-revalidate response directive.
+ header field.
- The s-maxage directive also has the effect of allowing a stored
+ The "s-maxage" directive also implies the semantics of the
+ "proxy-revalidate" directive. Consequently, it allows a stored
response to be used to satisfy a request with an Authorization header
field; see .