diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-27 22:29:10 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-27 14:29:10 -0800 |
commit | 68f47d6744ac2b4c6ac8b59b8c52a537a5072b4c (patch) | |
tree | 1c90996cf1aace9c99ee6ed882a2171466686a52 /changelog.d | |
parent | Move from TravisCI to BuildKite (#4752) (diff) | |
download | synapse-68f47d6744ac2b4c6ac8b59b8c52a537a5072b4c.tar.xz |
Fix parsing of Content-Disposition headers (#4763)
* Fix parsing of Content-Disposition headers TIL: filenames in content-dispostion headers can contain semicolons, and aren't %-encoded. * fix python2 incompatibility * Fix docstrings
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4763.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4763.bugfix b/changelog.d/4763.bugfix new file mode 100644 index 0000000000..213ea44b70 --- /dev/null +++ b/changelog.d/4763.bugfix @@ -0,0 +1 @@ +Fix parsing of Content-Disposition headers on remote media requests and URL previews. |