jdaugherty commented on code in PR #15976:
URL: https://github.com/apache/grails-core/pull/15976#discussion_r3565406985
##########
grails-rest-transforms/src/main/groovy/org/grails/plugins/web/rest/render/html/DefaultHtmlRenderer.groovy:
##########
@@ -47,6 +48,8 @@ class DefaultHtmlRenderer<T> implements Renderer<T> {
String suffix = ''
+ String encoding = GrailsWebUtil.DEFAULT_ENCODING
Review Comment:
Shouldn't we default this to the configured value if set, otherwise use this
default thought?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]