summary refs log tree commit diff
path: root/changelog.d/4763.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-02-27 22:29:10 +0000
committerAmber Brown <hawkowl@atleastfornow.net>2019-02-27 14:29:10 -0800
commit68f47d6744ac2b4c6ac8b59b8c52a537a5072b4c (patch)
tree1c90996cf1aace9c99ee6ed882a2171466686a52 /changelog.d/4763.bugfix
parentMove from TravisCI to BuildKite (#4752) (diff)
downloadsynapse-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/4763.bugfix')
-rw-r--r--changelog.d/4763.bugfix1
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.