Francesco Chicchiriccò created SYNCOPE-1155: -----------------------------------------------
Summary: Hard-coded /syncope-enduser HTTP subcontext Key: SYNCOPE-1155 URL: https://issues.apache.org/jira/browse/SYNCOPE-1155 Project: Syncope Issue Type: Improvement Components: enduser Reporter: Francesco Chicchiriccò Fix For: 2.0.5, 2.1.0 Several files in the Enduser JS sources contain references like as follows: {code} any.getAuxClasses = function () { return $http.get("/syncope-enduser/api/auxClasses") .then(function (response) { return response.data; }, function (response) { console.error("Something went wrong during auxiliaryClasses retrieval, exit with status: ", response); return $q.reject(response.data || response.statusText); }); }; {code} e.g. static references to {{/syncope-enduser}}. This would cause troubles when there is need to deploy the WAR file with a different name, or behind a reverse proxy. -- This message was sent by Atlassian JIRA (v6.4.14#64029)