[
https://issues.apache.org/jira/browse/SOLR-9584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15812121#comment-15812121
]
Timo Hund commented on SOLR-9584:
---------------------------------
Hi together i would also vote for this patch and regarding the comments on
SOLR-9000. I think there are valid comments, that the handling of the routing
should happen outside solr, but for me this is an argument, that the urls
should be relative, because this allows any outer application to do this.
Otherwise you force that solr is allways installed in hostname:port/solr/ and
could not be hostname:port/<mypath>/solr/
> 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: Server
> Affects Versions: 6.2
> Reporter: Yun Jie Zhou
> Priority: Minor
> Labels: patch
>
> 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.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]