From: maxcooper Date: Sat, 14 Sep 2002 08:22:02 +0000 (+0000) Subject: Changed version numbers for 1.0-b4 release X-Git-Tag: rel-1_0_b4~1 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=68d3ce7fe175585bef2ec3292e731a45bf225dc3;p=securityfilter.git Changed version numbers for 1.0-b4 release --- diff --git a/HISTORY b/HISTORY index a9c3c16..3b3fa2e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,9 +1,9 @@ -$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/ @@ -12,13 +12,15 @@ This document describes the history of the Security Filter project by lising the 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 @@ -57,3 +59,4 @@ Release: 1.0-b1, 2002-Aug-08 ============================ * Initial release. + diff --git a/INSTALL b/INSTALL index 8ccad3a..d7261bc 100644 --- a/INSTALL +++ b/INSTALL @@ -1,9 +1,9 @@ -$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/ diff --git a/README b/README index 4a06cb4..7512e48 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -$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/ @@ -66,7 +66,7 @@ that will be adapted. 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 @@ -98,6 +98,10 @@ config.xml reader and improved the supporting data structures. 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 -------- @@ -109,8 +113,3 @@ and make feature requests: http://sourceforge.net/projects/securityfilter/ Thank you, Max Cooper - - - - - diff --git a/build.xml b/build.xml index cdcccb3..b98fc65 100644 --- a/build.xml +++ b/build.xml @@ -83,7 +83,7 @@ - + diff --git a/conf/share/MANIFEST.MF b/conf/share/MANIFEST.MF index 0c0f81d..ae998e7 100644 --- a/conf/share/MANIFEST.MF +++ b/conf/share/MANIFEST.MF @@ -6,4 +6,4 @@ Specification-Version: 1.0 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