Date:   Tuesday June 17, 2003 @ 20:49
Author: matt

Update of /home/cvs/AxKit-XSP-WebUtils
In directory localhost:/home/matt/Perl/AxKit-XSP-WebUtils

Modified Files:
        Changes WebUtils.pm 
Log Message:
1.5 Changes
Log:
PR:

Index: Changes
===================================================================
RCS file: /home/cvs/AxKit-XSP-WebUtils/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -r1.2 -r1.3
--- Changes     2001/06/07 14:18:25     1.2
+++ Changes     2003/06/17 19:49:25     1.3
@@ -1,5 +1,9 @@
 Revision history for Perl extension AxKit::XSP::WebUtils.
 
+1.5
+    - Allow redirect() to use the Refresh header instead of Location
+      which allows setting cookies to work with a redirect.
+
 1.3_90
     - Code taken from Steve Willer's example, and documented in POD.
 
Index: WebUtils.pm
===================================================================
RCS file: /home/cvs/AxKit-XSP-WebUtils/WebUtils.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -r1.7 -r1.8
--- WebUtils.pm 2003/05/23 14:05:29     1.7
+++ WebUtils.pm 2003/06/17 19:49:25     1.8
@@ -1,10 +1,10 @@
-# $Id: WebUtils.pm,v 1.7 2003/05/23 14:05:29 matt Exp $
+# $Id: WebUtils.pm,v 1.8 2003/06/17 19:49:25 matt Exp $
 
 # Original Code and comments from Steve Willer.
 
 package AxKit::XSP::WebUtils;
 
-$VERSION = "1.4";
+$VERSION = "1.5";
 
 # taglib stuff
 use AxKit 1.4;

Reply via email to