-$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
* 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
===========================