Browse Source

Listing Jaas changes

Ray Krueger 20 năm trước cách đây
mục cha
commit
540a12df84
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 2 0
      doc/xdocs/changes.xml
  2. 3 2
      doc/xdocs/upgrade/upgrade-070-100.html

+ 2 - 0
doc/xdocs/changes.xml

@@ -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>

+ 3 - 2
doc/xdocs/upgrade/upgrade-070-100.html

@@ -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>