Commit History

Author SHA1 Message Date
  Scott McCrory 481a9377e4 Added NPE check for defaultTargetUrl in requiresAuthentication 19 years ago
  Ben Alex 9ec8a44c26 SEC-219: Need commons-lang as a dependency due to FilterInvocationDefinitionSourceEditor. 19 years ago
  Ben Alex 8cc5dcde30 SEC-249: Support logout filter. 19 years ago
  Ben Alex 87e4032cb8 SEC-238: Update docs. 19 years ago
  Luke Taylor 8400341399 Tidy up screwy formatting. 19 years ago
  Ray Krueger a7d0f88e01 Fixed no authority check so that it is after addCustomAuthorities 19 years ago
  Ben Alex a47a342ce6 SEC-234: Allow pluggable AuthenticationDetailsSource strategy interface. 19 years ago
  Ben Alex b1becf9277 SEC-242: Make logger reflect subclass, not superclass. 19 years ago
  Ben Alex f4156a22bd SEC-246: Enable late binding on DaoAuthenticationProvider.userDetailsService field. 19 years ago
  Ben Alex d541c8e257 SEC-238: Add AuthenticationException to onUnsuccessfulAuthentication method signature. 19 years ago
  Ben Alex 942bdbfad3 SEC-236: Use interface instead of concrete class for JbossAcegiLoginModule. 19 years ago
  Ben Alex 540c7b2e6a SEC-229: Allow external URLs from AbstractProcessingFilter. 19 years ago
  Ben Alex 97ac9f7e98 SEC-191: Look in parent bean factories for AclManager. 19 years ago
  Ben Alex f6b7429947 SEC-187: Tidy up URL composition logic basedon default HTTP(S) ports. 19 years ago
  Ben Alex 307ac99ec5 SEC-199: Use ServletException.getRootCause() to extract any Acegi Security exceptions. 19 years ago
  Ben Alex 4e09777dec SEC-247: Allow #NONE# to be used to specify paths that shouldn't have any filters fire. 19 years ago
  Ben Alex 185d63f23c SEC-221: AbstractProcessingFilter.onPreAuthentication() should have exceptions caught. 19 years ago
  Ben Alex 6bae43d380 SEC-206: Include context root when generating cookies. 19 years ago
  Ben Alex 5d9ed78b50 SEC-147: Add processDomainObjectClass property to AfterInvocationProviders. 19 years ago
  Ben Alex de4af379cc SEC-252: Stop NPE if principal object is null. 19 years ago
  Ben Alex fba45cb19e SEC-208: Fix threading issue. 19 years ago
  Carlos Sanchez 88e8e60861 [SEC-240] Moved log4j.properties to test folder to avoid including it in jar 19 years ago
  Ben Alex 5f79a25860 SEC-243: SessionRegistryImpl no longer incorrectly includes expired sessions. 19 years ago
  Ben Alex 948f79e2e2 SEC-219: Support complex tokenization scenarios. 19 years ago
  Ben Alex 14683dcbc7 SEC-190: Add hashCode() and equals() methods. 19 years ago
  Ben Alex 36c096858d SEC-223: Improve hashCode() performance. 19 years ago
  Ben Alex 57aee4e605 SEC-218: Fix authentication exception cleanup of SecurityContextHolder. 19 years ago
  Ben Alex 8cff715599 SEC-222: Improve hashCode() to use XOR. 19 years ago
  Scott McCrory e39bd43541 SEC-217 - Improve Siteminder Filter - now authenticates on calls to both j_security_check and the default target URL if the user isn't already authenticated. Thanks Paul Garvey for determining this and providing solution code. 19 years ago
  Scott McCrory e44c5e66d3 As per SEC-193, removed unnecessarily overridden methods. 19 years ago