104
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enhance AuthenticationProcessingFilterEntryPoint and related classes, to support a property forcing the login page to be access via https even if the original intercepted request came in as http. More... about 21 years ago
make buildtests depend on build, so it works after a clean. More... about 21 years ago
work on unit test, still some functionality to cover later More... about 21 years ago
allow automatic switch from http to https for login form. unit tests will be updated tomorow to cover new functionality. More... about 21 years ago
after invocation, restore pre-RunAs Authentication regardless of exception that may be thrown by method being intercepted More... about 21 years ago
Spelling and minor changes to CAS section. More... about 21 years ago
Superseded by acegisecurity-developer mailing list. More... about 21 years ago
Initial CAS support. More... about 21 years ago
Updated to reflect new Spring Framework 1.0 styles. More... about 21 years ago
Updated tests to relocate common filter authentication functionality to an abstract parent. More... about 21 years ago
Expand unit test coverage. More... about 21 years ago
Expand coverage to test SaltProvider integration. More... about 21 years ago
Modify contract of AuthenticationProvider to allow AuthenticationProvider implementations to return null if they do not wish to process a given Authentication request, despite asserting they support it. More... about 21 years ago
Initial commit. More... about 21 years ago
Relocate common filter authentication functionality to an abstract parent, and update JavaDocs accordingly. More... about 21 years ago
Update encoders so they process salts. More... about 21 years ago
Unit tests must be named *Tests (note the plural). More... about 21 years ago
Expand unit test coverage. More... about 21 years ago
Update to refer to new static location of ACEGI_SECURITY_LAST_EXCEPTION_KEY. More... about 21 years ago
Enhance mock so it is told whether to grant or deny access. More... about 21 years ago
Detect nulls within GrantedAuthority[] passed to constructor. This ensures end-user DAO implementations are creating the User correctly. More... about 21 years ago
JavaDoc updates. More... about 21 years ago
move password encoder tests to proper packages. rename saltSource param in PasswordEncoder interfce to salt. It was already called salt in subclasses, and is in fact supposed to be the salt, not the source for the salt, although depending on the implementation it may still be treated as the latter. More... about 21 years ago
Make salt sources pluggable. More... about 21 years ago
Improve JavaDocs. More... about 21 years ago
Moved to net.sf.acegisecurity.providers.encoding. More... about 21 years ago
Make SecurityEnforcementFilter support pluggable authentication entry points. Enhance BASIC authentication so it's a viable alternative to form-based authentication for user agents like IE and Netscape. More... about 21 years ago
Relaxed requirement so targetClass OR targetBean can be used (targetBean no longer requires targetClass to be specified as well). More... about 21 years ago
Provide a proxy so filters can be loaded directly from the application context. More... about 21 years ago
Expand test coverage now that prefix is configurable. More... about 21 years ago