Revision: 3261
Author:   jaim...@gmail.com
Date:     Mon Aug 12 02:40:50 2013
Log:      Revert "Bugfix for issue #561."

This reverts commit 391145ae84d5aa4150ff5747a304d0af2aeb161f.
http://code.google.com/p/simplesamlphp/source/detail?r=3261

Modified:
 /trunk/modules/saml/lib/IdP/SAML2.php

=======================================
--- /trunk/modules/saml/lib/IdP/SAML2.php       Fri Aug  9 02:37:33 2013
+++ /trunk/modules/saml/lib/IdP/SAML2.php       Mon Aug 12 02:40:50 2013
@@ -551,13 +551,7 @@
                        'idpEntityID' => $idpMetadata->getString('entityid'),
                ));

-               $dst = $spMetadata->getDefaultEndpoint('SingleLogoutService', 
array(
-                       SAML2_Const::BINDING_HTTP_REDIRECT,
-                       SAML2_Const::BINDING_HTTP_POST)
-               );
-               $binding = SAML2_Binding::getBinding($dst['Binding']);
-               $lr->setDestination($dst['Location']);
-
+               $binding = new SAML2_HTTPRedirect();
                return $binding->getRedirectURL($lr);
        }

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simplesamlphp-commits+unsubscr...@googlegroups.com.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp-commits.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to