Sorry ServletUtils.getRequest() will return null for XFire Webservice calls.
I don't know how and if you can get the request from a xfire message. You can implement SessionIdentifierAware Interface...
Type: Posts; User: Cojote; Keyword(s):
Sorry ServletUtils.getRequest() will return null for XFire Webservice calls.
I don't know how and if you can get the request from a xfire message. You can implement SessionIdentifierAware Interface...
I was running exactly in the same problem.
I don't know if it s ok what i m doing but i was able to solve it by adding
authToker.setDetails(new...
Hi posta07,
i m new to GWT with SpringSecurity.
I have allready secured my application with springSecurity. It works fine for webservice calls, but i m not able to make it work with GWT. It would...
Hi,
i am a newbie in Spring Security. So far i have configured all the necessary stuff like passwordEncoder, daoauthenticationProvider and my UserDetails Service
But now i wanted to use JSR250...