From: Nicolas R. <nic...@gm...> - 2013-10-03 09:19:37
|
Hi, HttpClient 4.3 has been released. This means that the release of esigate 5.0 is no longer blocked by any library dependency and could be -technically- performed anytime. However, there are regressions in tests with this version : testRewriteRedirectResponseWithLocation(org.esigate.DriverTest): null expected:<http://www.foo.com[]> but was:<http://www.foo.com[:80]> testBug231_RenderingOnProxyError(org.esigate.DriverTest): Unexpected request /foobar/ test200OkPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test301RedirectPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test302RedirectPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test404ErrorPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test500ErrorPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. test503ErrorPageIsCachedWithTTL(org.esigate.http.HttpClientHelperTest): Response should have been refreshed. testXCacheHeaderWithLoadBalancing(org.esigate.http.HttpClientHelperTest): X-Cache header should indicate reuse of the cache entry testTranslateSlash1(org.esigate.util.UriUtilsTest): null expected:<http://www.test.com[]> but was:<http://www.test.com[/]> I've created a new branch dedicated to this update : branches/esigate-5.0-httpclient-4.3-update HttpClient is already updated and all the tests previously mentioned are failing. This branch has a dedicated job on continuous integration. If you want to work on this branch, please track your progress in bug 178. https://sourceforge.net/apps/mantisbt/webassembletool/view.php?id=178 -- Nicolas |