Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-252

HandshakeRequest.getHeaders().get("origin") return null

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Minor Minor
    • 1.1.Beta2
    • None
    • None
    • None

      See: https://github.com/Atmosphere/atmosphere/issues/1617

      It seems Undertow return null when

      HandshakeRequest.getHeaders().get("origin")
      

      ,but not when

      HandshakeRequest.getHeaders().get("Origin")
      

      The spec is clear:

          /**
           * Return the read only Map of Http Headers that came with the handshake request. The header names
           * are case insensitive.
           *
           * @return the list of headers.
           */
      

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              jeanfrancois.arcand Jeanfrancois Arcand (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: