Repository: cxf-fediz Updated Branches: refs/heads/1.1.x-fixes 564c2450a -> b7370710a
Fixing caching file location Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/b7370710 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/b7370710 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/b7370710 Branch: refs/heads/1.1.x-fixes Commit: b7370710aca59d0a9095744a0d946788a77d0bff Parents: 564c245 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Oct 6 12:17:29 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Oct 6 12:17:29 2014 +0100 ---------------------------------------------------------------------- .../java/org/apache/cxf/fediz/core/EHCacheTokenReplayCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/b7370710/plugins/core/src/main/java/org/apache/cxf/fediz/core/EHCacheTokenReplayCache.java ---------------------------------------------------------------------- diff --git a/plugins/core/src/main/java/org/apache/cxf/fediz/core/EHCacheTokenReplayCache.java b/plugins/core/src/main/java/org/apache/cxf/fediz/core/EHCacheTokenReplayCache.java index e95a3cc..2852047 100644 --- a/plugins/core/src/main/java/org/apache/cxf/fediz/core/EHCacheTokenReplayCache.java +++ b/plugins/core/src/main/java/org/apache/cxf/fediz/core/EHCacheTokenReplayCache.java @@ -45,7 +45,7 @@ public class EHCacheTokenReplayCache implements TokenReplayCache<String> { private long ttl = DEFAULT_TTL; public EHCacheTokenReplayCache(String key) { - String defaultConfigFile = "fediz-ehcache.xml"; + String defaultConfigFile = "/fediz-ehcache.xml"; URL configFileURL = Loader.getResource(defaultConfigFile); createCache(key, configFileURL); }
