Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    12
    Views
    19,038

    I presume that the login processing URL is the...

    I presume that the login processing URL is the filterProcessesUrl on my custom AuthenticationProcessingFilter:

    <property name="filterProcessesUrl" value="/j_security_check"/>

    Someone...
  2. Replies
    12
    Views
    19,038

    See attached zip file with the security.xml that...

    See attached zip file with the security.xml that works. Notice that I did not use any of the namespace configurations, but used only Spring beans. I could have used the <anonymous> element in...
  3. Replies
    12
    Views
    19,038

    I fixed the...

    I fixed the authenticationProcessingFilterEntryPoint and now my filter is activated.



    <property name="loginFormUrl" value="/j_security_check"/>

    should have been


    <property...
  4. Replies
    12
    Views
    19,038

    Thanks for the replies. I removed form-login and...

    Thanks for the replies. I removed form-login and the ExceptionTranslationFilter and added the entry-point-ref to reference my AuthenticationProcessingFilterEntryPoint.

    But my custom...
  5. Replies
    12
    Views
    19,038

    How to replace form-login

    Using Spring Security 2.0.3.

    I have written a custom AuthenticationProcessingFilter and AuthenticationProvider and want to plug this in to replace the form-login.


    <bean...
Results 1 to 5 of 5