You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/01/19 20:43:49 UTC

svn commit: r370582 - /incubator/roller/trunk/metadata/xdoclet/filter-mappings.xml

Author: agilliland
Date: Thu Jan 19 11:43:47 2006
New Revision: 370582

URL: http://svn.apache.org/viewcvs?rev=370582&view=rev
Log:
adding filter mapping for weblog page if-modified filter.


Modified:
    incubator/roller/trunk/metadata/xdoclet/filter-mappings.xml

Modified: incubator/roller/trunk/metadata/xdoclet/filter-mappings.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/metadata/xdoclet/filter-mappings.xml?rev=370582&r1=370581&r2=370582&view=diff
==============================================================================
--- incubator/roller/trunk/metadata/xdoclet/filter-mappings.xml (original)
+++ incubator/roller/trunk/metadata/xdoclet/filter-mappings.xml Thu Jan 19 11:43:47 2006
@@ -57,6 +57,11 @@
 
 <!-- cache lastModified dates used for HTTP 304 responses -->
 <filter-mapping>
+    <filter-name>IfModifiedWeblogPageCacheFilter</filter-name>
+    <url-pattern>/page/*</url-pattern>
+</filter-mapping>
+
+<filter-mapping>
     <filter-name>IfModifiedFeedCacheFilter</filter-name>
     <url-pattern>/rss/*</url-pattern>
 </filter-mapping>