Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv1857
Modified Files:
MANIFEST Changes
Log Message:
Updated
Index: MANIFEST
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** MANIFEST 17 Aug 2002 09:41:07 -0000 1.21
--- MANIFEST 17 Aug 2002 10:23:13 -0000 1.22
***************
*** 101,104 ****
--- 101,106 ----
t/test.out/delay
t/test.out/file-upload
+ t/test.out/handle-redirects-no
+ t/test.out/handle-redirects-yes
t/test.out/http-headers
t/test.out/on_response
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** Changes 17 Aug 2002 09:41:07 -0000 1.44
--- Changes 17 Aug 2002 10:23:13 -0000 1.45
***************
*** 11,14 ****
--- 11,17 ----
implementation.
+ * New core test parameter 'handle_redirects' which allows to disable
+ optionally automatic handling of redirects by HTTP-WebTest.
+
1.99_08 Wed Jul 31 2002
|