Results 1 to 3 of 3

Thread: AbstractAuthenticationProcessingFilter

  1. #1
    Join Date
    Jul 2010
    Location
    India
    Posts
    19

    Exclamation AbstractAuthenticationProcessingFilter

    What if I defined my own filterProcessesUrl and try to post it to that URL for basic authentication is it possible?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    Just about anything is possible (although may require some custom code)...but I'm not sure I understand what you are trying to do. Is there a reason that the buit in basic authentication does not work for you?
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  3. #3
    Join Date
    Jul 2010
    Location
    India
    Posts
    19

    Talking Yep it does.

    Quote Originally Posted by Rob Winch View Post
    Just about anything is possible (although may require some custom code)...but I'm not sure I understand what you are trying to do. Is there a reason that the buit in basic authentication does not work for you?
    Thanks Rob!

    basic Authentication would work, but I was trying to play around and have some custom security stuff come into play. BTW I did manage to get it working.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •