Description
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()});
Attachments
Issue Links
- is depended upon by
-
SOLR-10037 (non-original) Solr Admin UI > query tab > unexpected url above results
- Closed
- is duplicated by
-
SOLR-10037 (non-original) Solr Admin UI > query tab > unexpected url above results
- Closed
- links to