Repository: cxf
Updated Branches:
refs/heads/master 4150c1dd1 -> eb3d8f425
CXF-5802 remove temporary code now that WSS fix is applied
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/eb3d8f42
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/eb3d8f42
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/eb3d8f42
Branch: refs/heads/master
Commit: eb3d8f42583f5ed036906210bfea4c389a4103cb
Parents: 4150c1d
Author: Jason Pell <jpell@apache.org>
Authored: Sat Jun 21 11:18:36 2014 +1000
Committer: Jason Pell <jpell@apache.org>
Committed: Sat Jun 21 11:18:36 2014 +1000
----------------------------------------------------------------------
.../org/apache/cxf/ws/security/cache/CXFEHCacheReplayCache.java | 5 -----
1 file changed, 5 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/cxf/blob/eb3d8f42/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/CXFEHCacheReplayCache.java
----------------------------------------------------------------------
diff --git a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/CXFEHCacheReplayCache.java
b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/CXFEHCacheReplayCache.java
index 982975f..2f225dd 100644
--- a/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/CXFEHCacheReplayCache.java
+++ b/rt/ws/security/src/main/java/org/apache/cxf/ws/security/cache/CXFEHCacheReplayCache.java
@@ -43,11 +43,6 @@ public class CXFEHCacheReplayCache extends EHCacheReplayCache implements
BusLife
@Override
public void close() {
- // TODO - this code can be removed when WSS4J is updated to do it as part WSS-503
- if (cacheManager != null && cache != null) {
- cacheManager.removeCache(cache.getName());
- }
-
super.close();
if (bus != null) {
|