Author: ssmiweve
Date: 2008-05-28 13:59:02 +0200 (Wed, 28 May 2008)
New Revision: 6644

Modified:
   branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml
Log:
SKER-4747- Issue SKER4747:  (Missing query parameter gives illegal fast esp 
queries)

Modified: branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml
===================================================================
--- branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml    2008-05-27 
16:23:31 UTC (rev 6643)
+++ branches/2.17/war/src/main/webapp/WEB-INF/urlrewrite.xml    2008-05-28 
11:59:02 UTC (rev 6644)
@@ -49,5 +49,5 @@
       - /static/(.*)
       - /tradedoubler/(.*)
       -->
-    <rule><from>^/([^/]+)$</from><to>/search/?q=$1</to></rule>
+    
<rule><from>^/([^/\?]*)(?:\?(.*))?$</from><to>/search/?q=$1&amp;$2</to></rule>
 </urlrewrite>

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

Reply via email to