Skip to content

Commit 6ebf5c0

Browse files
author
Jeff Brown
committed
GRAILS-6618 - upon further discussion of the issue with Graeme, we decided that forwarding parameters is actually the right thing to do. we should not be removing params before issuing a redirect.
1 parent efecebc commit 6ebf5c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/java/org/codehaus/groovy/grails/web/metaclass/ForwardMethod.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class ForwardMethod {
4747
def urlInfo = new ForwardUrlMappingInfo()
4848

4949
GrailsWebRequest webRequest = GrailsWebRequest.lookup(request)
50-
webRequest.parameterMap?.clear()
5150

5251
if (params.controller) {
5352
webRequest?.controllerName = params.controller

0 commit comments

Comments
 (0)