XML : Disable csrf in websockets using xml configuration

I want to disable websocket csrf procetion using spring xml configuration. In Java configuration I can do this like It's described here http://docs.spring.io/spring-security/site/docs/current/reference/html/websocket.html#websocket-sameorigin-disable but how can I do this in xml configuration?

No comments:

Post a Comment