Open halfbaked opened 12 years ago
sorry for the delay, this month is pretty packed ... For the moment I delay that to the events security integration which has to be targeted in the next platform core release.
Hi @halfbaked, have a look at this link. Maybe it helps your with your WS-Session-Issue: https://github.com/Atmosphere/atmosphere/wiki/Enabling-HttpSession-Support
that looks good for the websockets issue, though I have yet to try it. Gracias Senor!
No problem. If it works for you, it could be a nice enhancement for the plugin.
@halfbaked @sbuettner did you make authorization work? I'm having the same problem here.
@aro1976 Have a look at my comment on issue #19 which involves a service that does authorization on a per-request base.
What is the status of this issue ? I am facing issues with spring security. I get the following error in my browser console. SSE failed. Downgrading to fallback transport and resending.
I think more elegant and robust integration between spring-security integration and the browserFilters could be a good. It would be for me at least. Allow me to share what I have so far.
I can obtain the principal user with the following code. It looks a little ugly, but it works - well for long-polling and sse anyway! It doesn't seem to work for web sockets.
Stephane, I'm hoping you might have some tips / thoughts... :)