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 04:50:56 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 1968c6779 -> 8efaefacc


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/8efaefac
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8efaefac
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8efaefac

Branch: refs/heads/branch_6x
Commit: 8efaefacc2d21fbeadcefa07577d765e19b21f04
Parents: 1968c67
Author: Alexandre Rafalovitch <ar...@apache.org>
Authored: Thu May 25 00:50:32 2017 -0400
Committer: Alexandre Rafalovitch <ar...@apache.org>
Committed: Thu May 25 00:50:32 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/8efaefac/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">