You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/01/22 14:58:22 UTC

svn commit: r736643 - /lenya/trunk/src/modules/xhtml/sitemap.xmap

Author: andreas
Date: Thu Jan 22 05:58:21 2009
New Revision: 736643

URL: http://svn.apache.org/viewvc?rev=736643&view=rev
Log:
Add mime-type for XHTML icon.

Modified:
    lenya/trunk/src/modules/xhtml/sitemap.xmap

Modified: lenya/trunk/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/sitemap.xmap?rev=736643&r1=736642&r2=736643&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Thu Jan 22 05:58:21 2009
@@ -37,7 +37,7 @@
   <map:pipelines>
 
     <!-- search pipeline -->
-    <map:pipeline>
+    <map:pipeline type="noncaching">
       
       <!-- {pub-id}/{area}/{uuid}/{language} -->
       <map:match pattern="lucene-index/*/*/*/*">
@@ -82,7 +82,7 @@
       </map:match>
 
       <map:match pattern="icon/*/*/*/*">
-        <map:read src="fallback://lenya/modules/xhtml/resources/icons/xhtml.gif"/>
+        <map:read src="fallback://lenya/modules/xhtml/resources/icons/xhtml.gif" mime-type="image/gif"/>
       </map:match>
       
       <map:match pattern="icon">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org