Rob Winch
8f21d03832
SEC-2069: Update doc to use FilterInvocationSecurityMetadataSource
2012-10-22 14:28:10 -05:00
Rob Winch
70d5ba536e
SEC-2057: ConcurrentSessionFilter is now after SecurityContextPersistenceFilter
...
Previously, ConcurrentSessionFilter was placed after SecurityContextPersistenceFilter
which meant that the SecurityContextHolder was empty when ConcurrentSessionFilter was
invoked. This caused the Authentication to be null when performing a logout. It also
caused complications with LogoutHandler implementations that would be accessing the
SecurityContextHolder and potentially clear it out expecting that
SecurityContextPersistenceFilter would then clear the SecurityContextRepository.
The ConcurrentSessionFilter is now positioned after the
SecurityContextPersistenceFilter to ensure that the SecurityContextHolder is populated
and cleared out appropriately.
2012-10-03 14:04:24 -05:00
Rob Winch
4f993d95b5
Updates for 3.0.x autorepo support
2012-10-02 11:20:40 -05:00
Rob Winch
5ed5590268
SEC-1970: Cleanup of pre authentication documentation
...
* Removed custom-authentication-provider from documentation
* Rephrased to make the pre authentication documentation a little more concise
* Removed nested () within text (not code)
* Removed user which should have been use
2012-06-15 14:51:50 -05:00
Rob Winch
5118e0b86e
SEC-1943: Corrected namespace doc to state SecurityContextHolderAwareRequestFilter instead of SecurityContextHolderAwareFilter
2012-03-20 19:22:54 -05:00
Rob Winch
7a3135f0f9
SEC-1839: Updated preauth example to use </security:authentication-manager> instead of </security-authentication-manager>
2011-10-18 19:19:27 -05:00
Luke Taylor
714ee3e960
Set version to 3.0.7.RELEASE.
2011-09-05 23:03:17 +01:00
Florian Fankhauser
0f1ae574ab
SEC-1776: Corrected typo in manual
2011-07-09 19:26:29 -05:00
Luke Taylor
dfbc938e99
Added note in namespace docs on mismatch between using filters="none" and other attributes.
2011-06-06 12:37:52 +01:00
Rob Winch
6a87a5f1a1
SEC-1703: Updated namespace for intercept-url
2011-03-29 21:59:07 -05:00
Rob Winch
f6b21880a2
SEC-1703: Updated cas custom-filter@ref to match example bean id and custom-filter@position to be CAS_FILTER
2011-03-29 20:18:01 -05:00
Rob Winch
acee3e2593
SEC-1698: Update documentation to use correct package for RequestHeaderAuthenticationFilter
2011-03-16 23:53:47 -05:00
Luke Taylor
11a091f051
SEC-1680: Revert accidental updates to 3.0.x namespace appendix.
2011-02-16 15:01:15 +00:00
Luke Taylor
156a6924fa
Move docs on request matching to correct file and delete unused one
2010-11-24 00:31:09 +00:00
Luke Taylor
90304f64c6
Update version for 3.0.5 release
2010-11-18 12:36:08 +00:00
Luke Taylor
979ea63980
SEC-1613: Corrected preauth docs.
2010-11-04 14:34:02 +00:00
Luke Taylor
5c597c8cde
Update doc version number to 3.0.4
2010-11-02 16:31:01 +00:00
Luke Taylor
36f008643d
SEC-1598: Removed invalid properties from SessionFixationProtectionStrategy bean declaration in Session Management chapter docbook.
2010-10-26 15:32:21 +01:00
Luke Taylor
cbdf77e991
SEC-1597: Corrected bean class name for RememberMeAuthenticationProvider in docbook source.
2010-10-26 15:32:21 +01:00
Luke Taylor
399e921d14
SEC-1599: Corrected docbook source.
2010-10-26 15:32:21 +01:00
Luke Taylor
8e68fa1334
SEC-1584: Added namespace support for injecting custom HttpFirewall instance into FilterChainProxy.
2010-10-26 15:32:21 +01:00
Luke Taylor
82cd72768d
doc updates to be merged with orgininal sec-1584 doc changes
2010-10-26 15:32:20 +01:00
Luke Taylor
161710cc87
SEC-1584: Doc updates to explain request matching process.
2010-10-26 15:32:20 +01:00
Luke Taylor
f6abc24ed6
SEC-1529: More user-friendly expression @PreAuthorize expression in EL chapter.
2010-08-05 18:17:25 +01:00
Luke Taylor
657a69b906
Minor doc/javadoc updates to clarify use of UserDetailsContextapper.
2010-07-04 15:10:08 +01:00
Luke Taylor
3b8fbe8bee
Minor doc updates.
2010-07-03 19:43:01 +01:00
Luke Taylor
4ad85cdfdf
SEC-1508: Update docbook processing to use Docbook 5 namespaces.
2010-07-03 13:12:08 +01:00
Luke Taylor
8301bd6276
Added that config jar is required to use the namespace.
2010-06-30 20:47:35 +01:00
Luke Taylor
1872d94aa1
Porting gradle changes from master
2010-06-30 20:45:03 +01:00
Luke Taylor
46611872db
Updated version in manual for 3.0.3 release
2010-06-30 15:59:34 +01:00
Luke Taylor
b6cbdde0cb
Minor doc xref link corrections.
2010-06-26 13:14:15 +01:00
Luke Taylor
71e1702224
SEC-1493: Documentation of support for erasing credentials.
2010-06-26 12:34:20 +01:00
Luke Taylor
8f6aecac9b
Clarify that multiple authentication-provider elements can be used in combination.
2010-04-17 15:25:37 +01:00
Luke Taylor
42cdaa0ce2
Latest gradle syntax updates.
2010-03-31 17:12:00 +01:00
Luke Taylor
1b0ac9c785
Porting of gradle changes from master.
2010-03-11 02:15:02 +00:00
Luke Taylor
9831980bc2
Update versions to 3.0.3.CI-SNAPSHOT.
2010-02-26 15:04:43 +00:00
Luke Taylor
9bdc012c69
Minor corrections to Session Management chapter of ref manual.
2010-02-18 00:32:48 +00:00
Luke Taylor
c0579230b2
Correct package names in ref manual docbook. Minor change to namespace appendix.
2010-02-18 00:32:48 +00:00
Luke Taylor
e729819ce0
Updated incorrect package names in docbook
2010-02-12 15:18:01 +00:00
Luke Taylor
017dad8f5d
Added support for fop extensions in PDF generation.
2010-02-11 00:19:18 +00:00
Luke Taylor
81657d0efc
SEC-1403: Corrected interface name.
2010-02-10 15:24:46 +00:00
Luke Taylor
f54831f2b5
SEC-1398: Minor changes to method security annotation information in namespace chapter.
...
Added some explanation of the different annotation types and their suitability.
2010-02-06 18:03:05 +00:00
Luke Taylor
b1243416fc
Minor corrections to aspectj interceptor docs
2010-02-05 20:24:05 +00:00
Luke Taylor
38837775a5
Minor corrections to aspectj interceptor docs.
2010-02-05 17:10:27 +00:00
Luke Taylor
c4d2f59eec
SEC-1381: Update source repo information in docs to point to git rather than subversion.
2010-01-27 01:37:45 +00:00
Luke Taylor
dcf9ea25a6
Updated access-decision and after-invocation diagrams in manual.
2010-01-23 02:12:30 +00:00
Luke Taylor
dbf673ec37
Build updates to include uploading of distro and docs, plus addition of admon graphics path to docbook plugin.
2010-01-21 20:12:12 +00:00
Luke Taylor
56849dc41e
Added tasks for apidocs, doc and distro archive generation to the build file.
2010-01-21 19:59:48 +00:00
Luke Taylor
51dfc0fb39
Set versions to 3.0.2-CI-SNAPSHOT, post release.
2010-01-15 18:15:19 +00:00
Luke Taylor
05634f97dc
Updated version numbers for 3.0.1 release.
2010-01-15 18:04:28 +00:00