143 Commits (aa511bb1f4819166c4b948a2bf573e70e3c00a0a)

Author SHA1 Message Date
Luke Taylor f976080d1d Fixes to sample app context files 17 years ago
Luke Taylor 14c4739605 SEC-1158: Decoupling of Pre/Post annotations implementation from Spring EL. 17 years ago
Luke Taylor 331a04c07c Some changes to make it easier to run the sample with the database driver as part of the jetty plugin configuration, preventing classloader leaks. 17 years ago
Luke Taylor e1bc1819da SEC-1150: Update Contacts sample to use modernized Spring MVC controllers 17 years ago
Luke Taylor e94baf38b3 Tidying up to remove warnings (generics, use of deprecated test classes etc). 17 years ago
Luke Taylor 13af4b95a2 Sample package name updates 17 years ago
Luke Taylor 101203b44d SEC-1132: Updates to samples to reflect ACL refactoring. 17 years ago
Luke Taylor 93bdcccaee SEC-1132: Moved userdetails into core and added core/authority sub-package 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 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 d6ee9a9a93 Commented out hessian and burlap remoting beans to avoid missing class exceptions on startup 17 years ago
Luke Taylor 4a41416c9b Tidying up and removing compiler warnings. 17 years ago
Luke Taylor 0d7002e322 SEC-1012: Extra fixes to dependent modules following changes to Acl APIs. 17 years ago
Luke Taylor 8154161ef5 SEC-1035: Updated build to use Spring 3.0.0.M1 Release 18 years ago
Luke Taylor 7fa9a959b5 Added webAppRootKey context-param to samples to prevent conflicts when run together in Tomcat. 18 years ago
Luke Taylor bc6878c1c5 SEC-1044: Removed remember-me functionality from http auto-config namespace configuration. Added explicit <remember-me> elements to contacts and tutorial sample configurations. 18 years ago
Luke Taylor 3cbad3ebd7 Corrected comment. 18 years ago
Luke Taylor f3b3004085 Removed references to Acegi in contacts sample home page 18 years ago
Luke Taylor 78065ba47c Fixed up contacts sample: removed casfailed page, corrected debug.jsp errors and fixed incorrect bean reference in context files. 18 years ago
Luke Taylor 3261fcb174 Tidying stuff 18 years ago
Luke Taylor 464da0f0df SEC-999: Refactored namespace to take an expression handler instead of a permission evaluator, allowig fo greater cusomtomization and for a single handler to be used in both web and method security expressions. 18 years ago
Luke Taylor e5b1073501 SEC-1012: Added more generics and warning suppression 18 years ago
Luke Taylor e11114ce77 SEC-1023: Add hasPermission() support to SecurityExpressionRoot 18 years ago
Ben Alex de897ad1ac SEC-867: Remove superfluous <property /> entry. 18 years ago
Luke Taylor cf4072c517 Context file improvements (based on sts suggestions) 18 years ago
Luke Taylor 4f6b4e4bfd Make sample login pages use c:out for data output 18 years ago
Luke Taylor d4defb10fe SEC-833: Fixed login-failure-url in contacts sample app. 18 years ago
Luke Taylor fc498954c6 Updated sample context files to point at 2.0.1 schema 18 years ago
Luke Taylor 42cd91e259 Some updates to contacts sample to match description in docs, remove unnecessary cas code etc. 18 years ago
Ben Alex 677607bcad SEC-530: Refactor ACL module so ACE manipulation is index-based as 18 years ago
Luke Taylor 8f7b216de3 Import cleaning, removal of unnecessary constructors etc based on eclipse warnings 18 years ago
Luke Taylor 8c00bb1537 SEC-674: Updated samples to work with new module layout. Changed taglib build to copy tld file to META-INF directory. 18 years ago
Luke Taylor 38237341b4 Removed unused getContactManager method 18 years ago
Luke Taylor 503e426707 Inlined destroyContext method. 18 years ago
Luke Taylor be62979a01 Switch JSTL back to 1.1.2. 18 years ago
Luke Taylor e2bf583fe9 Removed unused MessageSource from contacts app-context file. 18 years ago
Luke Taylor dd47689687 Updated contact app to make more use of namespace configuration (now uses intercept-methods in target bean to set up method interceptor). 18 years ago
Luke Taylor df1def412e Changed to using new alias for security filter chain in samples. 18 years ago
Luke Taylor 06f3bcbf6a Converted all namespace attributes which refer to bean IDs to use "-ref" suffix (or "ref"). 18 years ago
Luke Taylor 7d88ee8c48 Formatted ACL SQL for readability. 18 years ago
Luke Taylor 7583aca3eb Configured contacts app to use namespaces. Removed ldap, cas, x509 files to avoid confusion. Ldap and CAS will be better served by new samples. 18 years ago
Luke Taylor b91e82d91c Changed _authenticationManager -> authenticationManager to get contact app tests passing again. 19 years ago
Luke Taylor 5f1eea42fc Moved configuration of security interceptors with access and authentication manangers from post processing stage to bean creation stage. 19 years ago
Luke Taylor 5e0cb21c8d SEC-619: Added test class for LdapUserDetailsService. The LdapAuthoritiesPopulator interface and also implementations have been moved to the org.springframework.security.ldap package since they are now used by both the ldap provider and the user service. 19 years ago
Ben Alex cb765bc34b SEC-615: Automatically focus on login name HTML element on page load. 19 years ago
Ben Alex 7aa28ea742 SEC-614: Use DelegatingFilterProxy instead of FilterToBeanProxy. 19 years ago
Ben Alex 47229be5cb Make samples and tests use username "rod". 19 years ago
Ben Alex 3123d24337 SEC-613: Rename tag libraries. 19 years ago