Author: ssmiweve Date: 2008-02-25 13:38:22 +0100 (Mon, 25 Feb 2008) New Revision: 6167
Modified: branches/2.16/war/src/main/webapp/META-INF/context.xml Log: safe to add override in case installation tries to prevent us 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-25 12:04:27 UTC (rev 6166) +++ branches/2.16/war/src/main/webapp/META-INF/context.xml 2008-02-25 12:38:22 UTC (rev 6167) @@ -1,2 +1,2 @@ <!-- Since we dynamically add files into our deployment directory we must turn caching off. See SiteJspLoaderFilter.java--> -<Context cachingAllowed="false" /> \ No newline at end of file +<Context cachingAllowed="false" override="true"/> \ No newline at end of file _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
