104
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Authentication subclasses Principal, so it's directly usable by classes that want a Principal. No implementations need to change if they subclass AbstractAuthenticationToken, as it implements the one and only method required by Principal. More... about 21 years ago
Allow filter to update multiple HttpSession attributes (useful if servlets etc expect to find an Authentication object in a given HttpSession attribute, like Jakarta Slide). More... about 21 years ago
Fixed issue with caching by making AbstractIntegrationFilter (and its subclasses) write the new Authentication object to the well-known location. More... about 21 years ago
Quick-start assistance. More... about 21 years ago
Channel filter should be commented out by default. More... about 21 years ago
Make ChannelDecisionManagerImpl iterate through a list of channel security processors. More... about 21 years ago
Improve IE 6 bug detection logic. More... about 21 years ago
Corrected welcome page to display appropriate information depending on WAR being used. More... about 21 years ago
Change classes to use PortMapperImpl and PortResolverImpl by default. More... about 21 years ago
Move port mapping functionality into separate classes to allow reuse. Permit implementations to override the source port (required given some browsers do not respond to HTTP redirects correctly). More... about 21 years ago
Significantly enhance channel processing filter. More... about 21 years ago
Move port mapping functionality into separate classes to allow reuse. Permit implementations to override the source port (required given some browsers do not respond to HTTP redirects correctly). More... about 21 years ago
Clarify how URLs are constructed. More... about 21 years ago
Support new key requirement on DAO authentication provider. More... about 21 years ago
Filter to ensure web requests are received over a suitable secure channel. More... about 21 years ago
Add DaoAuthenticationProvider caching support. More... about 21 years ago
Add correct supports() method and tests. More... about 21 years ago
Add toString() method and test. More... about 21 years ago
Add DaoAuthenticationProvider caching support. More... about 21 years ago
Increase test coverage. More... about 21 years ago
Enhance equals() method to detect key variances. More... about 21 years ago
fix FilterInvocation so it doesn't lose the tail end (past the servlet path) of the request url More... about 21 years ago
Remove unnecessary code. More... about 21 years ago
Correct <A HREF> tags to use proper URL encoding. More... about 21 years ago
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