Rob Winch
|
a2452ab514
|
SEC-1906: Update to Gradle 1.0
|
14 years ago |
Abdull
|
dec44811fc
|
Gave correct role name
|
14 years ago |
Abdull
|
0e413cedcb
|
Gave correct role name
|
14 years ago |
Luke Taylor
|
9d66e1fac3
|
Exclude static resources from filter chain in tutorial sample.
|
14 years ago |
Luke Taylor
|
dc92baa257
|
Remove truststore settings from tutorial sample as they aren't required.
|
15 years ago |
Luke Taylor
|
e4ecdd55f6
|
Enable https in tutorial sample.
|
15 years ago |
Luke Taylor
|
80fd96df6d
|
SEC-1650: Updates and corrections to tutorial sample to fit better with new tutorial.
|
15 years ago |
Rob Winch
|
c9b328d8c7
|
SEC-1757: Updated tutorial sample to state that listing of accounts is allowed by anyone and to display accounts for the different types of access to posting to Accounts
|
15 years ago |
Luke Taylor
|
d58dd79a52
|
SEC-1494: Updated the tutorial webapp to use CSS and make use of the securityHiddenUI element when UI security is disabled.
|
15 years ago |
Luke Taylor
|
19e56f4397
|
Stripping out unnecessary dependencies from sample jars.
|
15 years ago |
Luke Taylor
|
fc00d7ef1d
|
Move the unix scripts for the tutorial sample into a subdirectory
|
15 years ago |
Luke Taylor
|
685e0417a7
|
SEC-1544: Update the tutorial sample to attempt to delete the JSESSIONID cookie on logout.
|
15 years ago |
Luke Taylor
|
f4d57ab5e8
|
SEC-1456: Remove maven poms as we are now using gradle for the build.
|
16 years ago |
Luke Taylor
|
102bc2d6a0
|
Reduce unnecessary use of aspectj as a build dependency
|
16 years ago |
Luke Taylor
|
c37ca1c2a9
|
Sample app build adjustments to remove unwanted deps such as jsp-api, tidy up use of JSTL, make sure all are using servlet 2.5 etc.
|
16 years ago |
Luke Taylor
|
6abfa2e887
|
Update minimum required schema to 3.1.
|
16 years ago |
Luke Taylor
|
85c4c91e0e
|
IDEA inspection refactorings.
|
16 years ago |
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.
|
16 years ago |
Luke Taylor
|
2afccfc633
|
Remove commons-logging dependency properly and switch tutorial sample to logback/slf4j.
|
16 years ago |
Luke Taylor
|
a681dee0e1
|
Minor sample build changes. JSTL dependency update.
|
16 years ago |
Luke Taylor
|
efb600166a
|
SEC-1488: Remove commons-logging dependencies from maven poms.
|
16 years ago |
Luke Taylor
|
ee1fd1bc50
|
SEC-1431: Modify OpenID sample to use a custom UserDetailsService which allows any user to authenticate, allocating them a standard role and "registers" their ID in a map, allowing it to be retrieved in subsequent logins.
|
16 years ago |
Luke Taylor
|
d334f6fa09
|
Latest gradle syntax updates.
|
16 years ago |
Luke Taylor
|
f3264ba9ab
|
Addition of commons-logging exclusions and adjustments to pom generation.
|
16 years ago |
Luke Taylor
|
2ee7696bf4
|
Update version number to 3.1.0.CI-SNAPSHOT.
|
16 years ago |
Luke Taylor
|
44f45d21f0
|
3.0.2 release. Update version in build files.
|
16 years ago |
Luke Taylor
|
0974e21fb6
|
SEC-1379: Added creation of a session if session timeout is detected (requested session ID is invalid).
This prevents problems with repeated detection of the same invalid session when the redirected request comes in.
|
16 years ago |
Luke Taylor
|
a5dde8b28f
|
Updated doc on invalid session detection.
Invalid session URL must typically be omitted from the filter chain to prevent an infinite loop.
|
16 years ago |
Luke Taylor
|
51dfc0fb39
|
Set versions to 3.0.2-CI-SNAPSHOT, post release.
|
16 years ago |
Luke Taylor
|
05634f97dc
|
Updated version numbers for 3.0.1 release.
|
16 years ago |
Luke Taylor
|
b323098167
|
Added gradle build files for taglibs, tutorial, contacts and openid.
Changed build file names to match module names (by manipulating the project objects in the settings.gradle file).
|
16 years ago |
Luke Taylor
|
052537c8b0
|
Removing $Id$ markers and stripping trailing whitespace from the codebase.
|
16 years ago |
Luke Taylor
|
893f212fa5
|
Tidying
|
16 years ago |
Luke Taylor
|
115d5b84ff
|
[maven-release-plugin] prepare for next development iteration
|
16 years ago |
Luke Taylor
|
6c6ef08353
|
[maven-release-plugin] prepare release spring-security-3.0.0.RELEASE
|
16 years ago |
Luke Taylor
|
fac07ba8ff
|
Schema updates to Spring 3.0
|
16 years ago |
Luke Taylor
|
520e733cb2
|
[maven-release-plugin] prepare for next development iteration
|
16 years ago |
Luke Taylor
|
f2cf17bd49
|
[maven-release-plugin] prepare release spring-security-3.0.0.RC2
|
16 years ago |
Luke Taylor
|
3f963ef8ca
|
Restore versions and svn URLs in trunk (release plugin fail)
|
16 years ago |
Luke Taylor
|
af563e826c
|
[maven-release-plugin] prepare release spring-security-3.0.0.RC1
|
16 years ago |
Luke Taylor
|
7247902911
|
SEC-1229: Updated sample and itest namespace concurrency configs.
|
16 years ago |
Luke Taylor
|
aa153681bf
|
SEC-1229: Added session-management element to namespace and refactored existing session-related attributes and concurrency control. Refactored <http> parsing code to split it up into more manageable units.
|
16 years ago |
Luke Taylor
|
731402e9f5
|
SEC-525: [PATCH] Add AccessCheckerTag based on URL resource access permissions. Added functionality to "authorize" tag to allow evaluation of whether a particual url is accessible to the user. Uses a WebInvocationPrivilegeEvaluator registered in the application context.
|
16 years ago |
Luke Taylor
|
b531a81176
|
SEC-1246: Introduce EL-based authorization tag. Added optional access expression to authorize tag.
|
16 years ago |
Luke Taylor
|
5a8772df5b
|
Reset pom versions post release
|
17 years ago |
Luke Taylor
|
0e5aa7008d
|
[maven-release-plugin] prepare release spring-security-3.0.0.M2
|
17 years ago |
Luke Taylor
|
5953af0f6b
|
SEC-1196: Change use of <authentication-manager> to actually register the global ProviderManager instance. This element now registers the global ProviderManager instance and must contain any authentication-provider elements (or ldap-authentication-provider elements).
|
17 years ago |
Luke Taylor
|
1afa67c954
|
SEC-1195: Added internal AuthenticationManager for use by beans which are generated by the <http> block.
|
17 years ago |
Luke Taylor
|
853b4c8753
|
SEC-1186: Make sure an Element is always supplied when registering the AuthenticationManager. Fixes broken tests.
|
17 years ago |
Luke Taylor
|
0134a5646d
|
Changed to use expressions in commented-out XML instead of outdated syntax.
|
17 years ago |