From b763c6e8debca6cff468f5833243795053b402de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 27 Feb 2008 17:45:13 +0000
Subject: [PATCH] fixing bug with bridged slo

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@325 44740490-163a-0410-bde0-09ae8108e29a
---
 www/saml2/idp/SingleLogoutService.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/saml2/idp/SingleLogoutService.php b/www/saml2/idp/SingleLogoutService.php
index bdf02af69..7b846e2db 100644
--- a/www/saml2/idp/SingleLogoutService.php
+++ b/www/saml2/idp/SingleLogoutService.php
@@ -163,7 +163,11 @@ if (isset($_GET['SAMLRequest'])) {
 	SimpleSAML_Logger::info('SAML2.0 - IDP.SingleLogoutService: got LogoutResponse from ' . $loginresponse->getIssuer());
 } else {
 	
-	SimpleSAML_Utilities::fatalError($session->getTrackID(), 'SLOSERVICEPARAMS');
+	/**
+	 * This error message was removed 2008-02-27, because it interrupts with bridged SLO.
+	 *
+	 * SimpleSAML_Utilities::fatalError($session->getTrackID(), 'SLOSERVICEPARAMS');
+	 */
 }
 
 
-- 
GitLab