Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#FFFFFF
titleLogin Form After Session Re-Use Detected


This is the message that a user will get if he or she attempts to login again without first logging out. See HttpSessionReuseDetectionFilter.

Logout Page

There is no logout page. The page to which a user is redirected after a logout is specified in the logoutFilter bean in applicationContext-acegi-security.xml.

Basic Authentication

Basic authentication is part of the HTTP specification. It is simple but relatively inflexible. Acegi Security implements Basic authentication using BasicProcessingFilter and BasicProcessingFilterEntryPoint.

...