From commits-return-32738-apmail-cxf-commits-archive=cxf.apache.org@cxf.apache.org Sat Jun 21 01:18:43 2014 Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95EDA11BFD for ; Sat, 21 Jun 2014 01:18:43 +0000 (UTC) Received: (qmail 51021 invoked by uid 500); 21 Jun 2014 01:18:43 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 50953 invoked by uid 500); 21 Jun 2014 01:18:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 50942 invoked by uid 99); 21 Jun 2014 01:18:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2014 01:18:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2B9C198991A; Sat, 21 Jun 2014 01:18:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jpell@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: CXF-5802 remove temporary code now that WSS fix is applied Date: Sat, 21 Jun 2014 01:18:43 +0000 (UTC) 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 Authored: Sat Jun 21 11:18:36 2014 +1000 Committer: Jason Pell 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) {