-$Id: HISTORY,v 1.7 2002/08/28 00:15:31 maxcooper Exp $
-$Revision: 1.7 $
-$Date: 2002/08/28 00:15:31 $
+$Id: HISTORY,v 1.8 2002/09/14 08:22:02 maxcooper Exp $
+$Revision: 1.8 $
+$Date: 2002/09/14 08:22:02 $
- Security Filter v1.0-b4-dev
+ Security Filter v1.0-b4
======================================
http://securityfilter.sourceforge.net/
changes made for each release.
-Changes since last release:
+Release 1.0-b4, 2002-Sep-14
===========================
* Added registration for local copy of the DTD. If the securityfilter-config.xml
-file being parsed has the public identifier of the DTD specified properly
-(copy and paste it from the latest version of an example app to be sure), the
+file being parsed has the public identifier of the DTD specified properly, the
local copy of the DTD file (inside securityfilter.jar) will be used instead
-of getting it from the internet.
+of getting it from the internet. A version number was added to the public id in
+this release, so please be sure to specify exactly to get the local loading
+behavior:
+"-//SecurityFilter.org//DTD Security Filter Configuration 1.0//EN"
Release 1.0-b3, 2002-Aug-26
============================
* Initial release.
+
-$Id: INSTALL,v 1.5 2002/08/28 00:15:51 maxcooper Exp $
-$Revision: 1.5 $
-$Date: 2002/08/28 00:15:51 $
+$Id: INSTALL,v 1.6 2002/09/14 08:22:02 maxcooper Exp $
+$Revision: 1.6 $
+$Date: 2002/09/14 08:22:02 $
- Security Filter v1.0-b4-dev
+ Security Filter v1.0-b4
======================================
http://securityfilter.sourceforge.net/
-$Id: README,v 1.10 2002/08/28 00:15:51 maxcooper Exp $
-$Revision: 1.10 $
-$Date: 2002/08/28 00:15:51 $
+$Id: README,v 1.11 2002/09/14 08:22:02 maxcooper Exp $
+$Revision: 1.11 $
+$Date: 2002/09/14 08:22:02 $
- Security Filter v1.0-b4-dev
+ Security Filter v1.0-b4
======================================
http://securityfilter.sourceforge.net/
3. Declare your security preferences in WEB-INF/securityfilter-config.xml. The
format for security preferences closely mimics the web.xml standard (so you can
-but and paste if you have been using container-managed security). In addition to
+cut and paste if you have been using container-managed security). In addition to
the web.xml syntax, you can also specify a form-default-page to send users to if
they spontaneously issue a login request without being forced there by the
security mechanism. You will also need to specify your realm (or realms, if you
4. Steve Ditlinger provided review information.
+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.
+
Feedback
--------
Thank you,
Max Cooper
-
-
-
-
-
<property name="project.name" value="securityfilter"/>
<!-- Version of the project -->
- <property name="project.version" value="1.0-b4-dev"/>
+ <property name="project.version" value="1.0-b4"/>
<!-- ========== Derived Properties ======================================== -->
Implementation-Title: Security Filter
Implementation-Vendor: SecurityFilter.org
Implementation-Vendor-Id: org.securityfilter
-Implementation-Version: 1.0-b4-dev
\ No newline at end of file
+Implementation-Version: 1.0-b4
\ No newline at end of file