Index: authentication.xml =================================================================== --- authentication.xml (revision 1536296) +++ authentication.xml (working copy) @@ -293,6 +293,7 @@ // Add AuthCache to the execution context HttpClientContext context = HttpClientContext.create(); context.setCredentialsProvider(credsProvider); +context.setAuthCache(authCache); HttpGet httpget = new HttpGet("/"); for (int i = 0; i < 3; i++) {