Bill, Oleg, thanks for your feedback. I've created the improvement issue 1123 against HttpClient ( https://issues.apache.org/jira/browse/HTTPCLIENT-1123) and I'll try to provide a patch to prove the functionality I proposed.
Regards, Alin On 2 September 2011 18:52, Oleg Kalnichevski <[email protected]> wrote: > On Fri, 2011-09-02 at 17:58 +0300, Vasile Alin wrote: > > On 2 September 2011 17:45, Bill Speirs <[email protected]> wrote: > > > > > That does make for a slightly more compelling argument, but I would > > > say disable auto-redirects and handle them manually doing the DNS > > > resolution? > > > > > > > This is OK in most of the cases.I see that JMeter has the option to > follow > > redirects automatically (with the limitations defined in the RFC), maybe > in > > this case there is a nice feature to allow custom host entries in a > section > > in the Preferences section. The question is if this case is frequent and > > worths the effort to change the httpclient library. > > > > Regarding the interface and implementation classes names, maybe > DnsOverrider > > and InMemoryDnsOverriderImpl are more appropriate and less missleading. > > > > Regards, > > Alin > > > > Alin > > This feature does sound quite useful. It would be a quite welcome > contribution to the project. > > You know your way around HttpClient quite well, I think you should be > perfectly capable of putting together a patch with all the necessary > changes in it. > > Cheers > > Oleg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
