diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-03-11 17:44:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 17:44:03 +0000 |
commit | 290552fd836f4ae2dc1d893a7f72f7fff85365d3 (patch) | |
tree | cf4d99ab9288d926746100d3664855043c03fac1 /changelog.d | |
parent | Merge pull request #4847 from matrix-org/erikj/fix_stacktrace_keyring (diff) | |
download | synapse-290552fd836f4ae2dc1d893a7f72f7fff85365d3.tar.xz |
Make federation endpoints more tolerant of trailing slashes for some endpoints (#4793)
Server side of a solution towards #3622.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4793.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4793.feature b/changelog.d/4793.feature new file mode 100644 index 0000000000..90dba7d122 --- /dev/null +++ b/changelog.d/4793.feature @@ -0,0 +1 @@ +Synapse is now permissive about trailing slashes on some of its federation endpoints, allowing zero or more to be present. \ No newline at end of file |