Details
Description
For REST/UI we are using 64Kb header buffer size instead of the jetty default 6kb . But it comes that we set it only for http protocol, but not for https. So if SSL is enabled it's quite easy to get HTTP 413 error. Not relevant to branch-2 nor master because it's fixed by HBASE-12894