You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/08/20 11:38:58 UTC

[cxf-fediz] branch master updated: Fixing mistake in previous commit

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new d891c9d  Fixing mistake in previous commit
d891c9d is described below

commit d891c9d92d61de22594db1b07ac89f0e220383e8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 20 12:38:44 2018 +0100

    Fixing mistake in previous commit
---
 .../java/org/apache/cxf/fediz/core/processor/SAMLProcessorImpl.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/core/src/main/java/org/apache/cxf/fediz/core/processor/SAMLProcessorImpl.java b/plugins/core/src/main/java/org/apache/cxf/fediz/core/processor/SAMLProcessorImpl.java
index 00cf00c..6881ba6 100644
--- a/plugins/core/src/main/java/org/apache/cxf/fediz/core/processor/SAMLProcessorImpl.java
+++ b/plugins/core/src/main/java/org/apache/cxf/fediz/core/processor/SAMLProcessorImpl.java
@@ -334,8 +334,6 @@ public class SAMLProcessorImpl extends AbstractFedizProcessor {
                 ssoResponseValidator.setClientAddress(request.getRemoteAddr());
             }
 
-            ssoResponseValidator.setClientAddress(request.getRemoteAddr());
-
             boolean doNotEnforceKnownIssuer =
                 ((SAMLProtocol)config.getProtocol()).isDoNotEnforceKnownIssuer();
             ssoResponseValidator.setEnforceKnownIssuer(!doNotEnforceKnownIssuer);