Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    25
    Views
    14,489

    I have not set any default-target url. I had it...

    I have not set any default-target url. I had it before but then Spring Security redirected me to the default-target url everytime I logged in. But I want that the user stays on the page where the...
  2. Replies
    25
    Views
    14,489

    Today I played a bit around with securing my...

    Today I played a bit around with securing my webpages. If want to access http://localhost:8080/ksw/page then Spring Security blocks me and wants me to login (yeah!). After a successful login, Spring...
  3. Replies
    25
    Views
    14,489

    You are fantastic! Logout seems to work now. :) ...

    You are fantastic! Logout seems to work now. :)

    My urlrewrite.xml is:


    To secure http://localhost:8080/ksw/page I have to write this in my applicationContext-security.xml:


    If I access...
  4. Replies
    25
    Views
    14,489

    I use version 3.2. With your configuration the...

    I use version 3.2. With your configuration the Login works now!
    I had to change the form action url in my login.jsp from:


    To:


    The only things which are not working yet is the "Logout" and...
  5. Replies
    25
    Views
    14,489

    Ok, I did this but then my GlassFish v3...

    Ok, I did this but then my GlassFish v3 application server claims:


    Here is my login.jsp:


    And some lines from my applicationContext-security.xml:


    Maybe you can see an error in it... I'm...
  6. Replies
    25
    Views
    14,489

    Hi __dev18 and eggsy84. Thank you very much for...

    Hi __dev18 and eggsy84. Thank you very much for your help!
    With your advice I have made it. :)

    But there is still a problem.
    My application context path is /ksw and is deployed to...
  7. Replies
    25
    Views
    14,489

    How to configure Spring Security Filter Chain with Tuckey ?

    I also have some problems to get Spring Security work with Spring 3 and Tuckey 3.0.4.

    Here is my: web.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="3.0"...
  8. I now use the following...

    I now use the following applicationContext-security.xml which works:


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  9. Hey, you're right. I had to extract the...

    Hey, you're right. I had to extract the "aspectj-1.5.4.jar" to get "aspectjrt.jar" and "aspectjweaver.jar".
    After I added the "aspectjweaver.jar" to my Libraries the "Class not found"-error has...
  10. NoClassDefFoundError - org/aspectj/lang/Signature

    Hi,

    I've got a working Spring Web MVC application and now I want to implement Spring Security for protected websites.

    For the applicationContext-security.xml I use the following code:


    ...
Results 1 to 10 of 10