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
|
e64866ae6a
|
Updated bundlor templates and introduced spring.version variable
|
16 years ago |
Luke Taylor
|
3a24ddfb43
|
Corrected description in tld file for accescontrollist tag, removing reference to outdated class.
|
16 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.
|
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
|
9b49dce8b5
|
SEC-1297: Added bundlor support to taglibs jar
|
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
|
2b99c6331e
|
Javadoc.
|
16 years ago |
Luke Taylor
|
9374bddceb
|
Added test class for AccessControlListTag.
|
16 years ago |
Luke Taylor
|
937e370fb4
|
SEC-1022: Minor reformatting.
|
16 years ago |
Luke Taylor
|
3f70d79df5
|
SEC-1022: Remove use of static methods/initializers in Acl Permissions. Converted PermissionFactory to a strategy which is used to convert integers and names to Permission instances.
|
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
|
131ba5c62e
|
Reset poms to 3.0.0.CI-SNAPSHOT after tagging M1 release
|
17 years ago |
Luke Taylor
|
e2c218e8c9
|
[maven-release-plugin] prepare release spring-security-3.0.0.M1
|
17 years ago |
Luke Taylor
|
45c54c558c
|
Updated build to use maven.springframework.org deps
|
17 years ago |
Luke Taylor
|
5605386a30
|
SEC-1132: Restructuring of ACL packages
|
17 years ago |
Luke Taylor
|
e94baf38b3
|
Tidying up to remove warnings (generics, use of deprecated test classes etc).
|
17 years ago |
Luke Taylor
|
1454cbb78e
|
SEC-1132: Moved TextUtils to web module and StringSplit utils into Digest authentication package (as they aren't used elsewhere).
|
17 years ago |
Luke Taylor
|
e07cc4eceb
|
Removed resources block from pom
|
17 years ago |
Luke Taylor
|
21e36e0a57
|
Updated version number from 2.5.0-SNPSHOT to 3.0.0.CI-SNAPSHOT
|
17 years ago |
Luke Taylor
|
93bdcccaee
|
SEC-1132: Moved userdetails into core and added core/authority sub-package
|
17 years ago |
Luke Taylor
|
ca7d055c2b
|
SEC-1132: Created core and authentication packages within core module.
|
17 years ago |
Luke Taylor
|
2a9a8a41db
|
SEC-1125: Created separate web module spring-security-web
|
17 years ago |
Luke Taylor
|
ef3ea65fdb
|
Switching back to 2.5.0-SNAPSHOT after tagging M1 release
|
17 years ago |
Luke Taylor
|
fc5f50501e
|
[maven-release-plugin] prepare release 2.5.0.M1
|
17 years ago |
Luke Taylor
|
4a41416c9b
|
Tidying up and removing compiler warnings.
|
17 years ago |
Luke Taylor
|
0d7002e322
|
SEC-1012: Extra fixes to dependent modules following changes to Acl APIs.
|
17 years ago |
Luke Taylor
|
cc5966bc7e
|
Tidying up, removing compiler warnings etc.
|
17 years ago |
Luke Taylor
|
8154161ef5
|
SEC-1035: Updated build to use Spring 3.0.0.M1 Release
|
17 years ago |
Luke Taylor
|
55cc98ab54
|
SEC-1006: Fixed Javadoc.
|
17 years ago |
Luke Taylor
|
0ba690fb0e
|
SEC-1015: Removed acl package from core and also related taglib declaration and implementation class (AclTag).
|
17 years ago |
Luke Taylor
|
514bca669f
|
SEC-999: Introduced custom SecurityExpressionEvaluationContext which is responsible for lazy initialization of parameter values in the context. Also some further conversion of code using GrantedAuthority arrays.
|
17 years ago |
Luke Taylor
|
ec44f2bdfe
|
SEC-1012: Refactoring of use of GrantedAuthority[] to generified collections
|
17 years ago |
Luke Taylor
|
c947d42146
|
SEC-1010: Moved TestingAuthenticationProvider and token to main core src tree and updated poms to match
|
17 years ago |
Luke Taylor
|
6c8a82fa13
|
Updated poms to Spring 2.5 and fixed up sandbox to work with latest build
|
17 years ago |
Luke Taylor
|
7cc0965383
|
SEC-1001: Move core tiger code into core and adjust pom files
|
17 years ago |
Luke Taylor
|
5b9bb8ba54
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
73eed2656d
|
[maven-release-plugin] prepare release spring-security-parent-2.0.4
|
18 years ago |
Luke Taylor
|
d781deffe7
|
OPEN - issue SEC-966: Consider adding escapeXml attribute to security:authentication
http://jira.springframework.org/browse/SEC-966. Added escaping of rendered text as default.
|
18 years ago |
Luke Taylor
|
aa75b2fa6d
|
Fixes to match TestingAuthenticationToken changes
|
18 years ago |
Luke Taylor
|
8fe1b4b402
|
SEC-914: Slight modification of tld description text for readability.
|
18 years ago |