-$Id: HISTORY,v 1.30 2006/02/14 09:28:28 maxcooper Exp $
-$Revision: 1.30 $
-$Date: 2006/02/14 09:28:28 $
+$Id: HISTORY,v 1.31 2006/02/15 08:23:52 maxcooper Exp $
+$Revision: 1.31 $
+$Date: 2006/02/15 08:23:52 $
Security Filter v@PROJECT.VERSION@
Changes since the last release:
===============================
+
+* Fixed issue where SecurityFilter was creating a uneccessarily session for unsecured pages,
+including the addition of an automated test:
+http://sourceforge.net/tracker/index.php?func=detail&aid=1056920&group_id=59484&atid=491164
+
+* Used ant import task in build files instead of entity inclusion
+
* Fixed form-based login HTTP response code (was 401, now 200), including an automated test:
http://sourceforge.net/tracker/index.php?func=detail&aid=935921&group_id=59484&atid=491164
http://sourceforge.net/tracker/index.php?func=detail&aid=1143612&group_id=59484&atid=491164
value first, which follows the JUnit example. Also changed some calls to JUnit assert...
methods to put the expected value first.
-* Fixed issue where SecurityFilter was creating a uneccessarily session for unsecured pages,
-including the addition of an automated test:
-http://sourceforge.net/tracker/index.php?func=detail&aid=1056920&group_id=59484&atid=491164
-
Release 2.0, 2004-Dec-13
========================
<?xml version="1.0"?>
<!--
-$Id: build-webapps.xml,v 1.10 2005/02/22 11:02:04 maxcooper Exp $
-$Revision: 1.10 $
-$Date: 2005/02/22 11:02:04 $
+$Id: build-webapps.xml,v 1.11 2006/02/15 08:23:52 maxcooper Exp $
+$Revision: 1.11 $
+$Date: 2006/02/15 08:23:52 $
-->
-<!DOCTYPE project [
- <!ENTITY properties SYSTEM "file:./properties.xml">
-]>
-
<project name="securityfilter-webapps" default="build">
-
- <!-- import common properties -->
- &properties;
+ <import file="properties.xml"/>
<!-- import ant-contrib tasks -->
<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${ant-contrib.jar}"/>
<?xml version="1.0"?>
<!--
-$Id: build.xml,v 1.22 2005/02/22 11:02:07 maxcooper Exp $
-$Revision: 1.22 $
-$Date: 2005/02/22 11:02:07 $
+$Id: build.xml,v 1.23 2006/02/15 08:23:52 maxcooper Exp $
+$Revision: 1.23 $
+$Date: 2006/02/15 08:23:52 $
-->
-<!DOCTYPE project [
- <!ENTITY properties SYSTEM "file:./properties.xml">
-]>
-<project name="securityfilter" default="default">
- <!-- import common properties -->
- &properties;
+<project name="securityfilter" default="default">
+ <import file="properties.xml"/>
<!-- ========== Default Target ================================================================================== -->
<?xml version="1.0"?>
<!--
-$Id: deploy.xml,v 1.5 2003/06/08 12:40:07 maxcooper Exp $
-$Revision: 1.5 $
-$Date: 2003/06/08 12:40:07 $
+$Id: deploy.xml,v 1.6 2006/02/15 08:23:52 maxcooper Exp $
+$Revision: 1.6 $
+$Date: 2006/02/15 08:23:52 $
-->
-<!DOCTYPE project [
- <!ENTITY properties SYSTEM "file:./properties.xml">
-]>
-
<project name="Generic Tomcat Webapp Deployment" default="deploy">
- &properties;
+ <import file="./properties.xml" />
<target name="deploy">
<echo>Deploying ${webapp.name}.war</echo>
<!--
-$Id: properties.xml,v 1.15 2005/02/22 10:55:44 maxcooper Exp $
-$Revision: 1.15 $
-$Date: 2005/02/22 10:55:44 $
+$Id: properties.xml,v 1.16 2006/02/15 08:23:52 maxcooper Exp $
+$Revision: 1.16 $
+$Date: 2006/02/15 08:23:52 $
-->
<!--
This file is XML-included by Ant build files to get common properties.
-->
+<project name="Properties file for securityfilter" default="">
<!-- ========== Local/User Properties ============================================================================== -->
<property file="build.properties"/>
<filter token="PROJECT.VERSION" value="${project.version}"/>
</filterset>
+</project>
\ No newline at end of file