Luke Taylor
|
d02bbbf560
|
import cleaning.
|
17 years ago |
Luke Taylor
|
43dab4c3b3
|
SEC-1186: Additional changes to remove custom-filter decorator functionality.
|
17 years ago |
Luke Taylor
|
abddcb044a
|
SEC-1186: Remove functionality from CustomFilterBeanDefinitionDecorator and report a warning instead.
|
17 years ago |
Luke Taylor
|
b3366a1646
|
SEC-1186: Tidying up changes to http parsing
|
17 years ago |
Luke Taylor
|
eae670269d
|
Tidying
|
17 years ago |
Luke Taylor
|
853b4c8753
|
SEC-1186: Make sure an Element is always supplied when registering the AuthenticationManager. Fixes broken tests.
|
17 years ago |
Luke Taylor
|
d5bf5d7adc
|
SEC-1186: validator for filter chain beans
|
17 years ago |
Luke Taylor
|
8ddd96af2b
|
SEC-1186: intermediate commit of namespace changes for improved tooling support
|
17 years ago |
Luke Taylor
|
f6e2e36346
|
Remove use of property editor internally.
|
17 years ago |
Luke Taylor
|
074fa7d629
|
SEC-1186: Refactoring to bring all filter registrations into the HttpBDP parse method in preparation for building the filter chain and map at that point, rather than in a post-processor
|
17 years ago |
Luke Taylor
|
37d3401d0c
|
SEC-1016: Rollback changes.
|
17 years ago |
Luke Taylor
|
a963be4719
|
SEC-1095: Register AuthenticationManager from GlobalMethodSecurityBDP.
|
17 years ago |
Luke Taylor
|
0473cfbfc0
|
SEC-1137: Added support for an external UserDetailsContextMapper using the attribute user-context-mapper-ref.
|
17 years ago |
Luke Taylor
|
bfa2806034
|
Add component definition registration for tooling.
|
17 years ago |
Luke Taylor
|
aa511bb1f4
|
SEC-1175: Changed default anonymous username to match that in the schema docs.
|
17 years ago |
Luke Taylor
|
66f7e8bcc8
|
SEC-1168: Added filter-security-metadat-source to namespace.
|
17 years ago |
Luke Taylor
|
9993a7f6e4
|
Added newlines to filter list to test use of xsd:token.
|
17 years ago |
Luke Taylor
|
545550bb0c
|
Made ApacheDS deps optional
|
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
|
a8215fa2cb
|
SEC-1160: Renaming of authentication filters and entry points and associated doc changes
|
17 years ago |
Luke Taylor
|
4bad213b19
|
SEC-1132: Moved remaining preauth code from core to web
|
17 years ago |
Luke Taylor
|
76561813e9
|
Fixed config bundlor template
|
17 years ago |
Luke Taylor
|
76438b3347
|
SEC-1132: Refactoring of access/intercept package to extract packages and classes which are externally depended on or potentially may be used outside of the standard interceptor model (e.g. SecurityMetadataSource)
|
17 years ago |
Luke Taylor
|
14c4739605
|
SEC-1158: Decoupling of Pre/Post annotations implementation from Spring EL.
|
17 years ago |
Luke Taylor
|
b3ccee4dbc
|
Some additional tests on session creation.
|
17 years ago |
Luke Taylor
|
29fafbbf18
|
Misc tidying up of old files and refactoring of tests
|
17 years ago |
Luke Taylor
|
cef089376c
|
SEC-1152: Changes to add anonymous filter to default namespace configuration and added enabled flag to allow overriding of the behaviour.
|
17 years ago |
Luke Taylor
|
6d655aa514
|
SEC-1132: More refactoring to remove cycles ad reduce complexity metrics
|
17 years ago |
Luke Taylor
|
8c94e39150
|
SEC-1118: Added run-as-manager-ref attribute to global-method-security element. Also updated schema to use xsd:token in place of xsd:string where appropriate.
|
17 years ago |
Luke Taylor
|
5aeca2d7dd
|
Added test XML file for use messing about in an XML editor while generating schema.
|
17 years ago |
Luke Taylor
|
90b849c271
|
SEC-1100: Added support for <access-denied-handler> element which can take a ref or an error-page attribute.
|
17 years ago |
Luke Taylor
|
39cc865a36
|
SEC-1143: Fixed by using BeanDefinitionRegistry.isBeanNameInUse() instead of containsBeanDefinition() to check for the SessionRegistry availability. The former picks up the alias registration of the standard bean Id for user's bean Id.
|
17 years ago |
Luke Taylor
|
4f33f4677b
|
Import cleaning.
|
17 years ago |
Luke Taylor
|
1ac0ea9d3f
|
Moved InMemoryXmlApplicationContext to test src as it is only used in tests.
|
17 years ago |
Luke Taylor
|
22e7142f45
|
SEC-998: Bundlor enabled in web, ldap, config and core modules
|
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
|
cac2bce382
|
Refactored SessionRegistryImpl to remove servlet API deps and moved back into core, along with other concurrent authentication package classes.
|
17 years ago |
Luke Taylor
|
93bdcccaee
|
SEC-1132: Moved userdetails into core and added core/authority sub-package
|
17 years ago |
Luke Taylor
|
10673780db
|
OPEN - issue SEC-1136: Removed SpringSecurityException. Introduced new AclException as base class for Acl module. Refactored JAAS authentication to map to AuthenticationExcpetions rather than SpringSecurityException. Modified ExceptionTranslationFilter to look explicitly for AuthenticationException or AccessDeniedException (which it should do since these are the only two it handles).
|
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
|
32ebd277d4
|
SEC-1132: Deleted empty packages
|
17 years ago |
Luke Taylor
|
f746a20ab4
|
SEC-1132: package refactoring of non-core modules
|
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
|
2a9a8a41db
|
SEC-1125: Created separate web module spring-security-web
|
17 years ago |
Luke Taylor
|
2c985a1c36
|
SEC-1126: separated out spring-security-config module containing namespace configuration classes and resources
|
17 years ago |