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

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

    XMLWordPrintable

Details

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

    Description

      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.
           */
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: