Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

make handling of federation Authorization header (more) compliant with RFC7230 #12774

Merged
merged 4 commits into from
May 18, 2022

Commits on May 17, 2022

  1. make handling of federation Authorization header (more) compliant wit…

    …h RFC7230
    
    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
    uhoreg committed May 17, 2022
    Configuration menu
    Copy the full SHA
    28c2d45 View commit details
    Browse the repository at this point in the history
  2. add changelog

    uhoreg committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3b96dfa View commit details
    Browse the repository at this point in the history
  3. lint

    uhoreg committed May 17, 2022
    Configuration menu
    Copy the full SHA
    fc8bd16 View commit details
    Browse the repository at this point in the history
  4. add test

    uhoreg committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e4de52f View commit details
    Browse the repository at this point in the history