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
..
2020-05-14 18:12:00 +01:00
2019-06-20 19:32:02 +10:00
2020-02-13 11:29:08 +00:00
2020-02-19 10:03:19 +00:00
2020-02-19 10:03:19 +00:00
2018-05-23 13:47:34 +01:00
2020-02-12 15:39:40 +00:00
2020-04-01 12:44:51 +01:00

Synapse Documentation

This directory contains documentation specific to the synapse homeserver.

All matrix-generic documentation now lives in its own project, located at matrix-org/matrix-doc

(Note: some items here may be moved to matrix-org/matrix-doc at some point in the future.)