Author: ssthkjer
Date: 2007-02-14 16:39:38 +0100 (Wed, 14 Feb 2007)
New Revision: 4440

Modified:
   
trunk/war/src/main/java/no/schibstedsok/searchportal/http/filters/SiteLocatorFilter.java
Log:
undo last

Modified: 
trunk/war/src/main/java/no/schibstedsok/searchportal/http/filters/SiteLocatorFilter.java
===================================================================
--- 
trunk/war/src/main/java/no/schibstedsok/searchportal/http/filters/SiteLocatorFilter.java
    2007-02-14 14:10:09 UTC (rev 4439)
+++ 
trunk/war/src/main/java/no/schibstedsok/searchportal/http/filters/SiteLocatorFilter.java
    2007-02-14 15:39:38 UTC (rev 4440)
@@ -60,7 +60,7 @@
     /** Changes to this list must also change the ProxyPass|ProxyPassReverse 
configuration in httpd.conf **/
     private static final Collection<String> EXTERNAL_DIRS =
             Collections.unmodifiableCollection(Arrays.asList(new String[]{
-                PUBLISH_DIR, "/css/", "/images/", "/javascript/", "/misc/"
+                PUBLISH_DIR, "/css/", "/images/", "/javascript/"
     }));
 
     /** The context that we'll need to use every invocation of doFilter(..)  
**/

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

Reply via email to