Skip to content

Commit

Permalink
GRAILS-6618 - upon further discussion of the issue with Graeme, we de…
Browse files Browse the repository at this point in the history
…cided that forwarding parameters is actually the right thing to do. we should not be removing params before issuing a redirect.
  • Loading branch information
Jeff Brown committed Oct 1, 2010
1 parent efecebc commit 6ebf5c0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -47,7 +47,6 @@ class ForwardMethod {
def urlInfo = new ForwardUrlMappingInfo()

GrailsWebRequest webRequest = GrailsWebRequest.lookup(request)
webRequest.parameterMap?.clear()

if (params.controller) {
webRequest?.controllerName = params.controller
Expand Down

0 comments on commit 6ebf5c0

Please sign in to comment.