HubSpot Addendum HBASE-25685: Default to HTML, like in hbase-2.5+
This commit is contained in:
parent
8debdaace4
commit
4ce7c040e9
|
@ -358,10 +358,10 @@ public class ProfileServlet extends HttpServlet {
|
|||
try {
|
||||
return Output.valueOf(outputArg.trim().toUpperCase());
|
||||
} catch (IllegalArgumentException e) {
|
||||
return Output.SVG;
|
||||
return Output.HTML;
|
||||
}
|
||||
}
|
||||
return Output.SVG;
|
||||
return Output.HTML;
|
||||
}
|
||||
|
||||
static void setResponseHeader(final HttpServletResponse response) {
|
||||
|
|
Loading…
Reference in New Issue