[ https://issues.apache.org/jira/browse/KNOX-3095?focusedWorklogId=957469&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-957469 ]
ASF GitHub Bot logged work on KNOX-3095: ---------------------------------------- Author: ASF GitHub Bot Created on: 18/Feb/25 07:43 Start Date: 18/Feb/25 07:43 Worklog Time Spent: 10m Work Description: vinayakphegde commented on PR #989: URL: https://github.com/apache/knox/pull/989#issuecomment-2664839633 > I did notice that the rewrite rule for 2.5.10 differs from the 2.1.0 addition in this PR. Is that intentional? Hmm, correct. `?host={$inboundurl[host]}?port={$inboundurl[port]}?{**}` is additional in the rewrite template here. In general, we have this same difference between 2.1.0 and 2.5.10 UI rules. for example 2.1.0: [hbaseui/2.1.0/rewrite.xml#L129-#L146](https://github.com/apache/knox/blob/master/gateway-service-definitions/src/main/resources/services/hbaseui/2.1.0/rewrite.xml#L129-#L146) 2.5.10: [hbaseui/2.5.10/rewrite.xml#L152-#L178](https://github.com/apache/knox/blob/master/gateway-service-definitions/src/main/resources/services/hbaseui/2.5.10/rewrite.xml#L152-#L178) Are these parameters no longer needed in the latest versions? If so, what was the reason for this change? Issue Time Tracking ------------------- Worklog Id: (was: 957469) Time Spent: 1h 10m (was: 1h) > Add HBase UI proxying for Startup progress > ------------------------------------------ > > Key: KNOX-3095 > URL: https://issues.apache.org/jira/browse/KNOX-3095 > Project: Apache Knox > Issue Type: Bug > Reporter: Vinayak Hegde > Priority: Minor > Time Spent: 1h 10m > Remaining Estimate: 0h > > Startup progress is not accessible on HBase Master UI with > /startupProgress.jsp endpoint. > h4. -- This message was sent by Atlassian Jira (v8.20.10#820010)