Decebal Suiu
Decebal Suiu
@deepakmn What is the resolution of this issue?
@mariocalin You are welcome. If you encounter any problem we are here to help you. By the way, why you want to use JTwig, we have already a good integration...
@lambdaupb I think that I understand what you say. Can you please add a concrete example from your application (a code snippet or something similar) to visualize the problem? Thanks!
I use the same approach. See in [demo](https://github.com/pippo-java/pippo-demo/blob/master/pippo-demo-websocket/src/main/java/ro/pippo/demo/websocket/WebSocketApplication.java#L106).
You can find more technical details (implementation details) about WebSocket support in Pippo at https://github.com/pippo-java/pippo/pull/360. The same approach with cast `WebSocketConnection` to specific container implementation (`JettyWebSocketConnection`, `UndertowWebSocketConnection`) I used when...
I add below some useful links that can help us to polish more the websocket support in Pippo: - https://stackoverflow.com/questions/20240591/websocket-httpsession-returns-null - https://stackoverflow.com/questions/17936440/accessing-httpsession-from-httpservletrequest-in-a-web-socket-serverendpoint
@whyicantusemyemailasusername Can you add more details related to your approach? I don't understand it.
@mhagnumdw I remember our discussion :smile:. It will be nice to find a good solution, to mix regular routes/filters with websocket routes.
Can you supply a PR please?
> Any progress here? I believe this will resolve my case below. > > I thought about it now when I needed to get the version of Google Guice used...