Improve Linux and non-Sun JDK (specifically IBM JDK) compatibility.

This commit is contained in:
Ben Alex
2005-02-28 03:02:32 +00:00
parent 70b7e3c2bc
commit 873c3f6c3d
2 changed files with 84 additions and 64 deletions

View File

@@ -47,6 +47,7 @@
<action dev="benalex" type="add">AuthenticationProcessingFilter now provides hook for extra credentials (eg postcodes)</action>
<action dev="benalex" type="add">New WebAuthenticationDetails class now used by processing filters for Authentication.setDetails()</action>
<action dev="benalex" type="update">Significantly refactor "well-known location model" to authentication processing mechanism and HttpSessionContextIntegrationFilter model</action>
<action dev="benalex" type="fix">Improve Linux and non-Sun JDK (specifically IBM JDK) compatibility</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>