MantisBT: master c4a2cdd9

Author Committer Branch Timestamp Parent
dregad dregad master 2019-09-04 07:30 master 161b6fac
Affected Issues  0026110: [Show content] for Complex Configuration option doesn't work when mod_rewrite is disabled
Changeset

Use REST API full path (with index.php)

On web servers where URL rewriting is not properly configured, calling
REST API with the "short" URL, e.g. http://my.mantis/rest/api/issues
does not work.

To make sure that core functionality relying on REST calls (via the
'internal' route) is working is expected even when URL rewriting is not
operational, we use the full path including the index.php file:
http://my.mantis/rest/api/index.php/internal/...

Fixes 0026110

mod - js/adm_config_report.js Diff File
mod - js/common.js Diff File