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 <cohei...@apache.org> Authored: Tue Aug 4 12:01:21 2015 +0100 Committer: Colm O hEigeartaigh <cohei...@apache.org> 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 @@ <apacheds.version>2.0.0-M19</apacheds.version> <commons.lang.version>3.4</commons.lang.version> <commons.logging.version>1.2</commons.logging.version> - <cxf.version>3.0.5</cxf.version> + <cxf.version>3.0.6</cxf.version> <cxf.build-utils.version>3.0.0</cxf.build-utils.version> <easymock.version>3.3</easymock.version> <ecj.version>4.4.2</ecj.version> @@ -61,7 +61,7 @@ <spring.version>3.2.6.RELEASE</spring.version> <spring.security.version>3.1.4.RELEASE</spring.security.version> <tomcat.version>7.0.54</tomcat.version> - <wss4j.version>2.0.4</wss4j.version> + <wss4j.version>2.0.5</wss4j.version> <xalan.version>2.7.2</xalan.version> <bval.version>0.5</bval.version>