Thanks for your answer.
Type: Posts; User: mpaquin; Keyword(s):
Thanks for your answer.
Hi,
I have the same needs as you. According to the spring-security home page spring security is supposed to support such feature
Long-requested support for groups, hierarchical roles and a...
Thanks for your answer. First I have search on Google but with "spring security xfire web service" as keyword. The reason for this is that I want to used the new version (2.0.x) because the config is...
I need to secure a web service. Currently the client application authenticate with with a userid and token passed in the soap message. The web service is implemented with XFire. One way I was...
Sorry to respond late, I was on vacation. Here what happens.
In first session: I log in.
Second session: Logged with same user id.
First session. I click on a link, I got the null pointer...
I used concurent-session-control. I connect from a second session with the same user and I got this exception when I try to browse in the first session:
org.apache.jasper.JasperException...
The problem was that I was using s:url struts tag. The generate url was wrong. Using JSTL url tag in place correctly generate the url. Logout work as expected now.
Here my problem. When I click on my logout link I am not redirected to the login page.
extract from my security config
===========================
<http auto-config="true"...