[
https://issues.apache.org/jira/browse/SOLR-9584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536261#comment-15536261
]
ASF GitHub Bot commented on SOLR-9584:
--------------------------------------
GitHub user zyjibmcn opened a pull request:
https://github.com/apache/lucene-solr/pull/86
SOLR-9584 - use relative URL path instead of absolute path starting from
/solr for angularjs services
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zyjibmcn/lucene-solr master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/86.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #86
----
commit 19e6f0fed60a71f83d919b8c22ad6ed8ca72958a
Author: Yun Jie Zhou <[email protected]>
Date: 2016-09-30T15:18:48Z
use relative URL path instead of absolute path starting from /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]