4344454647484950515253
if (contentType.getBaseType().equals("text") && ! contentType.hasParameters() && processing != StreamableResourceProcessing.FOR_AGGREGATION) { return resource.withContentType(contentType.withCharset("utf-8")); } return resource; } }