We had a similar issue when we tried to make Atmosphere work with Wicket and SpringSecurity. Atmosphere defines a servlet which implements CometProcessor. Wicket and SpringSecurity are normally two...
Type: Posts; User: horalstvo; Keyword(s):
We had a similar issue when we tried to make Atmosphere work with Wicket and SpringSecurity. Atmosphere defines a servlet which implements CometProcessor. Wicket and SpringSecurity are normally two...
I was working on a similar problem - integrating Wicket (which is normally accessed by a WicketFilter defined in web.xml) with Spring, Spring Security and later on Atmosphere with Tomcat NIO protocol...