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