Luke Taylor
c7f182309f
Removed excess config from tutorial sample file
2008-04-12 17:17:46 +00:00
Luke Taylor
6f289b3620
Minor doc modifications
2008-04-12 17:16:49 +00:00
Luke Taylor
c68ac55a8e
SEC-653: minor changes to layout and added link to InMemory section
2008-04-12 17:14:37 +00:00
Luke Taylor
28dabf9c06
SEC-653: added info on session fixation
2008-04-12 16:51:10 +00:00
Luke Taylor
3d4e2ed81f
SEC-653: added information on session event listener for use with concurrent session control
2008-04-12 15:13:22 +00:00
Luke Taylor
d0ae8e072d
Refactored out safeGetHttpSession method to remove multiple try/catch IllegalArgumentException blocks round request.getSession() calls.
2008-04-12 15:01:52 +00:00
Luke Taylor
0510de6ab8
SEC-624: Added basic method security namesapce overview
2008-04-12 13:33:09 +00:00
Luke Taylor
13123b98e0
Moved JBoss and Resin adapters to standard servlet api version
2008-04-12 12:38:03 +00:00
Luke Taylor
8a7c937fa9
Minor rearrangement to aid sidebar positioning
2008-04-11 23:25:13 +00:00
Luke Taylor
6b86b05a0a
Removed autoboxing
2008-04-11 23:22:36 +00:00
Luke Taylor
d288f722a8
OPEN - issue SEC-759: GrantedAuthoritiesContainer should extend Serializable
...
http://jira.springframework.org/browse/SEC-759 . Added Serializable to interface.
2008-04-11 17:25:41 +00:00
Luke Taylor
d1960b44f9
SEC-653: More additions to namespace doc
2008-04-11 17:18:02 +00:00
Luke Taylor
3b3d339393
SEC-764: Added support for "position" attribute. Also added "LAST" as an option for filter position.
2008-04-11 17:01:08 +00:00
Luke Taylor
d9fc36da41
Fixing up URLs
2008-04-11 13:52:39 +00:00
Luke Taylor
f2dab4217f
Fixing up URLs
2008-04-11 12:21:38 +00:00
Luke Taylor
f60284e862
Michael's updates to petclinic tutorial
2008-04-11 12:19:29 +00:00
Luke Taylor
7145198e5a
OPEN - issue SEC-763: Allow setting of alwaysUseDirectTargetUrl via form-login namespace URL
...
http://jira.springframework.org/browse/SEC-763 . Added always-use-default target attribute to namespace.
2008-04-11 12:03:55 +00:00
Luke Taylor
3e259b460c
SEC-762: Removed CAS documentation relating to use with CAS server. Commented out intitial sequence pending review
2008-04-10 17:02:31 +00:00
Luke Taylor
15c96521fd
Minor corrections to form-authentication.xml
2008-04-10 16:50:28 +00:00
Luke Taylor
a7ab048f3b
SEC-624: Improved general consistency of ref docs. Tidied up program listings. Added namespace info on channel security.
2008-04-10 14:38:41 +00:00
Luke Taylor
a3de51ea51
Fixed typo in constant name.
2008-04-09 23:41:27 +00:00
Luke Taylor
10e6ed20cf
Minor corrections to namespace chapter. Fixed image paths for pdf version
2008-04-09 23:35:29 +00:00
Luke Taylor
6de01e0079
fixed reference manual links
2008-04-09 23:34:34 +00:00
Luke Taylor
cf7bb6cc21
Tidied up docbkx config
2008-04-09 23:34:02 +00:00
Luke Taylor
c2a091ff0b
SEC-653: Corrected link to LDAP chapter
2008-04-09 18:05:20 +00:00
Luke Taylor
6ae7ef0586
SEC-653: Added link to LDAP chapter
2008-04-09 18:04:59 +00:00
Luke Taylor
538e295c91
SEC-653: More added to namespace chapter
2008-04-09 18:02:34 +00:00
Luke Taylor
78f22f777c
SEC-653: More in namespace chapter
2008-04-09 11:27:55 +00:00
Luke Taylor
ef8a4fa055
Minor updates to namespace text
2008-04-08 20:51:30 +00:00
Luke Taylor
8367591554
Mods to docbook styling, based on main Spring docs
2008-04-08 20:34:04 +00:00
Luke Taylor
61968d6f1e
SEC-653: Started namespace configuration overview
2008-04-08 15:40:56 +00:00
Luke Taylor
7395e2b900
SEC-639: Updated to filter-chain-map syntax. Also removed use of property editor configuration for FilterSecurityInterceptor examples
2008-04-08 11:54:29 +00:00
Luke Taylor
029f8a2409
Made test method getFilters on FilterChainProxy default access.
2008-04-07 22:41:50 +00:00
Luke Taylor
a2d2c6b67a
Corrected element name.
2008-04-07 22:28:47 +00:00
Luke Taylor
243b5f4a2a
SEC-746: impossible to specify errorPage for the AccessDeniedHandlerImp when using namespace based configuration
...
http://jira.springframework.org/browse/SEC-746 . Added access-denied-page to http element.
2008-04-07 22:17:09 +00:00
Luke Taylor
f57ba43780
SEC-673: Reinstated a bean registration that had accidentally bean removed by the last patch, breaking core-tiger tests.
2008-04-07 21:05:13 +00:00
Luke Taylor
80dbc4fd75
SEC-673: Applied patch from Christian.
2008-04-07 20:20:58 +00:00
Luke Taylor
594b69b7ef
SEC-754: Changed tests to use unicode escapes rather than explicit UTF-8.
2008-04-07 18:05:45 +00:00
Luke Taylor
236e310ea7
SEC-747: impossible to specify "observeOncePerRequest" property in the namespace based configuration.
...
http://jira.springframework.org/browse/SEC-747 . Added once-per-request attribute to http element.
2008-04-07 15:30:27 +00:00
Luke Taylor
6612d0f729
SEC-754: Fixed wrong array length and added tests for encoding non-ascii password.
2008-04-07 14:13:40 +00:00
Luke Taylor
6d1932da33
SEC-753: Changed Spring version range in felix plugin to [2.0,2.6) to allow use with minor 2.5 versions.
2008-04-07 12:39:00 +00:00
Luke Taylor
92ad1ecf81
Typo in Javadoc.
2008-04-06 00:08:41 +00:00
Luke Taylor
67d5a5b814
SEC-750: Support for JPA PersistenceContext annotation broken
...
http://jira.springframework.org/browse/SEC-750 . Updates to prevent the HttpSecurityPostProcessor from causing beans to be instantiated. Added a simplified test case to HttpSecurityBeanDefinitionParserTests.
2008-04-06 00:04:50 +00:00
Ben Alex
54882fe1ea
SEC-670: Provide mutator for JdbcMutableAclService.foreignKeysInDatabase property.
2008-04-05 22:57:02 +00:00
Ben Alex
8a7bfafce9
SEC-670: Deadlock avoidance.
2008-04-05 22:49:37 +00:00
Ben Alex
64442b6645
SEC-590: Correct misuse of "continue" keyword so ACLs retrieved even when last element is already cached.
2008-04-05 22:33:59 +00:00
Ben Alex
8919b203e6
SEC-422: Correct SQL to increase database compatibility.
2008-04-05 22:13:23 +00:00
Ben Alex
d79485a975
SEC-547: Release database connections between each layer of parent lookups.
2008-04-05 21:19:42 +00:00
Ben Alex
677607bcad
SEC-530: Refactor ACL module so ACE manipulation is index-based as
...
opposed to AccessControlEntry.getId() based.
2008-04-05 20:43:10 +00:00
Luke Taylor
431253188d
Updated eclipse and surefire plugins
2008-04-05 15:42:29 +00:00