This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 02e5056  Changed css to CSS
02e5056 is described below

commit 02e5056c5d86126abc513eeaa094807b83f79eff
Author: John Bampton <jbamp...@users.noreply.github.com>
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 13dfa5e..76e96da 100644
--- a/java/org/apache/catalina/filters/ExpiresFilter.java
+++ b/java/org/apache/catalina/filters/ExpiresFilter.java
@@ -81,7 +81,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to