diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-02-09 13:04:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 13:04:24 -0500 |
commit | d22c1c862c8259465a8e95c41eb1f00d0367a640 (patch) | |
tree | c49abbc84c5bc18d31ce3f5ed038802812a8cce9 /changelog.d | |
parent | Avoid mutating cached room aliases. (#15038) (diff) | |
download | synapse-d22c1c862c8259465a8e95c41eb1f00d0367a640.tar.xz |
Respond correctly to unknown methods on known endpoints (#14605)
Respond with a 405 error if a request is received on a known endpoint, but to an unknown method, per MSC3743.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14605.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14605.bugfix b/changelog.d/14605.bugfix new file mode 100644 index 0000000000..cb95a87d92 --- /dev/null +++ b/changelog.d/14605.bugfix @@ -0,0 +1 @@ +Return spec-compliant JSON errors when unknown endpoints are requested. |