File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/groovy/org/codehaus/groovy/grails/web/plugins Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -177,13 +177,14 @@ class ControllersGrailsPlugin {
177177 ' filter-name' (' reloadFilter' )
178178 ' filter-class' (' org.codehaus.groovy.grails.web.servlet.filter.GrailsReloadServletFilter' )
179179 }
180- }
180+ }
181+ }
182+ lastFilterMapping + {
181183 ' filter-mapping' {
182184 ' filter-name' (' grailsWebRequest' )
183185 ' url-pattern' (" /*" )
184- }
185-
186- }
186+ }
187+ }
187188 // if we're in development environment first add a the reload filter
188189 // to the web.xml by finding the last filter and appending it after
189190 if (grailsEnv == " development" ) {
@@ -210,7 +211,7 @@ class ControllersGrailsPlugin {
210211 ' param-value' (1 )
211212 }
212213 }
213- }
214+ }
214215
215216 }
216217
You can’t perform that action at this time.
0 commit comments