You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/07/30 23:38:33 UTC

svn commit: r1508641 - /jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx

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
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>



Re: svn commit: r1508641 - /jmeter/trunk/bin/testfiles/AuthManagerTestPlan.jmx

Posted by sebb <se...@gmail.com>.
On 30 July 2013 22:38,  <pm...@apache.org> 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>
>
>