From: maxcooper Date: Wed, 14 Aug 2002 13:12:49 +0000 (+0000) Subject: updated to reflect serializability + pattern ordering updates, etc. X-Git-Tag: REL-1_0_b2~5 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8cdc2bbf9b8f2db9988ad7d9e5c5f042c9310c2d;p=securityfilter.git updated to reflect serializability + pattern ordering updates, etc. --- diff --git a/HISTORY b/HISTORY index 8b8d4bc..0907580 100644 --- 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 ===========================