Luke Taylor
|
88caa4d221
|
SEC-1322: More doc updates following further user requests for clarification
|
17 years ago |
Luke Taylor
|
6805761d85
|
Extra test to confirm http-method specific matching behaviour.
|
17 years ago |
Luke Taylor
|
cad32ffe39
|
SEC-1325: Tighten up Authentication interface contract to disallow null authorities. Modified internals of AbstractAuthenticationToken to use an empty list instead of null. Clarified Javadoc. removed unnecessary null checks in classes which use the interface.
|
17 years ago |
Luke Taylor
|
ef3d9c7877
|
Tidying Javadoc.
|
17 years ago |
Luke Taylor
|
1e8ea55030
|
SEC-1320: JaasAuthenticationProvider can not find jaas realm defined inside service archive. Added flag to control refresh of configuration on startup.
|
17 years ago |
Luke Taylor
|
fdc9c5fd08
|
Ref manual content and docbook improvements
|
17 years ago |
Luke Taylor
|
282bfc3151
|
Added some integration tests for Basic authentication, both alone and in combination with form login.
|
17 years ago |
Luke Taylor
|
33e75d92b6
|
Start of taglib chapter
|
17 years ago |
Luke Taylor
|
07f3acfc98
|
Fixed link in docbook
|
17 years ago |
Luke Taylor
|
520e733cb2
|
[maven-release-plugin] prepare for next development iteration
|
17 years ago |
Luke Taylor
|
f2cf17bd49
|
[maven-release-plugin] prepare release spring-security-3.0.0.RC2
|
17 years ago |
Luke Taylor
|
ac433e5c76
|
Updated manual version to RC2
|
17 years ago |
Luke Taylor
|
e668898ed3
|
Removed main src directory (outdated site docs etc)
|
17 years ago |
Luke Taylor
|
41368870c9
|
Upgraded release plugin to 2.0-beta-9
|
17 years ago |
Luke Taylor
|
94d185a6be
|
Updated slf4j version in ldap sample
|
17 years ago |
Luke Taylor
|
38a09766f0
|
Updated heavyduty sample to work with current trunk
|
17 years ago |
Luke Taylor
|
adfac7e718
|
Added gradle file for cas and standardised ehcache version
|
17 years ago |
Luke Taylor
|
0f25601f54
|
Upgraded jwebunit version
|
17 years ago |
Luke Taylor
|
a361f1c926
|
Corrections to session mgmt chapter
|
17 years ago |
Luke Taylor
|
131edf7a07
|
SEC-1318: Added integration test for custom concurrency setup.
|
17 years ago |
Luke Taylor
|
8cf032c7b1
|
Switch off jetty debugging.
|
17 years ago |
Luke Taylor
|
62b429a3b1
|
Updated spring schema versions in itest web contexts.
|
17 years ago |
Luke Taylor
|
33b109f0b3
|
Made session maps final in SessionRegistryImpl.
|
17 years ago |
Luke Taylor
|
558737363f
|
Added some extra tracing to SessionRegistryImpl.
|
17 years ago |
Luke Taylor
|
cde9cd6b36
|
Correct toString() method in User class.
|
17 years ago |
Luke Taylor
|
1dc4bb112e
|
SEC-1318: Correct logic for checking combination of session-management attributes.
|
17 years ago |
Luke Taylor
|
075e7a15ad
|
Corrected package name in Javadoc.
|
17 years ago |
Luke Taylor
|
a5ed2e579e
|
Refactored CAS test to remove dependency on core tests jar.
|
17 years ago |
Luke Taylor
|
3469a8d4a3
|
Javadoc.
|
17 years ago |
Luke Taylor
|
ac564fc34e
|
SEC-1317: Forgot to commit test from config module.
|
17 years ago |
Luke Taylor
|
02a9db7bcf
|
SEC-1317: Removed check in ProviderManager.getProviders() for empty provider list. A ProviderManager with a non-null parent may have an empty provider list. The afterPropertiesSet() method performs the necessary checks.
|
17 years ago |
Luke Taylor
|
444d93b13f
|
SEC-1316: Remove 'removeAfterRequest' property from AnonymousAuthenticationFilter
|
17 years ago |
Luke Taylor
|
b53af68215
|
Corrected config error in concurrent session docs.
|
17 years ago |
Luke Taylor
|
d4e4a09801
|
SEC-1312: Add detection of 2.0 schemas. Added check to SecurityNamespaceHandler and reinstated old schemas.
|
17 years ago |
Luke Taylor
|
ab48d72cc2
|
Extra doc info on sharing of SecurityContext between threads
|
17 years ago |
Luke Taylor
|
b27d7afd24
|
SEC-1315: Modify HttpSessionSecurityContextRepository to check for anonymous token before creating a session. Moved the anonymity check to be before the session creation.
|
17 years ago |
Luke Taylor
|
aee6b8f3f9
|
SEC-1314: Deprecate cloneFromHttpSession and securityContextClass in HttpSessionSecurityContextRepository. Both deprecated.
|
17 years ago |
Luke Taylor
|
dab76249db
|
Added gradle build files (experimental)
|
17 years ago |
Luke Taylor
|
40056f2e4a
|
Minor doc corrections
|
17 years ago |
Luke Taylor
|
48dcc211e9
|
SEC-1148: Simple classname mapping from 2.0 to 3.0
|
17 years ago |
Luke Taylor
|
2d1a5db9a0
|
Updated to Spring RC3
|
17 years ago |
Luke Taylor
|
910c1163e8
|
Minor doc updates
|
17 years ago |
Scott Battaglia
|
dada789814
|
NOJIRA
removed unnecessary cast and use StringBuilder rather than non-final String and concatenation.
|
17 years ago |
Luke Taylor
|
ed92d5ea71
|
SEC-1304: Removed unused compareTo method from custom GrantedAuthority.
|
17 years ago |
Luke Taylor
|
eddde8ea28
|
SEC-1309: Namespace configurations should support Spring EL. Removed premature conversion of URL paths to lower case, which messes up if they are case-sensitive expressions or placeholders. Some other minor changes to suppport EL configuration.
|
17 years ago |
Luke Taylor
|
8a0f69b955
|
SEC-1295: Placing Security on Roo Aspected method fails. Added suggested fix - check for null target and use Signature.declaredType instead.
|
17 years ago |
Luke Taylor
|
7e0c7ffc0e
|
SEC-1304: Removed "Comparable" from GrantedAuthority
|
17 years ago |
Luke Taylor
|
e72cfd58d4
|
SEC-1304: Remove Comparable interface from GrantedAuthority to enable it to be imlemented by an enum.
|
17 years ago |
Luke Taylor
|
1df82654e3
|
SEC-1310: Added toString() implementations to Pre and PostInvocationExpressionAttribute classes.
|
17 years ago |
Luke Taylor
|
4582afa739
|
Spelling fix in Javadoc
|
17 years ago |