Skip to content

Commit 8de49e3

Browse files
committed
fix functional test
1 parent 176f68c commit 8de49e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/mvc/UrlMappingsHandlerMapping.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ class UrlMappingsHandlerMapping extends AbstractHandlerMapping {
106106
}
107107
}
108108

109-
for(MappedInterceptor mi in getMappedInterceptors()) {
110-
if (mi.matches(lookupPath, this.pathMatcher)) {
111-
chain.addInterceptor(mi.getInterceptor())
112-
}
113-
}
114-
115109
chain.addInterceptor(new ErrorHandlingHandler())
116110
return chain
117111
}

0 commit comments

Comments
 (0)