You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/01/16 00:10:46 UTC

[28/50] [abbrv] lucene-solr:jira/solr-5944: SOLR-9584: Support Solr being proxied with another endpoint than default /solr This closes #86 - see original commit e0b4caccd3312b011cdfbb3951ea43812486ca98

SOLR-9584: Support Solr being proxied with another endpoint than default /solr
This closes #86 - see original commit e0b4caccd3312b011cdfbb3951ea43812486ca98


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

Branch: refs/heads/jira/solr-5944
Commit: f99c9676325c1749e570b9337a8c67a089d1fb28
Parents: e0b4cac
Author: Jan H�ydahl <ja...@apache.org>
Authored: Tue Jan 10 14:32:38 2017 +0100
Committer: Jan H�ydahl <ja...@apache.org>
Committed: Tue Jan 10 14:32:38 2017 +0100

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f99c9676/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2a5d5bb..0131b7b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -71,6 +71,8 @@ Optimizations
   string fields from the FieldCache, resulting in up to 56% better throughput for those cases.
   (yonik)
 
+* SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links
+  in AdminUI javascripts (Yun Jie Zhou via janhoy)
 
 ==================  6.4.0 ==================