Refactor DAO authentication failure events under a consistent abstract superclass (thanks to Mark St Godard for suggestion).

This commit is contained in:
Ben Alex
2005-06-22 08:07:52 +00:00
parent c0f1d4e19d
commit a312fede74
9 changed files with 53 additions and 13 deletions

View File

@@ -40,6 +40,7 @@
<action dev="benalex" type="update">Refactor Authentication.isAuthenticated() handling to be more performance</action>
<action dev="benalex" type="fix">Silently catch NotSerializableException in AbstractProcessingFilter if rootCause is not Serializable</action>
<action dev="benalex" type="fix">Remove getters and setters from JdbcDaoImpl so IoC container cannot modify MappingSqlQuerys</action>
<action dev="benalex" type="update">Refactor DAO authentication failure events under a consistent abstract superclass</action>
</release>
<release version="0.8.2" date="2005-04-20">
<action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>