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 2015/07/30 23:01:06 UTC

cxf git commit: Removing comment

Repository: cxf
Updated Branches:
  refs/heads/master 297138a2b -> 424672743


Removing comment


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/42467274
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/42467274
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/42467274

Branch: refs/heads/master
Commit: 4246727434d1d0bc4035137f1106b035b5a8583d
Parents: 297138a
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Jul 30 22:00:14 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Jul 30 22:00:28 2015 +0100

----------------------------------------------------------------------
 .../apache/cxf/rs/security/saml/sso/SAMLSSOResponseValidator.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/42467274/rt/rs/security/sso/saml/src/main/java/org/apache/cxf/rs/security/saml/sso/SAMLSSOResponseValidator.java
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/saml/src/main/java/org/apache/cxf/rs/security/saml/sso/SAMLSSOResponseValidator.java b/rt/rs/security/sso/saml/src/main/java/org/apache/cxf/rs/security/saml/sso/SAMLSSOResponseValidator.java
index abf439f..168f511 100644
--- a/rt/rs/security/sso/saml/src/main/java/org/apache/cxf/rs/security/saml/sso/SAMLSSOResponseValidator.java
+++ b/rt/rs/security/sso/saml/src/main/java/org/apache/cxf/rs/security/saml/sso/SAMLSSOResponseValidator.java
@@ -138,7 +138,6 @@ public class SAMLSSOResponseValidator {
             validatorResponse.setCreated(samlResponse.getIssueInstant().toDate());
         }
         
-        // the assumption for now is that SAMLResponse will contain only a single assertion
         Element assertionElement = validAssertion.getDOM();
         Element clonedAssertionElement = (Element)assertionElement.cloneNode(true);
         validatorResponse.setAssertionElement(clonedAssertionElement);