On 30 July 2013 22:38, <[email protected]> wrote: > Author: pmouawad > Date: Tue Jul 30 21:38:33 2013 > New Revision: 1508641 > > URL: http://svn.apache.org/r1508641 > Log: > Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) > Fix Test Plan to add new column
-1 It should not be necessary to change the test plan to default to the original setting. If this is required, something has gone wrong with the patch. > Bugzilla Id: 53480 > > Modified: > jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx > > Modified: jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx > URL: > http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx?rev=1508641&r1=1508640&r2=1508641&view=diff > ============================================================================== > --- jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx (original) > +++ jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx Tue Jul 30 21:38:33 > 2013 > @@ -34,6 +34,7 @@ > <stringProp name="Authorization.password">spot</stringProp> > <stringProp name="Authorization.domain"></stringProp> > <stringProp name="Authorization.realm"></stringProp> > + <stringProp > name="Authorization.mechanism">BASIC_DIGEST</stringProp> > </elementProp> > </collectionProp> > </AuthManager> > >
