added BASIC auth change listings
authormaxcooper <maxcooper>
Wed, 22 Jan 2003 21:27:01 +0000 (21:27 +0000)
committermaxcooper <maxcooper>
Wed, 22 Jan 2003 21:27:01 +0000 (21:27 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index f5d0c1a..2e9197d 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
-$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
@@ -11,6 +11,17 @@ http://securityfilter.sourceforge.net/
 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:
@@ -91,8 +102,8 @@ support deployment on a cluster.
 * Fixed issues with error page display on WebLogic.
 
 
-Release: 1.0-b1, 2002-Aug-08
-============================
+Release 1.0-b1, 2002-Aug-08
+===========================
 * Initial release.