From: maxcooper Date: Wed, 22 Jan 2003 21:24:28 +0000 (+0000) Subject: moved What's New to HISTORY file X-Git-Tag: rel-2_0-alpha1~129 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=20ac2f121e2ef22e9b27fcb74da6997ca57027d0;p=securityfilter.git moved What's New to HISTORY file changed signature juggled contributors --- diff --git a/README b/README index 306b324..f472ea6 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -$Id: README,v 1.14 2003/01/18 07:31:13 dayash Exp $ -$Revision: 1.14 $ -$Date: 2003/01/18 07:31:13 $ +$Id: README,v 1.15 2003/01/22 21:24:28 maxcooper Exp $ +$Revision: 1.15 $ +$Date: 2003/01/22 21:24:28 $ Security Filter v1.0-b5 @@ -30,14 +30,6 @@ License. See the LICENSE file for details. This product includes software developed by the Apache Software Foundation (http://www.apache.org/). -What's new in this version? -1. Both FORM and BASIC authentication schemes are supported by the SecurityFilter. -2. User is compeletely logged out of the system on a logout request even when using -BASIC Authentication scheme. This feature has not been implemented in any J2EE Application -server known so far. -3. Tested on Orion 1.5.2 (which implements "Servlet 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. What's in this package? ----------------------- @@ -107,31 +99,31 @@ Contributors ------------ 1. Max Cooper maintains the project and wrote most of the code. -2. Torgeir Veimo contributed the initial version of the Digester-based security- -config.xml reader and improved the supporting data structures. +2. Torgeir Veimo contributed the initial version of the Digester-based +securityfilter-config.xml reader and improved the supporting data structures. 3. Daya Sharma implemented the BASIC authentication feature. -4. Prakash Malani provided review information and Ant build file help. - -5. Steve Ditlinger provided review information. +4. The members of the securityfilter-user email list have provided bug +reports, code patches, user support and feature suggestions for the +SecurityFilter project. -6. The Apache Jakarta Struts project directory structure and build files were +5. The Apache Jakarta Struts project directory structure and build files were used as a model for this project, and the struts-user email list members have provided useful feedback and motivation for the project. -7. The members of the securityfilter-user email list that have provided bug -reports, code patches, user support and feature suggestions for the -SecurityFilter project. +6. Prakash Malani and Steve Ditlinger provided initial feedback and/or helped +with the Ant build files. + Feedback -------- -Let me know what your priorities are, and if there is anything else you would +Let us know what your priorities are, and if there is anything else you would like to see. Please use the SourceForge facilities to seek support, report bugs, and make feature requests: http://sourceforge.net/projects/securityfilter/ Thank you, -Max Cooper +The SecurityFilter Team