openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Acegi Security System for Spring
Settings
|
Report Duplicate
104
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 606 of 611
Search / Filter on:
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.
Colin Sampaleanu
More...
about 21 years ago
make buildtests depend on build, so it works after a clean.
Colin Sampaleanu
More...
about 21 years ago
work on unit test, still some functionality to cover later
Colin Sampaleanu
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.
Colin Sampaleanu
More...
about 21 years ago
after invocation, restore pre-RunAs Authentication regardless of exception that may be thrown by method being intercepted
Colin Sampaleanu
More...
about 21 years ago
Spelling and minor changes to CAS section.
Ben Alex
More...
about 21 years ago
Superseded by acegisecurity-developer mailing list.
Ben Alex
More...
about 21 years ago
Initial CAS support.
Ben Alex
More...
about 21 years ago
Updated to reflect new Spring Framework 1.0 styles.
Ben Alex
More...
about 21 years ago
Updated tests to relocate common filter authentication functionality to an abstract parent.
Ben Alex
More...
about 21 years ago
Expand unit test coverage.
Ben Alex
More...
about 21 years ago
Expand coverage to test SaltProvider integration.
Ben Alex
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.
Ben Alex
More...
about 21 years ago
Initial commit.
Ben Alex
More...
about 21 years ago
Relocate common filter authentication functionality to an abstract parent, and update JavaDocs accordingly.
Ben Alex
More...
about 21 years ago
Update encoders so they process salts.
Ben Alex
More...
about 21 years ago
Unit tests must be named *Tests (note the plural).
Ben Alex
More...
about 21 years ago
Expand unit test coverage.
Ben Alex
More...
about 21 years ago
Update to refer to new static location of ACEGI_SECURITY_LAST_EXCEPTION_KEY.
Ben Alex
More...
about 21 years ago
Enhance mock so it is told whether to grant or deny access.
Ben Alex
More...
about 21 years ago
Detect nulls within GrantedAuthority[] passed to constructor. This ensures end-user DAO implementations are creating the User correctly.
Ben Alex
More...
about 21 years ago
JavaDoc updates.
Ben Alex
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.
Colin Sampaleanu
More...
about 21 years ago
Make salt sources pluggable.
Ben Alex
More...
about 21 years ago
Improve JavaDocs.
Ben Alex
More...
about 21 years ago
Moved to net.sf.acegisecurity.providers.encoding.
Ben Alex
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.
Ben Alex
More...
about 21 years ago
Relaxed requirement so targetClass OR targetBean can be used (targetBean no longer requires targetClass to be specified as well).
Ben Alex
More...
about 21 years ago
Provide a proxy so filters can be loaded directly from the application context.
Ben Alex
More...
about 21 years ago
Expand test coverage now that prefix is configurable.
Ben Alex
More...
about 21 years ago
←
1
2
…
602
603
604
605
606
607
608
609
610
611
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree