Skip to content

Commit 21599ba

Browse files
committed
Set Include params to true
1 parent 46eef24 commit 21599ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-web-mvc/src/main/groovy/org/grails/web/errors/GrailsExceptionResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ protected void forwardRequest(UrlMappingInfo info, HttpServletRequest request, H
190190
ModelAndView mv, String uri) throws ServletException, IOException {
191191
info.configure(WebUtils.retrieveGrailsWebRequest());
192192
String forwardUrl = UrlMappingUtils.forwardRequestForUrlMappingInfo(
193-
request, response, info, mv.getModel());
193+
request, response, info, mv.getModel(), true);
194194
if (LOG.isDebugEnabled()) {
195195
LOG.debug("Matched URI [" + uri + "] to URL mapping [" + info +
196196
"], forwarding to [" + forwardUrl + "] with response [" + response.getClass() + "]");

0 commit comments

Comments
 (0)