-
Feature Request
-
Resolution: Done
-
Minor
-
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. */