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
We already perform resource location checks in ResourceHandlerUtils, we should ensure that we log a WARN message if the application chooses a well-known unsafe location like "classpath:" or the root Servlet context for serving static resources.
We already perform resource location checks in
ResourceHandlerUtils, we should ensure that we log a WARN message if the application chooses a well-known unsafe location like"classpath:"or the root Servlet context for serving static resources.