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 C6012181A3 for ; Tue, 4 Aug 2015 11:01:36 +0000 (UTC) Received: (qmail 70921 invoked by uid 500); 4 Aug 2015 11:01:36 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 70861 invoked by uid 500); 4 Aug 2015 11:01:36 -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 70852 invoked by uid 99); 4 Aug 2015 11:01:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2015 11:01:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8BD87DFEFE; Tue, 4 Aug 2015 11:01:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Message-Id: <1de23b57e6bc46fcad58fa47edd82150@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf-fediz git commit: Updating CXF Date: Tue, 4 Aug 2015 11:01:36 +0000 (UTC) Repository: cxf-fediz Updated Branches: refs/heads/1.2.x-fixes 5a225d15d -> cb8964e73 Updating CXF Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/cb8964e7 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/cb8964e7 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/cb8964e7 Branch: refs/heads/1.2.x-fixes Commit: cb8964e73a43e30aea41698515ffa56ad70c67ea Parents: 5a225d1 Author: Colm O hEigeartaigh Authored: Tue Aug 4 12:01:21 2015 +0100 Committer: Colm O hEigeartaigh Committed: Tue Aug 4 12:01:21 2015 +0100 ---------------------------------------------------------------------- .../apache/cxf/fediz/core/saml/FedizSignatureTrustValidator.java | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/cb8964e7/plugins/core/src/main/java/org/apache/cxf/fediz/core/saml/FedizSignatureTrustValidator.java ---------------------------------------------------------------------- diff --git a/plugins/core/src/main/java/org/apache/cxf/fediz/core/saml/FedizSignatureTrustValidator.java b/plugins/core/src/main/java/org/apache/cxf/fediz/core/saml/FedizSignatureTrustValidator.java index 5ee33eb..641f553 100644 --- a/plugins/core/src/main/java/org/apache/cxf/fediz/core/saml/FedizSignatureTrustValidator.java +++ b/plugins/core/src/main/java/org/apache/cxf/fediz/core/saml/FedizSignatureTrustValidator.java @@ -151,11 +151,11 @@ public class FedizSignatureTrustValidator implements Validator { } } catch (CertificateExpiredException e) { throw new WSSecurityException( - WSSecurityException.ErrorCode.FAILED_CHECK, "invalidCert", e + WSSecurityException.ErrorCode.FAILED_CHECK, e, "invalidCert" ); } catch (CertificateNotYetValidException e) { throw new WSSecurityException( - WSSecurityException.ErrorCode.FAILED_CHECK, "invalidCert", e + WSSecurityException.ErrorCode.FAILED_CHECK, e, "invalidCert" ); } } http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/cb8964e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d651010..3b7f8f3 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 2.0.0-M19 3.4 1.2 - 3.0.5 + 3.0.6 3.0.0 3.3 4.4.2 @@ -61,7 +61,7 @@ 3.2.6.RELEASE 3.1.4.RELEASE 7.0.54 - 2.0.4 + 2.0.5 2.7.2 0.5