taklwu commented on code in PR #7568:
URL: https://github.com/apache/hbase/pull/7568#discussion_r2658204875
##########
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:
can you further investigate why
[master](https://github.com/apache/hbase/pull/7545/changes#diff-96a2061f96b0d10cb820b1a740abb071f9aa923466bebe9518ad9ec9d4a984f9)
branch is working with `charset=utf-8` as well as the `/master-status` in
`hbase-server/src/test/java/org/apache/hadoop/hbase/master/http/TestMasterStatusPage.java`
is working ?
if we find 1 or 2 commits are missing, we can first backport this one and
fix this charset=utf-8 issue, such we don't branch in any default charset if
not set.
--
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]