Luke Taylor
|
807ae835b8
|
[maven-release-plugin] copy for tag spring-security-parent-2.0.2
|
18 years ago |
Luke Taylor
|
cf4072c517
|
Context file improvements (based on sts suggestions)
|
18 years ago |
Luke Taylor
|
4f6b4e4bfd
|
Make sample login pages use c:out for data output
|
18 years ago |
Luke Taylor
|
d4defb10fe
|
SEC-833: Fixed login-failure-url in contacts sample app.
|
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 |
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
|
42cd91e259
|
Some updates to contacts sample to match description in docs, remove unnecessary cas code etc.
|
18 years ago |
Ben Alex
|
677607bcad
|
SEC-530: Refactor ACL module so ACE manipulation is index-based as
opposed to AccessControlEntry.getId() based.
|
18 years ago |
Luke Taylor
|
d5a751e784
|
Added log4j dependency
|
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
|
f67c7bcb38
|
Update dependency versions and POM structure
|
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
|
8f7b216de3
|
Import cleaning, removal of unnecessary constructors etc based on eclipse warnings
|
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
|
2dd9faabc0
|
SEC-674: Created new project modules for cas, captcha, acls and taglibs
|
18 years ago |
Luke Taylor
|
38237341b4
|
Removed unused getContactManager method
|
18 years ago |
Luke Taylor
|
503e426707
|
Inlined destroyContext method.
|
18 years ago |
Luke Taylor
|
be62979a01
|
Switch JSTL back to 1.1.2.
|
18 years ago |
Luke Taylor
|
e2bf583fe9
|
Removed unused MessageSource from contacts app-context file.
|
18 years ago |
Luke Taylor
|
dd47689687
|
Updated contact app to make more use of namespace configuration (now uses intercept-methods in target bean to set up method interceptor).
|
18 years ago |
Luke Taylor
|
df1def412e
|
Changed to using new alias for security filter chain in samples.
|
18 years ago |
Luke Taylor
|
86f7b47fac
|
Updated jetty plugin to 6.1.7
|
18 years ago |
Luke Taylor
|
483068d486
|
SEC-647: Delete unused certificated directory and outdated certificates.
|
18 years ago |
Luke Taylor
|
06f3bcbf6a
|
Converted all namespace attributes which refer to bean IDs to use "-ref" suffix (or "ref").
|
18 years ago |
Luke Taylor
|
7d88ee8c48
|
Formatted ACL SQL for readability.
|
18 years ago |
Luke Taylor
|
10ec13e4e2
|
[maven-release-plugin] prepare for next development iteration
|
18 years ago |
Luke Taylor
|
2c5090da90
|
[maven-release-plugin] prepare release release_2_0_M1
|
18 years ago |
Luke Taylor
|
09242ec66d
|
[maven-release-plugin] rollback the release of release_2_0_M1
|
18 years ago |
Luke Taylor
|
42dcccd1b7
|
[maven-release-plugin] prepare release release_2_0_M1
|
18 years ago |
Luke Taylor
|
aafbb5bb67
|
[maven-release-plugin] rollback the release of release_2_0_M1
|
18 years ago |
Luke Taylor
|
425508d70d
|
[maven-release-plugin] prepare release release_2_0_M1
|
18 years ago |
Luke Taylor
|
0b1e17f69a
|
[maven-release-plugin] rollback the release of release_2_0_M1
|
18 years ago |
Luke Taylor
|
07aa0c6880
|
[maven-release-plugin] prepare release release_2_0_M1
|
18 years ago |
Luke Taylor
|
7583aca3eb
|
Configured contacts app to use namespaces. Removed ldap, cas, x509 files to avoid confusion. Ldap and CAS will be better served by new samples.
|
18 years ago |
Luke Taylor
|
b91e82d91c
|
Changed _authenticationManager -> authenticationManager to get contact app tests passing again.
|
19 years ago |
Luke Taylor
|
5f1eea42fc
|
Moved configuration of security interceptors with access and authentication manangers from post processing stage to bean creation stage.
|
19 years ago |
Luke Taylor
|
5e0cb21c8d
|
SEC-619: Added test class for LdapUserDetailsService. The LdapAuthoritiesPopulator interface and also implementations have been moved to the org.springframework.security.ldap package since they are now used by both the ldap provider and the user service.
|
19 years ago |
Ben Alex
|
cb765bc34b
|
SEC-615: Automatically focus on login name HTML element on page load.
|
19 years ago |
Ben Alex
|
7aa28ea742
|
SEC-614: Use DelegatingFilterProxy instead of FilterToBeanProxy.
|
19 years ago |
Ben Alex
|
47229be5cb
|
Make samples and tests use username "rod".
|
19 years ago |
Ben Alex
|
3123d24337
|
SEC-613: Rename tag libraries.
|
19 years ago |
Luke Taylor
|
9e2f372bad
|
SEC-607: Deprecated InitialDirContextFactory and replaced it with SpringSecurityContextSource.
Also some refactoring of LdapUserDetailsManager to use a strategy for creating DNs from usernames.
|
19 years ago |
Luke Taylor
|
03e285c31d
|
Moved responsability for creating AuthenticationManager into AuthenticationProviderBeanDefinitionParser. Tidied up SecrityNamespaceHandler.
|
19 years ago |
Luke Taylor
|
bd740a91a2
|
Corrected remember-me parameter name in samples and log file name in tutorial sample (was "contacts.log").
|
19 years ago |