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

[34/44] lucene-solr:jira/solr-8668: SOLR-7383: Switch to https for StackOverflow Using http no longer works

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

Branch: refs/heads/jira/solr-8668
Commit: 10d3aa23fe3d12c652de8c8e3f434e8c83bdbe0d
Parents: 3cd1447
Author: Alexandre Rafalovitch <ar...@apache.org>
Authored: Thu May 25 00:42:43 2017 -0400
Committer: Alexandre Rafalovitch <ar...@apache.org>
Committed: Thu May 25 00:42:43 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/10d3aa23/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">