Listing Jaas changes

This commit is contained in:
Ray Krueger 2005-01-31 05:18:17 +00:00
parent 82c15b1874
commit 540a12df84
2 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,8 @@
<action dev="benalex" type="update">Made ConfigAttributeDefinition and ConfigAttribute Serializable</action>
<action dev="benalex" type="update">FilterToBeanProxy now searches hierarchical bean factories</action>
<action dev="benalex" type="fix">Contacts sample web.xml no longer expect Log4j to be in classpath</action>
<action dev="raykrueger" type="update">JaasAuthenticatinProvider now uses System.property "java.security.auth.login.config"</action>
<action dev="raykrueger" type="update">JaasAuthenticationCallbackHandler Authentication is passed to handle method setAuthenticatoin removed</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>

View File

@ -1,6 +1,6 @@
<html>
<head>
<title>Acegi Security - Upgrading from version 0.7.0 to 0.1.0</title>
<title>Acegi Security - Upgrading from version 0.7.0 to 1.0.0</title>
</head>
<body>
<h1>Upgrading from 0.7.0 to 1.0.0</h1>
@ -11,7 +11,8 @@ applications:
<ul>
<li>No changes yet!<br><br></li>
<li>The JaasAuthenticationCallbackHandler interface has had it's setAuthentication method removed. The handle method
now takes both the Callback and Authentication objects as arguments.</li>
</ul>