Re: svn commit: r1207758 - /perl/Apache-Test/trunk/lib/Apache/TestRequest.pm

2011-11-30 Thread Kaspar Brand
On 29.11.2011 11:44, Torsten Förtsch wrote: > These calls to user_agent(reset=>1) are the actual reason for this mail. I > think it is wrong to do that here. The user agent keeps a global state that > is > reset if user_agent() is called with reset=>1. set_client_cert() is called by > prepare()

Re: svn commit: r1207758 - /perl/Apache-Test/trunk/lib/Apache/TestRequest.pm

2011-11-30 Thread Torsten Förtsch
On Wednesday, 30 November 2011 14:16:59 Kaspar Brand wrote: > > If now GET itself calls user_agent(reset=>1) via prepare() and > > set_client_cert() wouldn't that clobber the "requests_redirectable => > > 0" > > setting made by the user? > > You're right, indeed - thanks for pointing this out. A