Skip to content
Snippets Groups Projects
Commit 494b31f3 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Added extra debug logging, and changed the processuahtnrequest error to use...

Added extra debug logging, and changed the processuahtnrequest error to use the new fataerror() message

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@243 44740490-163a-0410-bde0-09ae8108e29a
parent b1dc22ef
No related branches found
No related tags found
No related merge requests found
......@@ -64,18 +64,11 @@ if (isset($_GET['shire'])) {
$requestcache['RelayState'] = $relaystate;
$session->setAuthnRequest('shib13', $requestid, $requestcache);
$logger->log(LOG_INFO, $session->getTrackID(), 'Shib1.3', 'IdP.SSOService', 'EVENT', $requestid, 'Got incomming Shib authnRequest');
} catch(Exception $exception) {
$et = new SimpleSAML_XHTML_Template($config, 'error.php');
$et->data['header'] = 'Error getting incomming request';
$et->data['message'] = 'Something bad happened when simpleSAML got the incomming authentication request';
$et->data['e'] = $exception;
$et->show();
exit(0);
SimpleSAML_Utilities::fatalError($session->getTrackID(), 'PROCESSAUTHNREQUEST');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment