Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9584

The absolute URL path in server/solr-webapp/webapp/js/angular/services.js would make context customization not work

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 6.2
    • 6.5, 7.0
    • Admin UI

    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

          Activity

            People

              janhoy Jan Høydahl
              yjzhou Yun Jie Zhou
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: