Luke Taylor
|
db6da77a5f
SEC-1413: Add RedirectStrategy to AbstractRetryEntryPoint.
|
15 лет назад |
Luke Taylor
|
dca0fd871c
SEC-1532: Add cache of previously matched beans to ProtectPointcutPostProcessor to ensure that it doesn't perform pointcut matching every time a new prototype bean is created.
|
15 лет назад |
Luke Taylor
|
183333d189
SEC-1430: Forgot to commit changes to new ExceptionMappingAuthenticationFailureHandlerTests.
|
15 лет назад |
Luke Taylor
|
2e98b84494
SEC-1430: internalize session key for SavedRequest. This should be accessed using the RequestCache interface if required. Additional refactoring of related tests which were still in AbstractAuthenticationProcessingFilterTests for historical reasons, but should be in their respective success/failure handler test classes.
|
15 лет назад |
Luke Taylor
|
bb7165ac6e
SEC-1530: Added information on calling getAllPrincipals() on SessionRegistry for direct use in an application to provide currently logged in users.
|
15 лет назад |
Luke Taylor
|
1a838c2049
SEC-1533: AclAuthorizationStrategyImpl can now take either one or three GrantedAuthority arguments. If only one is supplied, it will be used for all 3 of the permissions supported by the class.
|
15 лет назад |
Luke Taylor
|
acad848690
Update aspectj to 1.6.9
|
15 лет назад |
Luke Taylor
|
85c4c91e0e
IDEA inspection refactorings.
|
15 лет назад |
Luke Taylor
|
a3d27a9863
SEC-1314: cloneFromHttpSession accidentally go left behind, even though it is always false.
|
15 лет назад |
Luke Taylor
|
a2bd1bc9af
SEC-1498: Allow use of absolute URL fopr login form in LoginUrlAuthenticationEntryPoint.
|
15 лет назад |
Luke Taylor
|
e2ba500c3c
SEC-1529: More user-friendly expressions on method annotations in EL chapter.
|
15 лет назад |
Luke Taylor
|
413b2a06e3
Improvements in up-to-date checking and use of parallel tests where possible.
|
15 лет назад |
Luke Taylor
|
64375484a1
More build and logging tuning.
|
15 лет назад |
Luke Taylor
|
c9b0bc1bd9
Added gradle wrapper support.
|
15 лет назад |
Luke Taylor
|
c4ee46824c
Removing log4j.properties files and adding logback config ones.
|
15 лет назад |
Luke Taylor
|
74b66591e9
Build refactoring.
|
15 лет назад |
Luke Taylor
|
6e831d6504
Adding bundlor template for aspects project, plus minor build updates.
|
15 лет назад |
Luke Taylor
|
63734cfcf9
SEC-1528: Remove logic which checks if context in the session is the same as the current context to make sure that session.setAttribute() is called when the value in the session has been modified directly.
|
15 лет назад |
Luke Taylor
|
d1279aeda2
Logging adjustments for gae sample.
|
15 лет назад |
Luke Taylor
|
6ba8257cab
Renamed file to fix case-sensitivity issue.
|
15 лет назад |
Luke Taylor
|
ab248b2583
SEC-1454: Added use of Spring's new AopProxyUtils.ultimateTargetClass() method when resolving the target class in MethodSecurityEvaluationContext.
|
15 лет назад |
Luke Taylor
|
52edf115ce
Workaround for repeated attempt to download CAS server poms (GRADLE-1072)
|
15 лет назад |
Luke Taylor
|
b5269625af
Incorporate Chris's improvements to the bundlor build file (proper integration with incremental build support).
|
15 лет назад |
Luke Taylor
|
2d9a848265
Added missing gradle build files for remaining samples. Some related reordering, dependency fixing etc. CAS sample no longer requires two separate subprojects as both client and server app can be run from a single gradle build.
|
15 лет назад |
Luke Taylor
|
b854e67952
SEC-1522: Treat empty attribute collection the same as null when returned by SecurityMetadataSource. Both are now treated as public invocations.
|
15 лет назад |
Luke Taylor
|
a74077f9b1
SEC-1490: Minor changes to GAE sample. Simplification of redirect to registration page (only needs to be done after authentication).
|
15 лет назад |
Luke Taylor
|
5de68cb18f
SEC-1499: Additional doc paragraph that escaped the commit.
|
15 лет назад |
Luke Taylor
|
97bc240602
SEC-1519: Added extra constructor to make sure strategy objects are initialized before the first attempt to retrieve an object from the Acl cache.
|
15 лет назад |
Luke Taylor
|
9dd6a5eb8f
SEC-1499: Added some Javadoc and doc on the problems of using session-fixation protection with attributes that implement HttpSessionBindingListener.
|
15 лет назад |
Luke Taylor
|
d7d8448120
SEC-1521: Add check for null SecurityContextRepository and clarify related docs on use of null implementation (NullSecurityContextRepository).
|
15 лет назад |