I have a MVC Java configuration but the HandlerInterceptor is not excluding some patterns.
HandlerInterceptor
At the line marked with xxx, if
1) I ad
After debugging, the interceptors are not executed in the order they were added. In the above example, interceptorOne, then interceptorTwo, then the handler (with the excluded pattern) was executed.