diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-16 07:29:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 11:29:35 +0000 |
commit | 1383508f2956345fd86de1779dd2f6e723c536c5 (patch) | |
tree | abd5e21ccd6c4df3320cdd6c7168cd7af87a809c /changelog.d | |
parent | Add support for stable MSC2858 API (#9617) (diff) | |
download | synapse-1383508f2956345fd86de1779dd2f6e723c536c5.tar.xz |
Handle an empty cookie as an invalid macaroon. (#9620)
* Handle an empty cookie as an invalid macaroon. * Newsfragment
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9620.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9620.bugfix b/changelog.d/9620.bugfix new file mode 100644 index 0000000000..427580f4ad --- /dev/null +++ b/changelog.d/9620.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.28.0 where the OpenID Connect callback endpoint could error with a `MacaroonInitException`. |