jdaugherty commented on code in PR #14092:
URL: https://github.com/apache/grails-core/pull/14092#discussion_r2018877582


##########
grails-test-suite-uber/src/test/groovy/org/grails/web/servlet/mvc/RedirectController.groovy:
##########
@@ -53,6 +53,16 @@ class RedirectController {
         redirect(action:"${prefix}oo")
     }
 
+    def toActionTemporaryRedirect() {
+        request.setAttribute('statusConfig', [tempRedirect: true])

Review Comment:
   The existing code seems to add a dedicated parameter for these purposes.  
Can you please update your PR to do so?  i.e. ARGUMENT_PERMANENT - there should 
be one for ARGUMENT_TEMPORARY



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