Search:

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

Search: Search took 0.01 seconds.

  1. Spring Security-Error creating bean 'org.springframework.security.filterChains'

    I am trying basic spring security set up. I am using 3.1.0.RELEASE
    I have in the spring security xml as follows:

    <security:http auto-config='true'>
    <security:intercept-url pattern="/**"...
  2. Replies
    5
    Views
    1,644

    My fix

    Here is the Class I wrote:
    import java.io.IOException;

    import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import...
  3. Replies
    5
    Views
    1,644

    Custom Handler fixed this

    Thanks for your input. In my case user is not anonymous. When I used my own custom access denied handler, this was fixed.
  4. Replies
    5
    Views
    1,644

    Access Denied Handler not working

    I have the following Spring security configuration:
    <security:http entry-point-ref="preAuthenticateEntryPoint">
    <security:custom-filter position="PRE_AUTH_FILTER"...
Results 1 to 4 of 4