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
In WebMvcConfigurationSupport, the resource HandlerMapping is only registered with the ResourceUrlProviderExposingInterceptor and does not leverage the set of configured interceptors.
Even if ResourceUrlProviderExposingInterceptor might be enough for most use cases when serving static resources, registering additional interceptors can be useful for other use cases like metrics.