104
I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
May 24, 2023 — May 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue with hot redeploy as cache not being closed. More... about 20 years ago
Increased build version to 0.51. More... about 20 years ago
Extra mock functionality for new unit tests. More... about 20 years ago
Improved exception handling if response already committed. More... about 20 years ago
Implemented a fix for a NullPointerException as reported by Pierre-Antoine Gr�goire ([email protected]) "The error comes from line 115 in AuthorizeTag....It seems there's no control for a null value here..." More... about 20 years ago
Made serializable as per request by Mike Youngstrom. More... about 20 years ago
Create a NullRunAsManager, which is used by default by the AbstractSecurityInterceptor. More... about 20 years ago
Corrected typo as spotted by Tim Kettering. More... about 20 years ago
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 20 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 20 years ago
Fixed issue with caching by making AbstractIntegrationFilter (and its subclasses) write the new Authentication object to the well-known location. More... about 20 years ago
Quick-start assistance. More... about 20 years ago
Channel filter should be commented out by default. More... about 20 years ago
Make ChannelDecisionManagerImpl iterate through a list of channel security processors. More... about 20 years ago
Improve IE 6 bug detection logic. More... about 20 years ago
Corrected welcome page to display appropriate information depending on WAR being used. More... about 20 years ago
Change classes to use PortMapperImpl and PortResolverImpl by default. More... about 20 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 20 years ago
Significantly enhance channel processing filter. More... about 20 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 20 years ago
Clarify how URLs are constructed. More... about 20 years ago
Support new key requirement on DAO authentication provider. More... about 20 years ago
Filter to ensure web requests are received over a suitable secure channel. More... about 20 years ago
Add DaoAuthenticationProvider caching support. More... about 20 years ago
Add correct supports() method and tests. More... about 20 years ago
Add toString() method and test. More... about 20 years ago
Add DaoAuthenticationProvider caching support. More... about 20 years ago
Increase test coverage. More... about 20 years ago
Enhance equals() method to detect key variances. More... about 20 years ago
fix FilterInvocation so it doesn't lose the tail end (past the servlet path) of the request url More... about 20 years ago