[ 
https://issues.apache.org/jira/browse/HBASE-29156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chandra Sekhar K updated HBASE-29156:
-------------------------------------
    Description: 
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}

  was:
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
{code:java}
 {code}


> 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
>            Reporter: Chandra Sekhar K
>            Assignee: Chandra Sekhar K
>            Priority: Major
>         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)

Reply via email to