1
0
mirror of synced 2026-07-06 11:20:05 +00:00

Use WebAuthenticationDetails for Authentication.getDetails() by default.

This commit is contained in:
Ben Alex
2005-02-21 00:09:49 +00:00
parent 436d37c166
commit e52f3eacb1
8 changed files with 140 additions and 17 deletions
+2
View File
@@ -43,6 +43,8 @@
<action dev="benalex" type="add">FilterChainProxy added to significantly simplify web.xml configuration of Acegi Security</action>
<action dev="benalex" type="update">FilterToBeanProxy now addresses lifecycle mismatch (IoC container vs servlet container) issue</action>
<action dev="benalex" type="add">Additional debug-level logging</action>
<action dev="benalex" type="add">AuthenticationProcessingFilter now provides hook for extra credentials (eg postcodes)</action>
<action dev="benalex" type="add">New WebAuthenticationDetails class now used by processing filters for Authentication.setDetails()</action>
</release>
<release version="0.7.0" date="2005-01-16">
<action dev="carlossg" type="add">Major CVS repository restructure to support Maven and eliminate libraries</action>