From a9e4b4db5170e34b0e34d6cf3118c97fc9152eb4 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Sat, 30 Jun 2007 16:53:33 +0000 Subject: [PATCH] WW-1661 Implementation of Freemarker caching for Struts2 Guice complains that the dependency was not found, running the tests git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@552173 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/resources/org/apache/struts2/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index 54fdeca7f7..b6ac30d2b6 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -147,7 +147,7 @@ struts.dispatcher.parametersWorkaround = false ### Enables caching of FreeMarker templates ### Has the same effect as copying the templates under WEB_APP/templates -#struts.freemarker.templatesCache=true +struts.freemarker.templatesCache=false ### See the StrutsBeanWrapper javadocs for more information struts.freemarker.wrapper.altMap=true