MatrixSynapse/synapse/rest
Richard van der Hoff 1bbc9e2df6
Clean up exception handling in SAML2ResponseResource (#7614)
* 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.
2020-06-03 10:41:12 +01:00
..
admin Email notifications for new users when creating via the Admin API. (#7267) 2020-06-01 15:34:33 +01:00
client Fix a bug in automatic user creation with m.login.jwt. (#7585) 2020-06-01 12:55:07 -04:00
consent
key
media remove miscellaneous PY2 code 2020-05-15 19:37:41 +01:00
oidc
saml2 Clean up exception handling in SAML2ResponseResource (#7614) 2020-06-03 10:41:12 +01:00
__init__.py
well_known.py