Matyas Orhidi created KNOX-2381:
-----------------------------------
Summary: Missing trailing slash for ApplicationMaster links on
YARNUIV2
Key: KNOX-2381
URL: https://issues.apache.org/jira/browse/KNOX-2381
Project: Apache Knox
Issue Type: Bug
Reporter: Matyas Orhidi
Assignee: Matyas Orhidi
The trailing slash is missing on the YARNUI/YARNUIV2 components for opening
application UIs through the ApplicationMaster link. This results in blank pages
in some cases when opening the application web UI, for example in Flink.
The issue is caused by a rewrite rule:
{code:xml}
<rule dir="OUT" name="YARNUIV2/yarnuiv2/outbound/proxy"
pattern="*://*:*/proxy/{**}">
<rewrite template="{$frontend[url]}/yarnuiv2/proxy/{**}"/>
</rule>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)