You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ar...@apache.org on 2017/05/25 05:28:17 UTC

lucene-solr:branch_6_6: SOLR-7383: Switch to https for StackOverflow Using http no longer works

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6_6 87107084c -> 15e2567b0


SOLR-7383: Switch to https for StackOverflow
Using http no longer works


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/15e2567b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/15e2567b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/15e2567b

Branch: refs/heads/branch_6_6
Commit: 15e2567b0f78aba341e2608ea5265820ba4daa46
Parents: 8710708
Author: Alexandre Rafalovitch <ar...@apache.org>
Authored: Thu May 25 01:14:14 2017 -0400
Committer: Alexandre Rafalovitch <ar...@apache.org>
Committed: Thu May 25 01:21:58 2017 -0400

----------------------------------------------------------------------
 solr/example/example-DIH/solr/atom/conf/atom-data-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/15e2567b/solr/example/example-DIH/solr/atom/conf/atom-data-config.xml
----------------------------------------------------------------------
diff --git a/solr/example/example-DIH/solr/atom/conf/atom-data-config.xml b/solr/example/example-DIH/solr/atom/conf/atom-data-config.xml
index 53b5060..b7de812 100644
--- a/solr/example/example-DIH/solr/atom/conf/atom-data-config.xml
+++ b/solr/example/example-DIH/solr/atom/conf/atom-data-config.xml
@@ -3,7 +3,7 @@
   <document>
 
     <entity name="stackoverflow"
-            url="http://stackoverflow.com/feeds/tag/solr"
+            url="https://stackoverflow.com/feeds/tag/solr"
             processor="XPathEntityProcessor"
             forEach="/feed|/feed/entry"
             transformer="HTMLStripTransformer,RegexTransformer">