summary refs log tree commit diff
path: root/changelog.d/7614.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.15.0rc1 v1.15.0rc1Brendan Abolivier2020-06-091-1/+0
|
* Revert "1.15.0rc1"Brendan Abolivier2020-06-091-0/+1
| | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb.
* 1.15.0rc1Brendan Abolivier2020-06-091-1/+0
|
* Clean up exception handling in SAML2ResponseResource (#7614)Richard van der Hoff2020-06-031-0/+1
* Expose `return_html_error`, and allow it to take a Jinja2 template instead of a raw string * Clean up exception handling in SAML2ResponseResource * use the existing code in `return_html_error` instead of re-implementing it (giving it a jinja2 template rather than inventing a new form of template) * do the exception-catching in the REST layer rather than in the handler layer, to make sure we catch all exceptions.