diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-03 14:36:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 14:36:14 +0100 |
commit | 508196e08a834496daa1bfc5f561e69a430e270c (patch) | |
tree | 50db8e7af5ced37cc7bc06c2f4c2f1a35a4ad3f6 /tests/http/__init__.py | |
parent | Merge pull request #3470 from matrix-org/matthew/fix-utf8-logging (diff) | |
download | synapse-508196e08a834496daa1bfc5f561e69a430e270c.tar.xz |
Reject invalid server names (#3480)
Make sure that server_names used in auth headers are sane, and reject them with a sensible error code, before they disappear off into the depths of the system.
Diffstat (limited to 'tests/http/__init__.py')
-rw-r--r-- | tests/http/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/http/__init__.py b/tests/http/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/http/__init__.py
|