[
https://issues.apache.org/jira/browse/KNOX-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894066#comment-16894066
]
ASF subversion and git services commented on KNOX-1955:
-------------------------------------------------------
Commit d398c633ec676f5861ab6a035030193c299d15d1 in knox's branch
refs/heads/master from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=d398c63 ]
KNOX-1955 - Admin UI should handle gateway.path change (#123)
Signed-off-by: Kevin Risden <[email protected]>
> Admin UI should handle gateway.path change
> ------------------------------------------
>
> Key: KNOX-1955
> URL: https://issues.apache.org/jira/browse/KNOX-1955
> Project: Apache Knox
> Issue Type: Bug
> Components: AdminUI
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.4.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> gateway.path is assumed to be "/gateway/" in the AdminUI. This should instead
> take gateway.path into account.
> {code:java}
> git grep -F gateway/ -- gateway-admin-ui/ | cat
> gateway-admin-ui/admin-ui/app/gateway-version.service.ts: private apiUrl =
> '/gateway/manager/api/v1/version';
> gateway-admin-ui/admin-ui/app/resource/resource.service.ts: apiUrl =
> '/gateway/manager/api/v1/';
> gateway-admin-ui/admin-ui/app/topology.service.ts: apiUrl =
> '/gateway/manager/api/v1/';
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)