From 76baa8518744f3cf27dcd1a70a468a00bfcf4eee Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 26 Jun 2012 08:51:16 +0200 Subject: [PATCH] use copy on read for repository api caches to fix reference problems with pre processor api --- scm-webapp/src/main/resources/config/ehcache.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scm-webapp/src/main/resources/config/ehcache.xml b/scm-webapp/src/main/resources/config/ehcache.xml index 1b238d046d..beb3b7f862 100644 --- a/scm-webapp/src/main/resources/config/ehcache.xml +++ b/scm-webapp/src/main/resources/config/ehcache.xml @@ -161,6 +161,8 @@ diskPersistent="false" /> + +