-$Id: HISTORY,v 1.10 2003/01/06 05:05:48 maxcooper Exp $
-$Revision: 1.10 $
-$Date: 2003/01/06 05:05:48 $
+$Id: HISTORY,v 1.11 2003/01/22 21:27:01 maxcooper Exp $
+$Revision: 1.11 $
+$Date: 2003/01/22 21:27:01 $
Security Filter v1.0-b5
This document describes the history of the Security Filter project by lising the
changes made for each release.
+Changes since last release:
+===========================
+* Added support for BASIC authentication scheme.
+
+* User is compeletely logged out of the system on a logout request even when using
+BASIC Authentication scheme. This feature has not been implemented in any J2EE Application
+server known so far. This feature has been tested on Orion 1.5.2 (which implements "Servlet
+2.3 public final draft" but not "Servlet 2.3 specification") and Weblogic 6.1 SP3. This
+feature is useful for developers using Orion 1.5.2.
+
+
Release 1.0-b5, 2003-Jan-05
===========================
* Fixed sort order for "exact" pattern types:
* Fixed issues with error page display on WebLogic.
-Release: 1.0-b1, 2002-Aug-08
-============================
+Release 1.0-b1, 2002-Aug-08
+===========================
* Initial release.