This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit dceb120f51c73eb2f20fe5c9873ab5ec606f877a
Author: Sebastian Nagel <[email protected]>
AuthorDate: Wed May 23 18:03:56 2018 +0200

    NUTCH-2577 protocol-selenium can't handle https
    - fix implementation id
---
 src/plugin/protocol-selenium/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugin/protocol-selenium/plugin.xml 
b/src/plugin/protocol-selenium/plugin.xml
index 2f50606..0f3b974 100644
--- a/src/plugin/protocol-selenium/plugin.xml
+++ b/src/plugin/protocol-selenium/plugin.xml
@@ -42,7 +42,7 @@
         <parameter name="protocolName" value="http"/>
       </implementation>
 
-      <implementation id="org.apache.nutch.protocol.http.Http"
+      <implementation id="org.apache.nutch.protocol.selenium.Http"
                       class="org.apache.nutch.protocol.selenium.Http">
          <parameter name="protocolName" value="https"/>
       </implementation>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to