[ 
https://issues.apache.org/jira/browse/SYNCOPE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110766#comment-16110766
 ] 

ASF subversion and git services commented on SYNCOPE-1155:
----------------------------------------------------------

Commit 0a0bf05c42a6ef59835c3e247035cc898ab4c4db in syncope's branch 
refs/heads/2_0_X from [~skylark17]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=0a0bf05 ]

[SYNCOPE-1155] Hard-coded /syncope-enduser HTTP subcontext


> 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)

Reply via email to