Initial commit.
This commit is contained in:
parent
9649003d57
commit
7c9bd78e16
|
@ -0,0 +1,21 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Acegi Security - Upgrading from version 0.8.0 to 1.0.0</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Upgrading from 0.8.0 to 1.0.0</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The following should help most casual users of the project update their
|
||||||
|
applications:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li>AbstractProcessingFilter has changed its getter/setter approach used for customised
|
||||||
|
authentication exception directions. See the <a href="../multiproject/acegi-security/xref/net/sf/acegisecurity/ui/AbstractProcessingFilter.html">
|
||||||
|
AbstractProcessingFilter JavaDocs</a> to learn more.<br><br></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue