From: maxcooper Date: Wed, 21 Aug 2002 21:33:39 +0000 (+0000) Subject: added log item about NullPointerException on isUserInRole() for unauthenticated user X-Git-Tag: REL-1_0_b3~1 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=afc3dab62cb8f60472b97197d8004206113c4859;p=securityfilter.git added log item about NullPointerException on isUserInRole() for unauthenticated user --- diff --git a/HISTORY b/HISTORY index 35baab8..cacf168 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,6 @@ -$Id: HISTORY,v 1.4 2002/08/16 00:06:37 maxcooper Exp $ -$Revision: 1.4 $ -$Date: 2002/08/16 00:06:37 $ +$Id: HISTORY,v 1.5 2002/08/21 21:33:39 maxcooper Exp $ +$Revision: 1.5 $ +$Date: 2002/08/21 21:33:39 $ Security Filter v1.0-b3-dev @@ -14,6 +14,8 @@ changes made for each release. Changes made since last release =============================== +* Fixed bug that would cause NullPointerException in SimpleSecurityRealmBase +class if isUserInRole() was called when the user was not authenticated. Release 1.0-b2, 2002-Aug-15