OpenConext / Stepup-tiqr

tiqr IdP for step-up authentication
Apache License 2.0
3 stars 2 forks source link

Catch the tiqr-server-libphp ReadWriteExceptions #146

Closed MKodde closed 2 years ago

MKodde commented 2 years ago

The read write exceptions are catched in the code calling the library. The exceptions are explicitly translated to an exception of our own making. Mainly for decoupling reasons.

The application does not pay further attention to these situations. As in, it will produce a 500 error when any of these situations arise. No custom user facing error reports have been prioritized for now.

See: https://www.pivotaltracker.com/story/show/181553909 The biggest win for now is that the application does not continue execution after a critical point failed previously.