On Fri, Feb 24, 2006 at 04:01:28PM +0100, Guenter, Matthias wrote:
> 
> Hi Oleg
> 
> You wrote:
> >HttpClient does not support an proxy exception list out of the box,
> >because this kind of functionality tends to be too application specific.
> >It should, however, be trivial to implement on top of HttpClient
> 
> I don't think it is application specific. Combined Intranets and Internet 
> usage gets more and more common 
> especially in business environments.
> Nutch e.g. bases part of its crawler functionality on HttpClient and combined 
> crawling is something we
> want to do. 
> The proxy exception list is also implemented in all browsers, which in my 
> opinions indicates, that it
> would be a worthwhile implementation especially for business use.
> 
> We would implement a patch, if it is of interest for the project.
> 
> Kind regards
> 
> Matthias
> 

Matthias,

HttpClient is niether a browser nor a crawler. It is what it is, a general
purpose HTTP transport library. I think the proxy exception list is
bound to be too application specific because it is very likely to
require a configuration file of a sort. Any functionality that requires
a configuration file or a system property in order to function 
correctly is definitely out of scope and will not be accepted. If you come 
up with a generic solution that can sit neatly on top of stock version of 
HttpClient it can be considered for inclusion into the semi-official 
'contrib' package 

http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/

Oleg

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to