Luke Taylor
469f55ce05
SEC-773: global-method-security fails with JPA
...
http://jira.springframework.org/browse/SEC-773 . Added extra constructor to MethodDefinitionSourceAdvisor to allow for lazy initialization of the advice (MethodSecurityInterceptor), and in turn the AuthenticationManager and ay referenced UserDetailsService implementations.
2008-04-18 13:15:56 +00:00
Luke Taylor
4d347cfdb5
Updated surefire plugin versions
2008-04-15 19:59:15 +00:00
Luke Taylor
2cc3068de7
Minor site css adjustments
2008-04-15 19:58:53 +00:00
Luke Taylor
09ccc35119
Updated index file to include release features
2008-04-15 18:45:09 +00:00
Luke Taylor
7238097310
OPEN - issue SEC-775: CLONE -impossible to specify "observeOncePerRequest" property in the namespace based configuration.
...
http://jira.springframework.org/browse/SEC-775 . Corrected check for value of observe-once-per-request attribute. Should be a check for "false" as it is true by default.
2008-04-15 16:57:47 +00:00
Luke Taylor
31a9fa553d
added section on maven repo downloads
2008-04-14 14:20:11 +00:00
Luke Taylor
680b2d3b74
Updated version number for reference manual
2008-04-14 14:09:06 +00:00
Luke Taylor
d2ddbc1ee3
Removed references to packaged docs
2008-04-14 14:05:42 +00:00
Luke Taylor
35698edc04
Website URL updates in readme file
2008-04-14 13:00:57 +00:00
Ben Alex
b5dc523041
[maven-release-plugin] prepare for next development iteration
2008-04-14 07:06:44 +00:00
Ben Alex
0c42670431
[maven-release-plugin] prepare release spring-security-parent-2.0.0
2008-04-14 07:05:46 +00:00
Ben Alex
4d714b33e0
SEC-770: Mark old org.springframework.security.acl module as @deprecated.
2008-04-14 06:50:01 +00:00
Ben Alex
ce34ef366d
SEC-426: Provide better ACL documentation.
2008-04-14 06:15:28 +00:00
Luke Taylor
9dea82773c
Added clear:both to programlisting to stop it overlapping with sidebars
2008-04-13 23:39:15 +00:00
Luke Taylor
57b5f38df1
OPEN - issue SEC-769: Remember-Me functionality not available in namespace configuration
...
http://jira.springframework.org/browse/SEC-769 . I've added a check in FormLoginBeanDefintionParser to see if RememberMeServices is registered. If so, it will inject the bean into the filter. Also added a check in HttpSecurityBeanDefinitionParserTests that the field has been set.
2008-04-13 22:11:09 +00:00
Luke Taylor
8f52c6a79c
Corrected name in cas samples pom
2008-04-13 21:26:43 +00:00
Luke Taylor
2c85f61091
Tidied root pom
2008-04-13 21:25:32 +00:00
Luke Taylor
4ae40150c9
SEC-752: ClassLoading in GlobalMethodSecurityBeanDefinitionParser doesn't work in tooling
...
http://jira.springframework.org/browse/SEC-752 . Removed check for JSR-250 class.
2008-04-13 20:59:39 +00:00
Luke Taylor
552dc6486a
SEC-703: Expose customization of SQL used by <jdbc-user-service>
...
http://jira.springframework.org/browse/SEC-703 . Added suggested attributes for sql queries.
2008-04-13 20:51:40 +00:00
Luke Taylor
d6e5dbbcfd
SEC-767: Added override for flushBuffer in response wrapper.
2008-04-13 20:22:31 +00:00
Luke Taylor
9d54c2d22b
OPEN - issue SEC-637: Dependency on RequestUtils
...
http://jira.springframework.org/browse/SEC-637 . Removed use of ServletRequestUtils in AbstractRememberMeServices
2008-04-13 12:53:01 +00:00
Luke Taylor
511403832f
SEC-653: Added entry-point-ref info
2008-04-13 12:03:43 +00:00
Luke Taylor
b8490bddb2
SEC-762: Updated CAS configuration from sample app
2008-04-13 12:02:16 +00:00
Luke Taylor
da72a7dc00
Forgot to add cas samples parent pom
2008-04-13 00:25:11 +00:00
Luke Taylor
0422cb1f8f
Fixed artifact groups for aspectjrt and added cas sample to project build
2008-04-13 00:08:18 +00:00
Luke Taylor
83c152e379
SEC-768: Changed exception to error reported through parser context. Added entry-point-ref to cas config
2008-04-13 00:02:46 +00:00
Luke Taylor
a2f4ee1c58
SEC-767: Added check for committed response before attempting to create a new session
2008-04-12 23:18:03 +00:00
Luke Taylor
48c5a5e7ce
SEC-653: added information on custom-provider and authentication-manager use
2008-04-12 22:39:21 +00:00
Luke Taylor
0116c13477
SEC-624: Moved community and samples sections into 'getting started' part
2008-04-12 22:07:52 +00:00
Luke Taylor
ca40295d7c
SEC-624: Replace hard-coded figures with xml:ids and xrefs
2008-04-12 21:45:43 +00:00
Luke Taylor
a50c202ded
SEC-624: Converting xml to preferred attribute syntax
2008-04-12 18:41:37 +00:00
Luke Taylor
2d3bc27d06
SEC-755: Updated bundle names in line with Christian's recommendations.
2008-04-12 18:38:06 +00:00
Luke Taylor
78d13dc4cb
SEC-653: Added section on customizing AccessDecisionManager
2008-04-12 18:24:53 +00:00
Luke Taylor
02a2acf847
SEC-624: Corrections to samples doc
2008-04-12 18:13:47 +00:00
Luke Taylor
42cd91e259
Some updates to contacts sample to match description in docs, remove unnecessary cas code etc.
2008-04-12 18:08:35 +00:00
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