内容简介:HttpComponents Client 4.5.4 已发布。修复了一些发现自 4.5.3 的问题。 更新内容: [HTTPCLIENT-1883] SystemDefaultCredentialsProvider to use https.proxy* system properties for origins with port 443....
HttpComponents Client 4.5.4 已发布。修复了一些发现自 4.5.3 的问题。
更新内容:
[HTTPCLIENT-1883] SystemDefaultCredentialsProvider to use https.proxy* system properties for origins with port 443.
[HTTPCLIENT-1881] Allow truncated NTLM packets to work with this client.
[HTTPCLIENT-1855] Disabled caching of DIGEST auth scheme instances due to unreliability of nonce counter when the auth cache is shared by multiple sessions.
BasicCookieStore uses a ReentrantReadWriteLock to avoid synchronization on #getCookies/#toString while maintaining thread safety.
[HTTPCLIENT-1865] DefaultServiceUnavailableRetryStrategy does not respect HttpEntity#isRepeatable.
[HTTPCLIENT-1859] Encode Content-Disposition name and filename elements appropriately.
Avoid fetching the cached entity twice on cache hit.
[HTTPCLIENT-1835] #evictExpiredConnections no longer causes the #evictIdleConnections behaviour to be implicitly enabled.
[HTTPCLIENT-1831= URIBuilder should not prepend a leading slash to relative URIs.
[HTTPCLIENT-1833] Fix Windows Negotiate-NTLM handling of proxies.
[HTTPCLIENT-1817] Add a "Trust All" TrustStrategy implementation.
[HTTPCLIENT-1816] Update Apache Commons Codec 1.9 to 1.10.
[HTTPCLIENT-1836] DefaultHostnameVerifier#getSubjectAltNames(X509Certificate) throws java.lang.ClassCastException.
[HTTPCLIENT-1845]: Extract InputStreamFactory classes out of GzipDecompressingEntity and DeflateDecompressingEntity for reuse and to create less garbage.
[HTTPCLIENT-1847] Update Ehcache from 2.6.9 to 2.6.11.
[HTTPCLIENT-1848] Update spymemcached from 2.11.4 to 2.12.3.
[HTTPCLIENT-1849] Update JNA from 4.1.0 to 4.4.0.
[HTTPCLIENT-1850] Update SLF4J from 1.7.6 to 1.7.25.
下载地址:
http://hc.apache.org/downloads.cgi
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python语言程序设计
(美)Y. Daniel Liang / 机械工业出版社 / 2013-3 / 79.00元
本书保持了Liang博士系列丛书中一贯的、标志性的教与学的哲学:以实例教,由实践学。书中采用了他所提出的已经经过实践检验的“基础先行”的方法,即在定义类之前,首先使用清晰简明的语言介绍基本程序设计概念,如选择语句、循环和函数;在介绍面向对象程序设计和GUI编程之前,首先介绍基本逻辑和程序设计概念。书中除了给出一些以游戏和数学为主的典型实例外,还在每章的开始使用简单的图形给出一两个例子,以激发学生的......一起来看看 《Python语言程序设计》 这本书的介绍吧!