I'm using the MultiThreadedConnectionManager with HttpClient and 2-way ssl similar to the example[1] and having problems. The very first request goes through and returns HTTP 200 Ok. All subsequent requests return HTTP 401. This happens when I run this inside a webapp deployed in either glassfish or tomcat. However, if I take the same code and run from within a simple driver "main" program, all calls to that same server succeed with no problems. Oddly enough, this only happens when communicating with one particular Weblogic service - other servers allow multiple calls with the same fetcher code just fine. Anyone have an idea what would make the first request go through go through properly but not subsequent ones?
Thanks, --tim [1] - http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/MultiThreadedExample.java?view=markup --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
