Re: GET() w/o redirection

2003-06-18 Thread Geoffrey Young
I finally figured out that this works: $Apache::TestRequest::RedirectOK = 0; Again, more docs would be welcome. well, it's not more docs, but whenever I'm in search of some bit of functionality I check the tests in the perl-framework/t/modules directory, which you'll find if you checkout the

Re: GET() w/o redirection

2003-06-18 Thread David Wheeler
On Tuesday, June 17, 2003, at 08:04 PM, Stas Bekman wrote: I finally figured out that this works: $Apache::TestRequest::RedirectOK = 0; Again, more docs would be welcome. Patches are welcome. Glad to hear it! Look for one shortly. David -- David Wheeler AIM:

Re: GET() w/o redirection

2003-06-18 Thread David Wheeler
On Tuesday, June 17, 2003, at 07:22 PM, Geoffrey Young wrote: I finally figured out that this works: $Apache::TestRequest::RedirectOK = 0; Again, more docs would be welcome. well, it's not more docs, but whenever I'm in search of some bit of functionality I check the tests in the

Re: GET() w/o redirection

2003-06-17 Thread David Wheeler
On Tuesday, June 17, 2003, at 05:46 PM, David Wheeler wrote: 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