fix: issue 278. RejectRequestTips chinese encode

pull/280/head
王守钰 3 years ago
parent 6e2a3f1dc6
commit 062e8fbcb3

@ -90,7 +90,7 @@ public class QuotaCheckServletFilter extends OncePerRequestFilter {
throws ServletException, IOException {
String localNamespace = MetadataContext.LOCAL_NAMESPACE;
String localService = MetadataContext.LOCAL_SERVICE;
response.setCharacterEncoding("UTF-8");
Map<String, String> labels = getRequestLabels(request, localNamespace, localService);
try {

Loading…
Cancel
Save