Search:

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

Search: Search took 0.02 seconds.

  1. Thanks a lot Luke, I changed all the spring...

    Thanks a lot Luke, I changed all the spring security jars to 3.0.2 and it works fine now.
  2. I have exactly the same problem. I've changed the...

    I have exactly the same problem. I've changed the spring-security-web jar to release 3.0.2, but still get the same problem. Does anyone know which specific jars need to be changed to correct this...
  3. Replies
    25
    Views
    24,180

    Websphere/Spring security 404 error-code on login/logout

    I had exactly the same problem as people on this forum had: the 404 error-code whenever trying to login/logout of an application using Spring security. The error only occurred on WAS for me, but the...
  4. Replies
    7
    Views
    1,157

    I tried the following, which made no difference:...

    I tried the following, which made no difference:

    1)

    <property name="defaultTargetUrl" value="/secure/enter_transform.htm" />

    @Controller
    public class ForwardingController {...
  5. Replies
    7
    Views
    1,157

    Thanks for your reply Luke. I made the...

    Thanks for your reply Luke.

    I made the following change to speds-security-context.xml:

    <property name="defaultTargetUrl" value="/secure/enter_transform.htm" />

    and the following change to...
  6. Replies
    7
    Views
    1,157

    Thanks for the reply. Unfortunately, it doesn't...

    Thanks for the reply. Unfortunately, it doesn't look like you can do this, as I get the following error when the beans load up:

    Property 'defaultTargetUrl' threw exception; nested exception is...
  7. Replies
    7
    Views
    1,157

    I added the following line to both the GET and...

    I added the following line to both the GET and POST method of the controller:

    System.out.println(request.getMethod());

    Obviously, in the GET method of the controller, "GET" is printed, and in...
  8. I have the same problem!

    I've just posted a log and I noticed I have exactly the same problem as you:

    http://forum.springsource.org/showthread.php?t=72131&highlight=POST+controller

    Unfortunately I don't have a clue as...
  9. Replies
    7
    Views
    1,157

    POST called in controller instead of GET!

    I've just noticed a bug in a fairly simple system I built using Spring security/Spring MVC. Here's a bit of background about what the system does:

    There are 2 pages, the logon page, and the main...
  10. Replies
    1
    Views
    3,160

    Custom LogoutFilter

    Hello Spring community,
    I'm new to Spring and even newer to Spring Security.

    My questions is:
    how do I create a custom LogoutFilter? Basically, when a user clicks on the logout, I want to audit...
Results 1 to 10 of 10