Author: ssmiweve
Date: 2008-02-27 12:42:32 +0100 (Wed, 27 Feb 2008)
New Revision: 6183

Modified:
   branches/2.16/pom.xml
   branches/2.16/war/pom.xml
   branches/2.16/war/src/main/webapp/META-INF/context.xml
Log:
SEARCH-4296 - sesat r6123 incompatible with tomcat-5.5


Modified: branches/2.16/pom.xml
===================================================================
--- branches/2.16/pom.xml       2008-02-27 10:02:43 UTC (rev 6182)
+++ branches/2.16/pom.xml       2008-02-27 11:42:32 UTC (rev 6183)
@@ -478,7 +478,6 @@
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>1.1</version>
-                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>

Modified: branches/2.16/war/pom.xml
===================================================================
--- branches/2.16/war/pom.xml   2008-02-27 10:02:43 UTC (rev 6182)
+++ branches/2.16/war/pom.xml   2008-02-27 11:42:32 UTC (rev 6183)
@@ -155,7 +155,6 @@
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>1.1</version>
-                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>

Modified: branches/2.16/war/src/main/webapp/META-INF/context.xml
===================================================================
--- branches/2.16/war/src/main/webapp/META-INF/context.xml      2008-02-27 
10:02:43 UTC (rev 6182)
+++ branches/2.16/war/src/main/webapp/META-INF/context.xml      2008-02-27 
11:42:32 UTC (rev 6183)
@@ -1,2 +1,2 @@
 <!-- Since we dynamically add files into our deployment directory we must turn 
caching off. See SiteJspLoaderFilter.java--> 
-<Context cachingAllowed="false" override="true"/>
\ No newline at end of file
+<Context cachingAllowed="false" cacheMaxSize="0" cacheTTL="0"  
override="true"/>

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

Reply via email to