-
- Downloads
Make handling of federation Authorization header (more) compliant with RFC7230 (#12774)
The main differences are: - values with delimiters (such as colons) should be quoted, so always quote the origin, since it could contain a colon followed by a port number - should allow more than one space after "X-Matrix" - quoted values with backslash-escaped characters should be unescaped - names should be case insensitive
Showing
- changelog.d/12774.misc 1 addition, 0 deletionschangelog.d/12774.misc
- synapse/federation/transport/server/_base.py 5 additions, 3 deletionssynapse/federation/transport/server/_base.py
- synapse/http/matrixfederationclient.py 1 addition, 1 deletionsynapse/http/matrixfederationclient.py
- tests/federation/transport/server/test__base.py 28 additions, 1 deletiontests/federation/transport/server/test__base.py
changelog.d/12774.misc
0 → 100644
Please register or sign in to comment