taklwu commented on code in PR #7568:
URL: https://github.com/apache/hbase/pull/7568#discussion_r2658229736
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/http/TestRSStatusPage.java:
##########
@@ -122,7 +122,7 @@ public void testStatusPage() throws Exception {
int port = firstServerName.getPort();
URL url = new URL("http://" + hostname + ":" + infoPort +
"/regionserver.jsp");
- String page = TestServerHttpUtils.getPageContent(url,
"text/html;charset=utf-8");
+ String page = TestServerHttpUtils.getPageContent(url, "text/html");
Review Comment:
mmm, I found master and branch-2 introduced this issue in test class since
[HBASE-29531](https://issues.apache.org/jira/browse/HBASE-29531) , so, it
should be safe but please try to reach out to @PDavid and ask him if he knows
anything about it.
(master)
https://github.com/apache/hbase/commit/78922077a69765f91071b35fe77c323e253243cb#diff-96a2061f96b0d10cb820b1a740abb071f9aa923466bebe9518ad9ec9d4a984f9R164
branch-2
https://github.com/apache/hbase/commit/e7be4f3af4ac5ba1d5d99194405d47e61799f90b#diff-b9772b8bfa004bfc0da644a9c9bf48f78e7e8a6100b1aa524aa4d7a6e842b64a
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]