From: maxcooper Date: Fri, 7 Feb 2003 10:30:37 +0000 (+0000) Subject: updated version to 1.1-dev X-Git-Tag: rel-2_0-alpha1~125 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d4f8495da60dd2aadd6be28f5452f7b1fe7eb22e;p=securityfilter.git updated version to 1.1-dev added Catalina password encryption fix added login error page access fix --- diff --git a/HISTORY b/HISTORY index 2e9197d..760c1c0 100644 --- a/HISTORY +++ b/HISTORY @@ -1,9 +1,9 @@ -$Id: HISTORY,v 1.11 2003/01/22 21:27:01 maxcooper Exp $ -$Revision: 1.11 $ -$Date: 2003/01/22 21:27:01 $ +$Id: HISTORY,v 1.12 2003/02/07 10:30:37 maxcooper Exp $ +$Revision: 1.12 $ +$Date: 2003/02/07 10:30:37 $ - Security Filter v1.0-b5 + Security Filter v1.1-dev ====================================== http://securityfilter.sourceforge.net/ @@ -21,6 +21,13 @@ server known so far. This feature has been tested on Orion 1.5.2 (which implemen 2.3 public final draft" but not "Servlet 2.3 specification") and Weblogic 6.1 SP3. This feature is useful for developers using Orion 1.5.2. +* Fixed bug that prevented password encryption from working with the Catalina realm adapter: +http://sourceforge.net/tracker/index.php?func=detail&aid=663088&group_id=59484&atid=491164 + +* Fixed bug that was preventing access to the login error page if it was protected. The +previous fix for this only worked for the login page: +http://sourceforge.net/tracker/index.php?func=detail&aid=650833&group_id=59484&atid=491164 + Release 1.0-b5, 2003-Jan-05 ===========================