Luke Taylor
d9ab0758ee
SEC-954: Removed test dependency on AbstractMethodDefinitionSource.
18 years ago
Luke Taylor
36b35e3b1f
CLOSED - issue SEC-953: Query string isn't ignored while url - filterchain pattern matching
...
http://jira.springframework.org/browse/SEC-953 . Fixed autoboxing issue.
18 years ago
Luke Taylor
39a656eb78
OPEN - issue SEC-953: Query string isn't ignored while url - filterchain pattern matching
...
http://jira.springframework.org/browse/SEC-953 . Added stripQueryStringFromUrls parameter to FilterChainProxy which works the same as the one on DefaultFilterInvocationDefinitionSource. This defaults to true when used with ant path matching.
18 years ago
Luke Taylor
b6dec19e90
SEC-932: Added supplied class and test class.
18 years ago
Luke Taylor
69e776f581
Fixed invalid tags in faq.fml
18 years ago
Luke Taylor
3ab9fcdcaf
Tidying.
18 years ago
Luke Taylor
5e3204a5cb
Typo
18 years ago
Luke Taylor
6409f140e0
SEC-902: Changed Ntlm entry point to send 403 if no failure URL set
18 years ago
Luke Taylor
130e70373f
SEC-936: Initial test which fails to reproduce the problem
18 years ago
Luke Taylor
3a9eb018ba
SEC-950: Added test to attempt to reproduce problem.
18 years ago
Luke Taylor
8b376ccdeb
SEC-910: Finished LDAP ns reference
18 years ago
Luke Taylor
b3a23b4377
Some minor improvements to schema comments
18 years ago
Luke Taylor
7461d0e5f1
Added authentication, method security and start of LDAP ns info
18 years ago
Luke Taylor
566f656eba
Added ldap-server xml:id
18 years ago
Luke Taylor
e5d2578aec
Added example of @Secured use and some extra explanation
18 years ago
Luke Taylor
fb3d0b7f25
Fixed link
18 years ago
Luke Taylor
2d0b594a97
Fixed missing section closing tag
18 years ago
Luke Taylor
42af39a59e
Some corrections to explicit FilterChainProxy information
18 years ago
Luke Taylor
930be9338b
Added info on default target options when using form-login
18 years ago
Luke Taylor
c1a6ae0832
Added faq on required dependencies
18 years ago
Luke Taylor
c49bc7ffbb
SEC-910: Finishing off http part of namespace appendix
18 years ago
Luke Taylor
25814d341d
Tidying.
18 years ago
Luke Taylor
21eb70c576
Corrected context file name in petclinic tutorial
18 years ago
Luke Taylor
e951c42c2b
Improved javadoc. Some tidying up.
18 years ago
Luke Taylor
7258d30e13
Reinstated missing author tag and some minor tidying (de-jalopying). Removed unused logger.
18 years ago
Luke Taylor
22a64c1555
Added faq on missing session listener
18 years ago
Luke Taylor
ff13df03ac
SEC-910: More updates to namespace appendix
18 years ago
Luke Taylor
ecd63cabda
Added use of ANY_CHANNEL attribute to channel-security docbook
18 years ago
Luke Taylor
f31bcbee07
Minor formatting
18 years ago
Luke Taylor
3ee3591feb
SEC-947: Added check on "before" and "after" values to make sure they don't overflow when decremented/incremented respectfully.
18 years ago
Luke Taylor
fbeb47d559
SEC-947: Added clarification to docs that FIRST and LAST should be used with position attribute
18 years ago
Luke Taylor
1c9c8f0883
SEC-910: Updates to ns appendix
18 years ago
Luke Taylor
f821b0f0f8
Fix issues with move of TestingAuthenticationToken
18 years ago
Luke Taylor
4165e15861
Fix issues with move of TestingAuthenticationToken
18 years ago
Luke Taylor
aa75b2fa6d
Fixes to match TestingAuthenticationToken changes
18 years ago
Luke Taylor
d6918c88a7
Fixes to match TestingAuthenticationToken changes
18 years ago
Luke Taylor
b6d088e40d
SEC-944: Minor updates to schema appendix
18 years ago
Luke Taylor
069a75b8fc
minor change to wording
18 years ago
Luke Taylor
1af7eed433
SEC-883: RoleHierarchyVoter
...
http://jira.springframework.org/browse/SEC-883 . Added RoleHierarchyVoter and deprecated existing approach. Also moved TestingAuthenticationToken to test package structure.
18 years ago
Luke Taylor
e982e91846
SEC-944: Added db schema reference (and start of namespace appendix)
18 years ago
Luke Taylor
54ac7b3e46
SEC-935: Updated schema to include OpenID filter name. Also updated some doc comments and added default schema name (spring-security.xsd) to schemas.
18 years ago
Luke Taylor
3049b933d9
Moved XML test snippet to ConfigTestUtils class and removed context files from core-tiger tests in favour of in-memory XML
18 years ago
Luke Taylor
c8b22d8e36
SEC-923: Fixed broken build due to missing test class.
18 years ago
Luke Taylor
1d96283876
Removed commented out line.
18 years ago
Luke Taylor
ef44bd91f2
SEC-933: Added test for security pointcut applied to a UserDetailsService.
18 years ago
Luke Taylor
d7926f3557
SEC-943: Forgot to commit tests.
18 years ago
Luke Taylor
e5d86b13b7
SEC-941: Embedded ldap-server uses hard-coded ldap url for importing ldif files
...
http://jira.springframework.org/browse/SEC-941 . Changed LdapUtils.parseRootDnFromUrl to use URI.getRawPath() so the returned root value still contains the escaping. I think this should be Ok.
18 years ago
Ray Krueger
3393ea7aaa
SEC-923: Realm support for discovering relying parties.
...
A new "realmMapping" property can be configured on the OpenIDAuthenticationProcessingFilter to map the "return_to" url to a realm. If there is no mapping present the "return_to" url will be parsed and the protocol, hostname and port will be used with a trailing "/"
18 years ago
Luke Taylor
67e5afbb79
OPEN - issue SEC-881: PreAuthenticatedFilter continues filter chain after unsuccessfulAuthentication(...)
...
http://jira.springframework.org/browse/SEC-881 . Updated Javadoc.
18 years ago
Luke Taylor
000bb1cbed
OPEN - issue SEC-881: PreAuthenticatedFilter continues filter chain after unsuccessfulAuthentication(...)
...
http://jira.springframework.org/browse/SEC-881 . Added test class.
18 years ago