Search:

Type: Posts; User: mpaquin; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks for your answer.

    Thanks for your answer.
  2. Hi, I have the same needs as you. According...

    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...
  3. Replies
    2
    Views
    763

    Thanks for your answer. First I have search on...

    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...
  4. Replies
    2
    Views
    763

    Securing web service

    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...
  5. Replies
    2
    Views
    965

    Here what happens

    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...
  6. Replies
    2
    Views
    965

    concurrent-session-control exception

    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...
  7. Replies
    1
    Views
    982

    Struts tags url

    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.
  8. Replies
    1
    Views
    982

    Logout redirection

    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"...
Results 1 to 8 of 14