[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP/WebTest API.pm,1.20,1.21
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-08-17 10:24:23
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv2093/lib/HTTP/WebTest Modified Files: API.pm Log Message: Do define which methods are redirectable anymore as it is handled by SetRequest plugin Index: API.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/API.pm,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** API.pm 24 Jul 2002 21:14:52 -0000 1.20 --- API.pm 17 Aug 2002 10:24:20 -0000 1.21 *************** *** 370,376 **** $user_agent->cookie_jar(new HTTP::WebTest::Cookies); - # allow redirects after POST - push @{ $user_agent->requests_redirectable }, 'POST'; - return $user_agent; } --- 370,373 ---- |