You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/02/24 18:36:21 UTC

[Bug 58757] Fix deprecated methods of HTTPCLIENT after migration to httpclient-4.5.X

https://bz.apache.org/bugzilla/show_bug.cgi?id=58757

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Merge of PR:

https://github.com/apache/jmeter/pull/320


Author: pmouawad
Date: Sat Feb 24 18:25:40 2018
New Revision: 1825269

URL: http://svn.apache.org/viewvc?rev=1825269&view=rev
Log:
Bug 58757 - Fix deprecated methods of HTTPCLIENT after migration to
httpclient-4.5.X

Also fix Bug 61664
Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069
, RFC 2617 is not implemented

Contributed by UbikLoadPack Support
Bugzilla Id: 58757

Added:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/api/
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/api/auth/
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/api/auth/DigestParameters.java
  (with props)
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/DynamicKerberosSchemeFactory.java
  (with props)
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/hc/LazyLayeredConnectionSocketFactory.java
  (with props)
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/SlowHCPlainConnectionSocketFactory.java
  (with props)
Removed:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/LazySchemeSocketFactory.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/MeasuringConnectionManager.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/hc/HttpConnPool.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/hc/HttpPoolEntry.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/hc/JMeterPoolingClientConnectionManager.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/hc/ManagedClientConnectionImpl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HC4TrustAllSSLSocketFactory.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/SlowHC4SocketFactory.java
Modified:
    jmeter/trunk/bin/testfiles/TestCookieManager.csv
    jmeter/trunk/bin/testfiles/TestCookieManager.xml
    jmeter/trunk/bin/testfiles/TestHeaderManager.csv
    jmeter/trunk/bin/testfiles/TestHeaderManager.jmx
    jmeter/trunk/bin/testfiles/TestHeaderManager.xml
    jmeter/trunk/build.xml
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/AuthManager.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/Authorization.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.