Hi All,
Under Apache::test, I could get it not to redirect when it got a 302 by
passing it a LWP::UserAgent object that I'd created with
requests_redirectable => 0. Apache::TestRequest's GET, however, doesn't
have this facility. It does the redirect. In trying to deparse what's
going on in Apache::TestRequest, I saw that the user_agent() function
was creating an LWP::UserAgent object, so I thought that I could get it
to stop redirecting by doing this before running my tests:
Apache::TestRequest::user_agent( requests_redirectable => 0 );
However, it still seems to redirect. If someone could tell me how I
might get Apache::TestRequest to pay attention to the LWP::UserAgent
settings I want it to use, I would greatly appreciate it.
Regards,
David
--
David Wheeler AIM: dwTheory
david@kineticode.com ICQ: 15726394
http://kineticode.com/ Yahoo!: dew7e
Jabber: Theory@jabber.org
Kineticode. Setting knowledge in motion.[sm]
|