From 8afbf492edb47b0834c1e34cb428025a69adfce7 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 19 Jul 2012 17:31:40 +0200 Subject: [PATCH] fix double escape of log message --- scm-webapp/src/main/resources/config/ehcache.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scm-webapp/src/main/resources/config/ehcache.xml b/scm-webapp/src/main/resources/config/ehcache.xml index beb3b7f862..ebfd526dff 100644 --- a/scm-webapp/src/main/resources/config/ehcache.xml +++ b/scm-webapp/src/main/resources/config/ehcache.xml @@ -171,6 +171,7 @@ timeToLiveSeconds="86400" diskPersistent="false" copyOnRead="true" + copyOnWrite="true" />