[ 
https://issues.apache.org/jira/browse/NUTCH-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082291#comment-13082291
 ] 

Markus Jelsma commented on NUTCH-208:
-------------------------------------

We used old commons logging in 1.2. 
{code}
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
{code}

We should use slf4j (with log4j backend) in 1.4 and trunk:

{code}
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
{code}

> http: proxy exception list:
> ---------------------------
>
>                 Key: NUTCH-208
>                 URL: https://issues.apache.org/jira/browse/NUTCH-208
>             Project: Nutch
>          Issue Type: New Feature
>          Components: fetcher
>    Affects Versions: 0.8, 1.3
>            Reporter: Matthias Günter
>            Assignee: Lewis John McGibbney
>            Priority: Trivial
>              Labels: patch
>             Fix For: 1.4, 2.0
>
>         Attachments: NUTCH-208-branch-1.4-20110807.patch, 
> NUTCH-208-branch-1.4-20110809-v2.patch, NUTCH-208-trunk-2.0-20110810.patch, 
> patch.txt, patch.txt, proxy_exception_list-0.8.diff
>
>
> I suggest that a parameter is added to nutch-default.xml which allows to 
> generate a proxy exception list. 
> <property>
>   <name>http.proxy.exception.list</name>
>   <value></value>
>   <description>URL's and hosts that don't use the proxy (e.g. 
> intranets)</description>
> </property>
> This is useful when scanning intranet/internet combinations from behind a 
> firewall. A preliminary patch is added to this extend to this request, 
> showing the changes. We will test it and update it if necessary. this also 
> reflects the reality in web browsers, where there is in most cases an 
> exception list.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to