You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by kamaci <gi...@git.apache.org> on 2016/07/03 12:11:03 UTC

[GitHub] nutch pull request #124: NUTCH-2284 Basic Authentication support for Nutch 2...

Github user kamaci commented on a diff in the pull request:

    https://github.com/apache/nutch/pull/124#discussion_r69390563
  
    --- Diff: conf/nutch-default.xml ---
    @@ -1435,4 +1435,30 @@
       </description>
     </property>
     
    +<property>
    +  <name>restapi.auth</name>
    +  <value>false</value>
    +  <description>
    +    Whether to enable HTTP basic authentication for communicating with RESTAPI.
    +    Use the restapi.auth.username and restapi.auth.auth.password properties to configure
    --- End diff --
    
    @lewismc I've fixed typo.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---