sbglasius commented on code in PR #16149:
URL: https://github.com/apache/grails-core/pull/16149#discussion_r3888840326


##########
grails-controllers/src/main/groovy/grails/artefact/controller/support/ResponseRedirector.groovy:
##########
@@ -122,7 +122,7 @@ trait ResponseRedirector implements WebAttributes {
             throw new IllegalArgumentException("Invalid arguments for method 
'redirect': $argMap")
         }
 
-        grails.web.mapping.ResponseRedirector redirector = new 
grails.web.mapping.ResponseRedirector(grailsLinkGenerator)
+        grails.web.mapping.ResponseRedirector redirector = new 
grails.web.mapping.ResponseRedirector(getGrailsLinkGenerator())

Review Comment:
   not something to fix, but what is wrong with Groovy property accessors 
(`grailsLinkGenerator` vs `getGrailsLinkGenerator()`) 
   
   It is changed here, but not in `ResponseRenderer`



-- 
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]

Reply via email to