Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty-9.1.4 : some websocket header names are not case-insensitive

Hi,
 
When we try to negociate subprotocol with a custom ServerEndpointConfig.Configurator, we got an empty list of requested subprotocols if the header name does not match exactly "Sec-WebSocket-Protocol" (in our case, the client adds the header " Sec-Websocket-Protocol").
 
This is not compliant with RFC2616 4.2 and it seems that it is located in the class ServletUpdateRequest delaing with subprotocols and extensions.
 
Regards,
Yves
 
 
 
 

Back to the top