You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Matteo Alessandroni (JIRA)" <ji...@apache.org> on 2017/08/02 07:35:00 UTC

[jira] [Assigned] (SYNCOPE-1155) Hard-coded /syncope-enduser HTTP subcontext

     [ https://issues.apache.org/jira/browse/SYNCOPE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Alessandroni reassigned SYNCOPE-1155:
--------------------------------------------

    Assignee: Matteo Alessandroni

> 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ò
>            Assignee: Matteo Alessandroni
>             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)