updated to reflect serializability + pattern ordering updates, etc.
authormaxcooper <maxcooper>
Wed, 14 Aug 2002 13:12:49 +0000 (13:12 +0000)
committermaxcooper <maxcooper>
Wed, 14 Aug 2002 13:12:49 +0000 (13:12 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index 8b8d4bc..0907580 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
-$Id: HISTORY,v 1.1 2002/08/12 02:52:00 maxcooper Exp $
-$Revision: 1.1 $
-$Date: 2002/08/12 02:52:00 $
+$Id: HISTORY,v 1.2 2002/08/14 13:12:49 maxcooper Exp $
+$Revision: 1.2 $
+$Date: 2002/08/14 13:12:49 $
 
 
      Security Filter v1.0-b2-dev
@@ -25,6 +25,16 @@ restrict access.
 * Users are now redirected to the loginForm when the authorization sequence is
 invoked. Previously, this was a server-side forward.
 
+* Renamed SecurityRealmBase to SimpleSecurityRealmBase to clarify its purpose.
+This base class is intended to insulate implementors from having to deal with
+Principal objects for simple realm implementations. For more complicated realms,
+implementors will want to implement the SecurityRealmInterface directly.
+
+* Created SimplePrincipal class and made SavedRequest class Serializable to
+support deployment on a cluster.
+
+* Implemented servlet-spec compliant matching order for url patterns.
+
 
 Release: 1.0-b1, 2002-08-08
 ===========================