Class WebSocketConnectionOriginFilter

java.lang.Object
org.apache.wicket.protocol.ws.api.WebSocketConnectionOriginFilter
All Implemented Interfaces:
IWebSocketConnectionFilter

This filter will reject those requests which contain 'Origin' header that does not match the origin of the application host. This kind of extended security might be necessary if the application needs to enforce the Same Origin Policy which is not provided by the HTML5 WebSocket protocol.
Author:
Gergely Nagy
See Also: