jdaugherty commented on code in PR #15713:
URL: https://github.com/apache/grails-core/pull/15713#discussion_r3428652771
##########
grails-gsp/grails-sitemesh3/src/main/groovy/org/grails/plugins/web/taglib/RenderSitemeshTagLib.groovy:
##########
@@ -76,27 +110,130 @@ class RenderSitemeshTagLib implements TagLibrary {
// causing "request is not active anymore" errors.
Closure applyLayout = { Map attrs, body ->
Review Comment:
To make this faster, you should use the method version instead of closure.
--
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]