On Thu, Jun 18, 2009 at 04:05:16AM +0200, Adrian Cole wrote: > Hello, > > Does anyone know of a page or otherwise info regarding redirects and apache > httpcomponents 4.0 nio? Specifically, I'm looking to identify the redirect > conditions not automatically followed by httpnio and what patterns there are > for doing so manually. > > Thanks. > -Adrian
Hi Adrian HttpCore (both classic and NIO modules) does not handle redirects automatically at all. This functionality available in HttpClient only. Hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
