spring-security/doc/xdocs/upgrade/upgrade-070-100.html

21 lines
451 B
HTML
Raw Normal View History

2005-01-31 05:39:26 +08:00
<html>
<head>
2005-01-31 13:18:17 +08:00
<title>Acegi Security - Upgrading from version 0.7.0 to 1.0.0</title>
2005-01-31 05:39:26 +08:00
</head>
<body>
<h1>Upgrading from 0.7.0 to 1.0.0</h1>
<p>
The following should help most casual users of the project update their
applications:
<ul>
2005-01-31 13:18:17 +08:00
<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>
2005-01-31 05:39:26 +08:00
</ul>
</body>
</html>