Commit Graph

2481 Commits

Author SHA1 Message Date
Luke Taylor b29bcfebe8 Converted test class to use in memory XML snippets - makes it easier to work out which one is causing a failure. 2008-01-22 11:36:15 +00:00
Luke Taylor ca8dff7abb Delete unused ldap namespace test context file 2008-01-21 20:09:07 +00:00
Luke Taylor 1b8f13aa4c Use "'" for XML attributes in in-memory test contexts for readability. 2008-01-21 20:08:24 +00:00
Luke Taylor 7d88ee8c48 Formatted ACL SQL for readability. 2008-01-21 18:35:22 +00:00
Luke Taylor aff568efb9 Tidied up getters/setters (undoing jalopy ordering). Made getters protected. 2008-01-21 17:23:48 +00:00
Luke Taylor 9836bda5b3 SEC-630: Support for "properties" attribute in user-service namespace element. 2008-01-21 17:15:53 +00:00
Luke Taylor 59a947bbe5 SEC-636: Support for use of "ref" attribute in salt-source element. 2008-01-21 15:06:43 +00:00
Luke Taylor 568211b77f SEC-638: Fixed problem caused by using Spring 2.5.1 method from ReflectionUtils which isn't available in 2.0.6. 2008-01-21 15:00:16 +00:00
Luke Taylor eb70db1dee SEC-638: Allow property names as well as method names to be used in ReflectionSaltSource. 2008-01-21 14:45:29 +00:00
Luke Taylor fe6e297358 Added missing space to SQL query in JdbcMutableAclService. 2008-01-21 10:31:48 +00:00
Luke Taylor 437c6fb7b7 Tidying. 2008-01-21 09:33:49 +00:00
Luke Taylor 8694028b13 SEC-632: Completed comment. 2008-01-19 14:21:20 +00:00
Luke Taylor d70a820e64 SEC-632: Make order attribute in user-filter optional for cases when the filter implements Ordered directly. 2008-01-19 14:18:33 +00:00
Luke Taylor 5e3a0ef379 SEC-632: Added user-filter element to namespace to allow a user to add their filters. Filters which aren't in the org.security.springframework package will now be skipped. Also renamed FilterChainOrderUtils and members for future use in ordering (e.g. using "after", "before" as attributes in user-filter). 2008-01-19 13:51:03 +00:00
Luke Taylor c3cd5d98ba Added logging of FilterChainProxy when security namespace postprocessor has finished configuring it. 2008-01-18 22:20:16 +00:00
Luke Taylor 84815df529 Added toString method to FilterChainProxy. 2008-01-18 22:16:41 +00:00
Luke Taylor 462b4b450f Added use of authz tag to tutorial. Upgraded to use webapp 2.4 xsd. Changed JSTL dependency to 1.2 2008-01-18 18:17:09 +00:00
Luke Taylor 48620f3550 Changed AuthorizeTag to use StringUtils.deleteAny(), instead of replace() 2008-01-18 17:12:21 +00:00
Luke Taylor a40bb11be3 SEC-599: Refactoring to use Map.Entry for iterating through patterns. 2008-01-18 16:33:36 +00:00
Luke Taylor 04c89e0795 SEC-599: Refactoring of FilterInvocationDefinitionSource implementations to use UrlPathMatcher strategy. 2008-01-18 16:24:35 +00:00
Ray Krueger b54853b58f No longer used 2008-01-18 16:15:26 +00:00
Ray Krueger f34273a197 Added file header 2008-01-18 16:13:59 +00:00
Ray Krueger cc96fa730a Added file header 2008-01-18 16:11:44 +00:00
Ray Krueger 61c91d1b79 SEC-633: Handle null credentials in AbstractAuthenticationToken.equals
Also added a test for the OpenIDAuthenticationToken to reproduce the original error.
2008-01-18 16:09:31 +00:00
Luke Taylor 01569e5746 SEC-599: Refactoring of FilterInvocationDefinitionSource implementations to use a LinkedHashMap internally rather than list of "EntryHolder" classes. 2008-01-18 13:04:46 +00:00
Luke Taylor ea70845987 SEC-335: Support for ANY_CHANNEL configuration attribute in channel processing. Also added to namespace. 2008-01-17 20:52:26 +00:00
Luke Taylor 2ed1c7d494 SEC-596: Added Italian messages file. 2008-01-17 16:39:18 +00:00
Luke Taylor acd87918d2 Implemented hashcode (and equals) to prevent NPE with Spring 2.5 2008-01-17 15:13:47 +00:00
Luke Taylor a458d21b9f Changed to be compatible with Spring 2.5. ManagedMap no longer has a constructor taking a map. 2008-01-17 14:25:08 +00:00
Luke Taylor ad92dbf389 Minor correction to error message. 2008-01-17 11:01:23 +00:00
Ray Krueger 66f73897e6 Refactored up an AuthoritiesPopulator and DaoAuthoritiesPopulator from functionality in the cas provider. This interface and impl are well suited for use in the openid provider, and possibly in the sitemesh provider. 2008-01-16 03:01:51 +00:00
Luke Taylor e90498c4f7 Import cleaning. 2008-01-15 22:26:10 +00:00
Luke Taylor 9e21c48fce SEC-628: Added port-mappings element to allow use of a PortMapper. 2008-01-15 19:59:07 +00:00
Luke Taylor 60b7e2d4f2 Refactored channel entry points to use a common base clase since the functionality is almost exactlythe same (apart from the function called on the PortMapper). 2008-01-15 17:56:21 +00:00
Luke Taylor afded24b62 Removed accidentally committed JDK 1.5 methods (Integer.valueOf()). 2008-01-15 17:22:10 +00:00
Luke Taylor a4a7813ddb Refactoring PortResolverImpl - simpler code and remove InitializingBean implementation. 2008-01-15 16:28:38 +00:00
Luke Taylor 5295d33000 SEC-272: Deleted GroupsManager after rename. 2008-01-15 12:28:03 +00:00
Luke Taylor b8080bb9cb Applied Ben Hale's patch to parent pom.xml fix S3 uploads. 2008-01-15 12:14:10 +00:00
Luke Taylor 0459fc5477 SEC-272: Completion of JDBC manager implementation. 2008-01-14 18:52:42 +00:00
Luke Taylor f27ea98217 SEC-272: More group manager method implementations. 2008-01-14 11:33:05 +00:00
Luke Taylor bad58fe96a SEC-272: Partial group manager implementation. 2008-01-11 16:46:53 +00:00
Luke Taylor d66b9693ba SEC-507: Initial support for JSR-250 "RolesAllowed" attributes.
Added jsr250 boolean to annotation-driven element to determine whether JSR-250 annotations should be used in preference to the traditional Acegi "Secured" attribute.
2008-01-10 20:19:15 +00:00
Luke Taylor fad2b597af Updated SecurityAnotationAttributes to user Spring's AnnotationUtils explicitly since we are now using Spring 2.0+ 2008-01-10 19:31:03 +00:00
Luke Taylor dfb60e2f62 Clarifying Javadoc 2008-01-10 13:38:12 +00:00
Luke Taylor 9a23ec4937 Clarifying Javadoc 2008-01-10 13:37:47 +00:00
Luke Taylor 06c6c3b9f3 Reformatting. 2008-01-10 13:09:23 +00:00
Luke Taylor 518ccada8c Tidying. 2008-01-10 12:42:02 +00:00
Luke Taylor dac911ac08 Fixed test failures caused by reordering of authorities loading order in JdbcDaoImpl. 2008-01-09 18:31:54 +00:00
Luke Taylor c77475cda6 SEC-272: Added groups support to JdbcDaoImpl. 2008-01-09 18:06:41 +00:00
Luke Taylor f983ff204d SEC-414: Add useRelativeContext and sendRedirectMethod to SwitchUserProcessingFilter. 2008-01-08 22:41:28 +00:00