[
https://issues.apache.org/jira/browse/NUTCH-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351530#comment-15351530
]
ASF GitHub Bot commented on NUTCH-2284:
---------------------------------------
Github user lewismc commented on a diff in the pull request:
https://github.com/apache/nutch/pull/124#discussion_r68629674
--- Diff: src/java/org/apache/nutch/api/NutchServer.java ---
@@ -85,7 +88,12 @@
* well as the logging granularity. If the latter option is not provided
via
* {@link org.apache.nutch.api.NutchServer#main(String[])} then it
defaults to
* 'INFO' however best attempts should always be made to specify a
logging
- * level.
+ * level.<br>
+ * {@link org.apache.nutch.api.NutchServer} can be run as secure.
restapi.auth property
+ * should be set to true at <code>nutch-site.xml</code> to enable HTTP
basic authentication
--- End diff --
In JDK 1.8 I think the relevnt HTML encoding should be used e.g.
<code>nutch-site.xml</code>
> Basic Authentication Support for REST API
> -----------------------------------------
>
> Key: NUTCH-2284
> URL: https://issues.apache.org/jira/browse/NUTCH-2284
> Project: Nutch
> Issue Type: Sub-task
> Components: REST_api, web gui
> Reporter: Furkan KAMACI
> Assignee: Furkan KAMACI
> Fix For: 2.5
>
>
> Add Basic Authentication for Nutch REST API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)