Author: ssmiweve
Date: 2008-04-11 15:10:15 +0200 (Fri, 11 Apr 2008)
New Revision: 6395

Modified:
   branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml
Log:
SEARCH-4600 - sesam.no/favicon.ico leads to a regular search for "favicon.ico"

Modified: branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml
===================================================================
--- branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml    2008-04-11 
10:01:52 UTC (rev 6394)
+++ branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml    2008-04-11 
13:10:15 UTC (rev 6395)
@@ -30,6 +30,7 @@
     <rule><from>^/index.jsp$</from><to>/</to></rule>
     <rule><from>^/$</from><to>/search/?</to></rule>
     <rule><from>^/robots.txt$</from><to>/robots.jsp</to></rule>
+    <rule><from>^/favicon.ico$</from><to 
type="permanent-redirect">/images/favicon.ico</to></rule>
     <rule><from>^/psearch/(.*)$</from><to>/search/$1</to></rule>
     
     <!-- makes it easy to upload google verification html files -->

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to