This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 6bab59b Changed css to CSS
6bab59b is described below
commit 6bab59b4d7ed5c6e52ea281608f4ee05359f1054
Author: John Bampton <[email protected]>
AuthorDate: Sat Jul 4 09:58:37 2020 +1000
Changed css to CSS
(cherry picked from commit d710e101696a51ad2acb146c40363c148e9bf82a)
---
java/org/apache/catalina/filters/ExpiresFilter.java | 2 +-
webapps/docs/config/filter.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/filters/ExpiresFilter.java
b/java/org/apache/catalina/filters/ExpiresFilter.java
index 66b21cf..c012563 100644
--- a/java/org/apache/catalina/filters/ExpiresFilter.java
+++ b/java/org/apache/catalina/filters/ExpiresFilter.java
@@ -84,7 +84,7 @@ import org.apache.juli.logging.LogFactory;
* </p>
* <h2>Filter Configuration</h2><h3>Basic configuration to add
* '{@code Expires}' and '{@code Cache-Control: max-age=}'
- * headers to images, css and javascript</h3>
+ * headers to images, CSS and JavaScript</h3>
*
* <pre>
* {@code
diff --git a/webapps/docs/config/filter.xml b/webapps/docs/config/filter.xml
index d0aaf18..caa51fc 100644
--- a/webapps/docs/config/filter.xml
+++ b/webapps/docs/config/filter.xml
@@ -508,7 +508,7 @@ HTTP/1.1 200 OK
<subsection name="Basic configuration sample">
<p>
Basic configuration to add '<code>Expires</code>' and
'<code>Cache-Control: max-age=</code>'
- headers to images, css and javascript.
+ headers to images, CSS and JavaScript.
</p>
<source><![CDATA[<filter>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]