[ https://issues.apache.org/jira/browse/SOLR-9584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15871590#comment-15871590 ]
ASF subversion and git services commented on SOLR-9584: ------------------------------------------------------- Commit bd459c12756635450512e95c6d0ee92697c64e5f in lucene-solr's branch refs/heads/master from [~janhoy] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=bd459c1 ] SOLR-9584: Use relative URLs also for files and query > The absolute URL path in server/solr-webapp/webapp/js/angular/services.js > would make context customization not work > ------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-9584 > URL: https://issues.apache.org/jira/browse/SOLR-9584 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Components: Admin UI > Affects Versions: 6.2 > Reporter: Yun Jie Zhou > Assignee: Jan Høydahl > Priority: Minor > Labels: patch > Fix For: 6.5, master (7.0) > > > The absolute path starting from /solr in > server/solr-webapp/webapp/js/angular/services.js would make the context > customization not work. > For example, we should use $resource('admin/info/system', {"wt":"json", > "_":Date.now()}); instead of $resource('/solr/admin/info/system', > {"wt":"json", "_":Date.now()}); -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org