Luke Taylor
|
ff61644219
|
SEC-740: More on preauth
|
18 years ago |
Luke Taylor
|
1fee538c7e
|
Fixed typo in setter method (uses of).
|
18 years ago |
Luke Taylor
|
ae2470127c
|
Fixed typo in setter method "seAttributePrefix"
|
18 years ago |
Luke Taylor
|
2a4d859812
|
SEC-829: Minor doc fix
|
18 years ago |
Luke Taylor
|
15b893f9ae
|
SEC-809: OpenIDProcessingFilter updated to set authentication details (to make compatible with concurrent session control).
|
18 years ago |
Luke Taylor
|
de886e36fa
|
SEC-624: Expanded general info on obtaining samples and added pointers to ldap and cas versions
|
18 years ago |
Luke Taylor
|
ad9a667b75
|
SEC-624: Inserted sub-sections for key class definitions so they appear in toc
|
18 years ago |
Luke Taylor
|
f70701d55a
|
SEC-624: Added section on 'getting the source' for reference from samples chapter
|
18 years ago |
Luke Taylor
|
e1b226ee57
|
Added 2.0.2 namespace file
|
18 years ago |
Luke Taylor
|
af0153d833
|
Extended intro to Authentication part to include pointers to tech overview and namespace config
|
18 years ago |
Luke Taylor
|
d78a021fe1
|
Added basic intro to preauth
|
18 years ago |
Luke Taylor
|
e1c17450b3
|
Updated faqs to add infinite loop and access denied debug message
|
18 years ago |
Luke Taylor
|
add2649397
|
Javadoc typo.
|
18 years ago |
Luke Taylor
|
781d88bd30
|
OPEN - issue SEC-825: Query string isn't beig stripped from URLs when ant matcher is in use (regression issue)
http://jira.springframework.org/browse/SEC-825. Make sure the property is set on DefaultFilterInvocationDefinitionSource when ant paths are in use.
|
18 years ago |
Luke Taylor
|
1030dca353
|
SEC-786: Added information on the need ofor a UserDetailsService if using auto-config/remember-me
|
18 years ago |
Luke Taylor
|
b99f9d343d
|
SEC-624: Added some info on use of role-prefix
|
18 years ago |
Luke Taylor
|
c0e829a41d
|
SEC-700: Added info on new remember-me imlementation and namespace config examples
|
18 years ago |
Luke Taylor
|
5a1258a4ca
|
Corrected references to parts and reading order
|
18 years ago |
Luke Taylor
|
883b92e7bd
|
SEC-822: Converted to long arithmetic to prevent integer overflowing with long token validity periods
|
18 years ago |
Luke Taylor
|
301d021bf5
|
SEC-817: NPE in org.springframework.security.config.FilterChainProxyPostProcessor
Reversed order of beanName.equals() call as suggested.
|
18 years ago |
Luke Taylor
|
8ad2d681ab
|
SEC-818: Changed redirect URL validation to ignore potential property placeholders at parsing time and report a warning through the parser context rather than an error. Also validated the URLs in the beans themselves using Asserts, so an exception will occur later when the beans have been created rather than while assembling the bean definitions.
|
18 years ago |
Luke Taylor
|
5cf0c84e2f
|
SEC-814: Added standard bean config to ldap example and updated doc to provide some pointers to DefaultLdapAuthoritiesPopulator
|
18 years ago |
Luke Taylor
|
afc757e618
|
Removed reference to LdapDataAccessException since it isn't actually mentioned except in javadoc
|
18 years ago |
Luke Taylor
|
c333070fe3
|
Javadoc tidying
|
18 years ago |
Luke Taylor
|
fca3a2a709
|
SEC-812: Added missing TextUtils file
|
18 years ago |
Luke Taylor
|
fa44c74993
|
SEC-812: Added entity-escaping of username stored under last username key, to prevent problems if it is rendered in a page without escaping the text.
|
18 years ago |
Luke Taylor
|
06719053f1
|
Removed commons lang dependency.
|
18 years ago |
Luke Taylor
|
e7b6fe09e1
|
Corrected css for 'poweredBy'
|
18 years ago |
Ben Alex
|
9961c7f867
|
Moved to correct build location.
|
18 years ago |
Ben Alex
|
7a2e1e13d3
|
SEC-811: Provide a mechanism to allocate and rebuild cryptographically strong, randomised tokens.
|
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
|
054e2f6c38
|
SEC-624: Start of preauth document
|
18 years ago |
Luke Taylor
|
79ca0d1612
|
Set correct 'test' scope on core-tests dependency
|
18 years ago |
Luke Taylor
|
18a9965b80
|
Moved dummy file out of default package for easy exclusion from javadoc
|
18 years ago |
Luke Taylor
|
de179c3e46
|
Fixed javadoc links
|
18 years ago |
Luke Taylor
|
fc498954c6
|
Updated sample context files to point at 2.0.1 schema
|
18 years ago |
Luke Taylor
|
014f21ee85
|
Deleted attributes sample
|
18 years ago |
Luke Taylor
|
6ecfa0541f
|
SEC-806: Osgi-ified more modules
|
18 years ago |
Luke Taylor
|
4984d4be65
|
OPEN - issue SEC-757: Add validation of redirect URLs on namespace
http://jira.springframework.org/browse/SEC-757. Added validation method to ConfigUtils and calls to it for url attributes.
|
18 years ago |
Luke Taylor
|
af3dc22586
|
added Ruud S. to contributors list
|
18 years ago |
Luke Taylor
|
26d2b03667
|
Updates to heavyduty sample
|
18 years ago |
Ben Alex
|
e7e256a9d5
|
SEC-787: Consistently use lowercase in all ACL module SQL statements.
|
18 years ago |
Luke Taylor
|
0df9dee9dd
|
SEC-806: Improved OSGi bundle version information support
|
18 years ago |
Luke Taylor
|
81ebd094ff
|
OPEN - issue SEC-808: Switch namespace schema version to 2.0.1 and update spring.schemas
http://jira.springframework.org/browse/SEC-808. Replaced 2.0 text with that from the 2.0 release, rather than the website schema.
|
18 years ago |
Luke Taylor
|
473f6a32c6
|
OPEN - issue SEC-808: Switch namespace schema version to 2.0.1 and update spring.schemas
http://jira.springframework.org/browse/SEC-808. Created new 2.0.1 schema files and updated tests to use them.
|
18 years ago |
Luke Taylor
|
8281aeb0da
|
SEC-807: Allow mapping to a standard Ldap UserDetails through the namespace
http://jira.springframework.org/browse/SEC-807. Added extra test for Ldap provider parser.
|
18 years ago |
Luke Taylor
|
e4b32b8d29
|
OPEN - issue SEC-807: Allow mapping to a standard Ldap UserDetails through the namespace
http://jira.springframework.org/browse/SEC-807. Added support for user-details-class attribute to ldap-authentication-provider and ldap-user-service.
|
18 years ago |
Luke Taylor
|
104716fedb
|
SEC-805: Add extra fields to InetOrgPerson
http://jira.springframework.org/browse/SEC-805. Added a substantial number of new fields to the class.
|
18 years ago |
Luke Taylor
|
49bec559a9
|
SEC-804: Added notes to LDAP section to explain how to customize returned UserDetails
|
18 years ago |