We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bc236 commit dd78ba1Copy full SHA for dd78ba1
src/groovy/org/codehaus/groovy/grails/plugins/web/ControllersGrailsPlugin.groovy
@@ -179,6 +179,8 @@ class ControllersGrailsPlugin {
179
def grailsEnv = GrailsUtil.getEnvironment()
180
181
def mappingElement = webXml.'servlet-mapping'
182
+ mappingElement = mappingElement[mappingElement.size()-1]
183
+
184
mappingElement + {
185
'servlet-mapping' {
186
'servlet-name'("grails")
0 commit comments