Luke Taylor
|
13af4b95a2
|
Sample package name updates
|
17 years ago |
Luke Taylor
|
ca7d055c2b
|
SEC-1132: Created core and authentication packages within core module.
|
17 years ago |
Luke Taylor
|
9efb5a7007
|
SEC-1132: Moved access-control/authorization specific code to org.sf.security.access package. Created provisioning package for user management classes to remove cyclical deps. Some other moving of classes to remove code tangles. Restructuring of portlet module under org.sf.security.portlet
|
17 years ago |
Luke Taylor
|
bec84f874a
|
SEC-1125: Further refactoring of web packages following creation of web module. Fixing samples.
|
17 years ago |
Luke Taylor
|
2c985a1c36
|
SEC-1126: separated out spring-security-config module containing namespace configuration classes and resources
|
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
|
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
|
2927b8464f
|
SEC-1058: Substantial refactoring of AbstractProcessingFilter to use AuthenticationFailureHandler strategy. Also changed attemptAuthentication method to take a response object and have the option of returning null, to allow OpenIDAuthenticationProcessingFilter to work without having to throw exceptions between the template methods (which made the logic very hard to follow). The OpenID filter now redirects to the OpenID provider service from this method, rather than treating it as a temporary failure and throwing OpenIDAuthenticationRequiredException.
|
17 years ago |
Luke Taylor
|
6ccdcec629
|
SEC-1033: Added web expressions to tutorial sample configuration.
|
17 years ago |
Luke Taylor
|
bc6878c1c5
|
SEC-1044: Removed remember-me functionality from http auto-config namespace configuration. Added explicit <remember-me> elements to contacts and tutorial sample configurations.
|
17 years ago |
Ben Alex
|
7e562031cc
|
Better demonstrate the new EL-based "overdraft" authorization rules.
|
17 years ago |
Luke Taylor
|
d6cd392a9e
|
Tidying up some stuff in tutorial app
|
17 years ago |
Luke Taylor
|
a7d046357b
|
SEC-1013: Refactored out use of ConfigAttributeDefinition from remaining interfaces
|
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
|
775a6c3939
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
87d50aecce
|
[maven-release-plugin] prepare release spring-security-parent-2.0.3
|
18 years ago |
Luke Taylor
|
ff785a829f
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
db1d8604a6
|
[maven-release-plugin] prepare release spring-security-parent-2.0.2
|
18 years ago |
Luke Taylor
|
4f6b4e4bfd
|
Make sample login pages use c:out for data output
|
18 years ago |
Luke Taylor
|
a599ef5398
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
3e808335a4
|
[maven-release-plugin] prepare release spring-security-parent-2.0.1
|
18 years ago |
Luke Taylor
|
fc498954c6
|
Updated sample context files to point at 2.0.1 schema
|
18 years ago |
Luke Taylor
|
882509fb2a
|
Renamed context file
|
18 years ago |
Luke Taylor
|
eba18675fc
|
Removed old acegi file from tutorial sample as it's causing confusion with users.
|
18 years ago |
Luke Taylor
|
80cd7f4acc
|
Removed accidental commit of tutorial context file
|
18 years ago |
Luke Taylor
|
0cf745b85f
|
Updated clean plugin to 2.2
|
18 years ago |
Ben Alex
|
b5dc523041
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Ben Alex
|
0c42670431
|
[maven-release-plugin] prepare release spring-security-parent-2.0.0
|
18 years ago |
Luke Taylor
|
c7f182309f
|
Removed excess config from tutorial sample file
|
18 years ago |
Ben Alex
|
f7ae69880c
|
Minor tweaking so the tutorial is a little more illustrative of the present namespace capabilities.
|
18 years ago |
Luke Taylor
|
21e83e8364
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
91ed7dceb6
|
[maven-release-plugin] prepare release release_2_0_0_RC1
|
18 years ago |
Ben Alex
|
1490fe0b0a
|
Various fine-tuning so people can see AspectJ expressions and a simple, minimal configuration.
|
18 years ago |
Ben Alex
|
595a14dbd5
|
Sample should permit people to anonymously call all methods except post(Account).
|
18 years ago |
Luke Taylor
|
ef5b3e2f9c
|
SEC-733: Changed names of <global-method-security> attributes as discussed with Ben and updated sample to reflect the changes. Also changed explicit instantiation of Jsr250 and Secured annotation MethodDefinitionSource beans in GlobalMethodSecurityBDP into bean definitions to make more tooling friendly.
|
18 years ago |
Luke Taylor
|
743d72ca7b
|
Added log4j support to tutorial app
|
18 years ago |
Ben Alex
|
0860333a3f
|
SEC-733: AspectJ Pointcut Expression Parsing support.
|
18 years ago |
Luke Taylor
|
b54e3978dc
|
SEC-729: Organization of pom dependencies, particularly for servlet-api and jstl. Some other adjustments, removal of unrequired deps etc
|
18 years ago |
Luke Taylor
|
114969f7f7
|
SEC-706: Removed LDAP dependencies from tutorial app, since we now have a separate sample
|
18 years ago |
Luke Taylor
|
ff16c413dd
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
b8916ffaba
|
[maven-release-plugin] prepare release release_2_0_M2
|
18 years ago |
Luke Taylor
|
8c00bb1537
|
SEC-674: Updated samples to work with new module layout. Changed taglib build to copy tld file to META-INF directory.
Also standardized JSTL version to 1.1.0 (impl 1.1.2), moving deps to root sample pom.
|
18 years ago |
Luke Taylor
|
be62979a01
|
Switch JSTL back to 1.1.2.
|
18 years ago |
Luke Taylor
|
10ab4136d1
|
SEC-309: Patch for Authentication tag to use property of authentication object, rather than invoking an operation on the principal. Allows use of nested properties.
|
18 years ago |