added log item about NullPointerException on isUserInRole() for unauthenticated user
authormaxcooper <maxcooper>
Wed, 21 Aug 2002 21:33:39 +0000 (21:33 +0000)
committermaxcooper <maxcooper>
Wed, 21 Aug 2002 21:33:39 +0000 (21:33 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index 35baab8..cacf168 100644 (file)
--- 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