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 176f68c commit 8de49e3Copy full SHA for 8de49e3
grails-web-url-mappings/src/main/groovy/org/grails/web/mapping/mvc/UrlMappingsHandlerMapping.groovy
@@ -106,12 +106,6 @@ class UrlMappingsHandlerMapping extends AbstractHandlerMapping {
106
}
107
108
109
- for(MappedInterceptor mi in getMappedInterceptors()) {
110
- if (mi.matches(lookupPath, this.pathMatcher)) {
111
- chain.addInterceptor(mi.getInterceptor())
112
- }
113
114
-
115
chain.addInterceptor(new ErrorHandlingHandler())
116
return chain
117
0 commit comments