[
https://issues.apache.org/jira/browse/HBASE-29156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pankaj Kumar resolved HBASE-29156.
----------------------------------
Fix Version/s: 2.7.0
3.0.0-beta-2
2.6.3
2.5.12
Resolution: Fixed
Pushed to branch-2.5+, thanks [~chandrasekhar.k] for the contribution and
[~paksyd] for reviewing the PR.
> Sort options missing in the Table Regions section on server deployments with
> security mods
> ------------------------------------------------------------------------------------------
>
> Key: HBASE-29156
> URL: https://issues.apache.org/jira/browse/HBASE-29156
> Project: HBase
> Issue Type: Bug
> Components: UI
> Affects Versions: 4.0.0-alpha-1
> Reporter: Chandra Sekhar K
> Assignee: Chandra Sekhar K
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.3, 2.5.12
>
> Attachments: Screenshot from 2025-03-01 10-33-40.png
>
>
> on server deployments with security mods the content after </html> tag is
> removed in the response from server.
> Due to this the response content of table.jsp is incomplete and the sort
> options related scipt is not getting loaded.
> in table.jsp we are adding the <script> for sort options after the inclusion
> of footer.jsp, and the footer.jsp has the ending </html> tag
> {code:java}
> <jsp:include page="footer.jsp" />
> <script src="/static/js/jquery.tablesorter.min.js"
> type="text/javascript"></script>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)