Luke Taylor
|
c5231fc213
|
SEC-1538: Deprecate PreAuthenticatedGrantedAuthoritiesAuthenticationDetails (forgot originally) and update documentation to remove reference to AbstractPreAuthenticationAuthenticationDetailsSource.
|
15 years ago |
rwinch
|
58d9903ebc
|
SEC-1564: JAAS Configuration can now be injected into DefaultJaasAuthenticationProvider
|
15 years ago |
Luke Taylor
|
c1418c7536
|
Minor change in doc information about samples since these are no longer in maven repo.
|
16 years ago |
Luke Taylor
|
35335e84b3
|
Reset post-release build version.
|
16 years ago |
Luke Taylor
|
23c4d1ec28
|
Set version to 3.1.0.M1.
|
16 years ago |
Luke Taylor
|
d04e37c0c4
|
Minor changes to doc on version numbering. It's not true that minor versions are source/binary compatible.
|
16 years ago |
Luke Taylor
|
992566b6cb
|
SEC-1527: Internationalization of contacts sample (Adding message resource bundle and RequestContextFilter). Re-working of L12n section of manual to mention existing localized message files and use of RequestContextFilter.
|
16 years ago |
Luke Taylor
|
4935aa07c7
|
SEC-1535: Added suggested doc fixes.
|
16 years ago |
Luke Taylor
|
bb7165ac6e
|
SEC-1530: Added information on calling getAllPrincipals() on SessionRegistry for direct use in an application to provide currently logged in users.
|
16 years ago |
Luke Taylor
|
e2ba500c3c
|
SEC-1529: More user-friendly expressions on method annotations in EL chapter.
|
16 years ago |
Luke Taylor
|
74b66591e9
|
Build refactoring.
|
16 years ago |
Luke Taylor
|
5de68cb18f
|
SEC-1499: Additional doc paragraph that escaped the commit.
|
16 years ago |
Luke Taylor
|
9dd6a5eb8f
|
SEC-1499: Added some Javadoc and doc on the problems of using session-fixation protection with attributes that implement HttpSessionBindingListener.
|
16 years ago |
Luke Taylor
|
d7d8448120
|
SEC-1521: Add check for null SecurityContextRepository and clarify related docs on use of null implementation (NullSecurityContextRepository).
|
16 years ago |
Luke Taylor
|
c1c8fd1874
|
SEC-1171: Changed attribute name/value from secured="false" to security="none" to allow future extension by adding extra options (e.g. contextOnly to provide security context information during the request).
|
16 years ago |
Luke Taylor
|
080710e023
|
Minor doc updates on default filters created by namespace.
|
16 years ago |
Luke Taylor
|
06368f956a
|
Minor doc/javadoc updates to clarify use of UserDetailsContextapper.
|
16 years ago |
Luke Taylor
|
d6159e884a
|
Some minor doc fixes.
|
16 years ago |
Luke Taylor
|
8ad6cbbe85
|
SEC-1508: Update docbook processing to use Docbook 5 namespaces.
|
16 years ago |
Luke Taylor
|
8615369697
|
Added information on config jar to instructions on getting started using namespace.
|
16 years ago |
Luke Taylor
|
4da4734750
|
Minor doc link updates and tidying.
|
16 years ago |
Luke Taylor
|
ad82e6a575
|
SEC-1493: Documentation of support for erasing credentials.
|
16 years ago |
Luke Taylor
|
1dd4787194
|
Added note in namespace chapter clarifying that method security only applies to Spring beans, plus aspectj mode info to appendix.
|
16 years ago |
Luke Taylor
|
8bddc8f820
|
SEC-1484: Documentation for some namespace attributes.
|
16 years ago |
Luke Taylor
|
0d94e75a93
|
SEC-1171: Documentation of changes related to use of multiple <http> elements.
|
16 years ago |
Luke Taylor
|
ca91b9abc5
|
Corrected section layout in DB schema appendix of ref manual.
|
16 years ago |
Luke Taylor
|
5aab06775e
|
SEC-1106: Added section on hierarchical roles to manual.
|
16 years ago |
Luke Taylor
|
e0d06b2b53
|
Added documentation on RequestCache functionality.
|
16 years ago |
Luke Taylor
|
f0c4cccb0d
|
SEC-1479: Clarify that matching is against servletPath + pathInfo for ant pattern matching. Added some extra pointers to request-matching info in namespace doc.
|
16 years ago |
Luke Taylor
|
705f896209
|
SEC-1478: Added 'use-expressions' attribute to namespace appendix.
|
16 years ago |
Luke Taylor
|
2c44461264
|
SEC-1473: Remove references to ContactSecurityVoter.
Replaced with reference to Oleg's blog article as an example of custom voter use
|
16 years ago |
Luke Taylor
|
c95fe8af28
|
Adjust section in namespace chapter and increase section depth in manual TOC for easier reference.
|
16 years ago |
Luke Taylor
|
bca6c1aeac
|
SEC-1468: Doc and Javadoc updates.
|
16 years ago |
Luke Taylor
|
82bbd09b71
|
SEC-1460: Documentation of changes.
|
16 years ago |
Luke Taylor
|
def5f88c8c
|
SEC-1431: Added openid-selector to openid sample, plus AX configuration for myopenid.com.
|
16 years ago |
Luke Taylor
|
3af75afec1
|
Clarify that multiple authentication-provider elements can be used in combination.
|
16 years ago |
Luke Taylor
|
d334f6fa09
|
Latest gradle syntax updates.
|
16 years ago |
Luke Taylor
|
2a0aae1904
|
SEC-524: Document addition of "var" attribute in authorization tags.
|
16 years ago |
Luke Taylor
|
0849dd93e9
|
Minor correction to namespace appendix
|
16 years ago |
Hans Dockter
|
b64a3fa725
|
Hans Dockter's refactoring of gradle build, plus simplification of docbook plugin.
|
16 years ago |
Luke Taylor
|
90caf1bb37
|
Manual formatting.
|
16 years ago |
Luke Taylor
|
025ab4ce1a
|
Tweaking of table size in namespace chapter and PDF page margins to try to reduce overlapping of text
|
16 years ago |
Luke Taylor
|
7c99361c26
|
Reduce length of long lines in the reference manual.
Some are too long for the PDF version.
|
16 years ago |
Luke Taylor
|
40d3f726d6
|
Update manual version to 3.0.2.RELEASE
|
16 years ago |
Luke Taylor
|
9bdc012c69
|
Minor corrections to Session Management chapter of ref manual.
|
16 years ago |
Luke Taylor
|
c0579230b2
|
Correct package names in ref manual docbook. Minor change to namespace appendix.
|
16 years ago |
Luke Taylor
|
e729819ce0
|
Updated incorrect package names in docbook
|
16 years ago |
Luke Taylor
|
017dad8f5d
|
Added support for fop extensions in PDF generation.
|
16 years ago |
Luke Taylor
|
81657d0efc
|
SEC-1403: Corrected interface name.
|
16 years ago |
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.
|
16 years ago |