You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mvc:interceptor, mvc:interceptors should have a path parameter to exclude path from intercepting. For example: Interceptors runs for all paths /* , but it must not intercept specified paths: /admin/ *. /image/ * and /styles/
This will enable to easy configure all the interceptors, instead of repeating the same for all interceptors.