241 Commits (7258abbbf47f2de159be969920b5065342ec3a45)

Author SHA1 Message Date
Rob Winch ee12d54bec SEC-1536: moved web.authentication.jaas to web.jaasapi 16 years ago
Luke Taylor e69b981c72 Make method in MatcherType public for use in OAuth. 16 years ago
Luke Taylor 11a87d1fa0 Switch to using xsd:boolean in schema file. 16 years ago
Luke Taylor 1b2b371970 SEC-1544: Added CookieClearingLogoutHandler and 'delete-cookies' attribute to the 'logout' namespace element. 16 years ago
Luke Taylor 383211561c Moved LDAP placeholder config test into LDAP tests to prevent issues with parallel tests. Converted LdapProviderBDP tests to groovy/spock. Other misc tidying of config tests. 16 years ago
Luke Taylor 7dd8cd2fb9 Make sure ApacheDS work directory is set correctly for separate LDAP test task in config module. 16 years ago
rwinch a128e3b4fe http://forum.springsource.org/showthread.php?p=318755 Added PlaceHolderAndELConfigTests.ldapAuthenticationProviderWorksWithPlaceholders 16 years ago
rwinch de819378fc SEC-1536: added JAAS API Integration, updated doc, updated jaas sample 16 years ago
Luke Taylor 0217e98bdb Added an AppListener to collect events for use in tests 16 years ago
Luke Taylor f4d57ab5e8 SEC-1456: Remove maven poms as we are now using gradle for the build. 16 years ago
Luke Taylor 20988c8cf6 Minor refactoring of debug filter and tidying up tests. 16 years ago
Luke Taylor bdb906e588 Enable parameterization for log levels in logback files to allow the use of command-line options for controlling log output. 16 years ago
Luke Taylor 1db83fc81e Minor BD parser tidying. 16 years ago
Luke Taylor c37ca1c2a9 Sample app build adjustments to remove unwanted deps such as jsp-api, tidy up use of JSTL, make sure all are using servlet 2.5 etc. 16 years ago
Luke Taylor 5f6bcc0e1e SEC-1540: Fix to add HTTP-method specific support for namespace requires-channel attribute. 16 years ago
Luke Taylor 3c02989d67 Removal of jmock test dependency and upgrading of mockito version to 1.8.5. Minor adjustments to other build deps and configurations (e.g. prevent groovy from being used as a transitive dep, since we only use it for tests). 16 years ago
Luke Taylor aafc5f9038 File rename to correct case. 16 years ago
Luke Taylor 1f520b691f SEC-1469: Initial support for debugging filter. 16 years ago
Luke Taylor 591bd532bd Polishing FilterChainProxy and its tests. 16 years ago
Luke Taylor 6abfa2e887 Update minimum required schema to 3.1. 16 years ago
Luke Taylor 4bd41cbf72 SEC-1133: Support for setting of authenticationDetailsSource property for form-login, openid-login, http-basic and x509 namespace elements. These elements now support an additional 'authentication-details-source-ref' attribute. 16 years ago
Luke Taylor 4935aa07c7 SEC-1535: Added suggested doc fixes. 16 years ago
Luke Taylor 2222a7be07 Use Integer.valueOf() in preference to new Integer() 16 years ago
Luke Taylor dca0fd871c SEC-1532: Add cache of previously matched beans to ProtectPointcutPostProcessor to ensure that it doesn't perform pointcut matching every time a new prototype bean is created. 16 years ago
Luke Taylor 85c4c91e0e IDEA inspection refactorings. 16 years ago
Luke Taylor 413b2a06e3 Improvements in up-to-date checking and use of parallel tests where possible. 16 years ago
Luke Taylor 64375484a1 More build and logging tuning. 16 years ago
Luke Taylor 2d9a848265 Added missing gradle build files for remaining samples. Some related reordering, dependency fixing etc. CAS sample no longer requires two separate subprojects as both client and server app can be run from a single gradle build. 16 years ago
Luke Taylor c1c8fd1874 SEC-1171: Changed attribute name/value from secured="false" to security="none" to allow future extension by adding extra options (e.g. contextOnly to provide security context information during the request). 16 years ago
Luke Taylor a4fd191499 Added check for use of "ref" with other attributes in <authentication-provider>. 16 years ago
Luke Taylor 4683273c2c Correct message in namespace handler when web classes are missing. 16 years ago
Luke Taylor 69a10c48ae Switch to using slf4j/logback for logging. 16 years ago
Luke Taylor 443ac0487a SEC-1093: Namespace support for jee element. 16 years ago
Luke Taylor 026517f674 Removal of deprecated methods and classes. 16 years ago
Luke Taylor 6a79cf7be2 SEC-1383: Make MethodSecurityMetadataSourceBeanDefinitionParser extend AbstractBeanDefinitionParser for automatic support of ID attribute. 16 years ago
Luke Taylor cd946c4e23 SEC-1493: Added namespace support. 16 years ago
Luke Taylor 8bddc8f820 SEC-1484: Documentation for some namespace attributes. 16 years ago
Luke Taylor 2e865752ff Upgraded groovy to 1.7.2 to avoid jansi dependency issue 16 years ago
Luke Taylor efb600166a SEC-1488: Remove commons-logging dependencies from maven poms. 16 years ago
Luke Taylor f7405cef82 Removed original Java version of refactored http namespace tests. 16 years ago
Luke Taylor 34401416b0 SEC-1171: Implement parsing of empty filter chain patters via http 'secured' attribute and remove filters='none' support. 16 years ago
Luke Taylor 05c7abe191 SEC-1445: Tests for setting of username and password parameter names through the form-login element. 16 years ago
Luke Taylor 7d74b7c87e SEC-1171: Allow multiple http elements and add pattern attribute to specify filter chain mapping. 16 years ago
Luke Taylor b0758dd8de Refactoring HTTP config tests to use spock and groovy MarkupBuilder 16 years ago
Luke Taylor b0308e41cb SEC-1455: Load namespace parsers when required, rather than on init() call, to avoid classloaded issue with dmServer failing to resolve web classes when the namespace handler is first used. 16 years ago
Luke Taylor a4ce14f604 Add "provisioning" package to config bundlor template. 16 years ago
Luke Taylor d5ffdd9c27 Import cleaning 16 years ago
Luke Taylor dccb30ad63 Remove use of wrong DOMUtils class (from com.sun package). 16 years ago
Luke Taylor 863ccecf55 SEC-1466: Report error if authentication-provider element has child elements when used with "ref" attribute. 16 years ago
Luke Taylor 165cbb0d19 SEC-1445: Added support for custom username and password parameters in form-login. 16 years ago