summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard Brežák <richard@brezak.sk>2023-10-24 15:45:21 +0200
committerGitHub <noreply@github.com>2023-10-24 13:45:21 +0000
commit95076f77c1b370ecef780c7bbf631bd34868c982 (patch)
treea0bdf97d0ef58b79a09988f9f4e70fe2fb37e348 /changelog.d
parentRevert "Add test case to detect dodgy b64 encoding" (diff)
downloadsynapse-95076f77c1b370ecef780c7bbf631bd34868c982.tar.xz
Fix http/s proxy authentication with long username/passwords (#16504)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16504.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16504.bugfix b/changelog.d/16504.bugfix
new file mode 100644
index 0000000000..60839c474b
--- /dev/null
+++ b/changelog.d/16504.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.41 where HTTP(S) forward proxy authorization would fail when using basic HTTP authentication with a long `username:password` string.