[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2018-02-24 Thread ubikloadpack
Github user ubikloadpack closed the pull request at: https://github.com/apache/jmeter/pull/320 ---

[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2017-11-14 Thread ham1
Github user ham1 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/320#discussion_r150891448 --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/api/auth/DigestParameters.java --- @@ -0,0 +1,98 @@ +/* + * Licensed to the Apache

[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2017-11-14 Thread ham1
Github user ham1 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/320#discussion_r150905177 --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java --- @@ -215,22 +269,128 @@ public long getKeepAliveDuration(HttpResponse

[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2017-11-14 Thread ham1
Github user ham1 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/320#discussion_r150895140 --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/control/DynamicKerberosSchemeFactory.java --- @@ -0,0 +1,47 @@ +/* + * Licensed to the

[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2017-11-14 Thread ham1
Github user ham1 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/320#discussion_r150891784 --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/control/AuthManager.java --- @@ -97,10 +94,33 @@ private static final boolean

[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2017-11-05 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request: https://github.com/apache/jmeter/pull/320 HTTPClient 4.5. migration to last APIs / Bugzilla 58757 & 61664 Hello, Find in this PR the migration to last HC4 APIs and the fix of Digest Auth that was only partially implemented.