From: maxcooper Date: Sun, 30 Mar 2003 10:30:53 +0000 (+0000) Subject: added Release 1.0.1 UTF matching fix comment X-Git-Tag: rel-2_0-alpha1~113 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=68a520c07e6b7ee1077421a515ae8761b580a260;p=securityfilter.git added Release 1.0.1 UTF matching fix comment --- diff --git a/HISTORY b/HISTORY index c46a5ca..4346c28 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,6 @@ -$Id: HISTORY,v 1.15 2003/03/27 13:34:39 maxcooper Exp $ -$Revision: 1.15 $ -$Date: 2003/03/27 13:34:39 $ +$Id: HISTORY,v 1.16 2003/03/30 10:30:53 maxcooper Exp $ +$Revision: 1.16 $ +$Date: 2003/03/30 10:30:53 $ Security Filter v1.1-dev @@ -11,6 +11,7 @@ http://securityfilter.sourceforge.net/ This document describes the history of the Security Filter project by lising the changes made for each release. + Changes since last release: =========================== * Added support for BASIC authentication scheme. @@ -22,9 +23,11 @@ server known so far. This feature has been tested on Orion 1.5.2 (which implemen feature is useful for developers using Orion 1.5.2. -Release 1.0.1, ??? +Release 1.0.1, 2003-Mar-30 ========================== -* Fixed welcome-file element in web.xml for example apps. +* Fixed welcome-file element in web.xml for example apps; was '/index.jsp' now 'index.jsp'. + +* Fixed matching of UTF-encoded URLs. Release 1.0, 2003-Feb-07