added note about BASIC auth logout feature being removed
authormaxcooper <maxcooper>
Mon, 27 Oct 2003 11:06:24 +0000 (11:06 +0000)
committermaxcooper <maxcooper>
Mon, 27 Oct 2003 11:06:24 +0000 (11:06 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index cbdd8f7..4b19fb0 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
-$Id: HISTORY,v 1.23 2003/10/27 11:01:56 maxcooper Exp $
-$Revision: 1.23 $
-$Date: 2003/10/27 11:01:56 $
+$Id: HISTORY,v 1.24 2003/10/27 11:06:24 maxcooper Exp $
+$Revision: 1.24 $
+$Date: 2003/10/27 11:06:24 $
 
 
 Security Filter v@PROJECT.VERSION@
@@ -35,11 +35,11 @@ Release 1.1-b1, 2003-Jul-15
 ===========================
 * 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.
+* [THIS FEATURE HAS BEEN REMOVED] 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.1, 2003-Mar-30