-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tomcat] Sprint exception with WebSocket #280
Comments
Replaced org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket line 116 : with: RequestFacade facade = (RequestFacade) hsr; |
Integrated. Thanks! |
Filled in Tomcat
|
jfarcand
added a commit
that referenced
this issue
Apr 12, 2012
jfarcand
added a commit
that referenced
this issue
May 30, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
java.lang.ClassCastException: org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper cannot be cast to org.apache.catalina.connector.RequestFacade at org.atmosphere.container.Tomcat7AsyncSupportWithWebSocket.service(Tomcat7AsyncSupportWithWebSocket.java:116) at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:1146)
The text was updated successfully, but these errors were encountered: