- Aug 06, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2478 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 03, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2472 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2471 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2465 44740490-163a-0410-bde0-09ae8108e29a
-
- May 06, 2010
-
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2282 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 04, 2009
-
-
Olav Morken authored
Instead of throwing an exception for all assertion failures, simply log an error with a stack trace. PHP will still abort execution if assert.bail is enabled. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2027 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 07, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1825 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 16, 2009
-
-
Olav Morken authored
Change the SimpleSAML_Error_Assertion class to inherit from SimpleSAML_Error_Exception, to signal it being an internal error. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1588 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 13, 2009
-
-
Olav Morken authored
Makes this exception a subclass of SimpleSAML_Error_Exception. This makes it possible to serialize this exception. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1567 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
This patch adds several functions for writing the exception to the logs with a full backtrace, including the causes for the exception. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1566 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Including the cause of the exception will make it simpler to trace exceptions through the program. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1565 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
The SimpleSAML_Error_Exception class is a base class for serializable exceptions. This patch adds SimpleSAML_Error_UnserializableException. That class saves some of the information from an Exception and saves it in an serializable exception. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1564 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Make the SimpleSAML_Error_Exception class suitable for serialization by making it _not_ serialize the trace variable in the Exception class. Serializing the trace-variable is problematic because it contains the parameters to all function calls. This can make the exception very big. This can also make the exception unserializable, if one of the parameters is unserializable. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1563 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Remove the getAssertionBacktrace() function, which isn't used anywhere. This function is also a bit misleading, since it doesn't actually return the backtrace from where the assertion failed. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1562 44740490-163a-0410-bde0-09ae8108e29a
-
- Jul 06, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1551 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 26, 2009
-
-
Mads Freek Petersen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1443 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 12, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@802 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 04, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@793 44740490-163a-0410-bde0-09ae8108e29a
-