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
resources - provided extension point on ResourcesRoute constructor allowing to override behaviour forbidding usage of / baseResourcePath, in case someone would like to
serve resources from root classpath, even if this is not advised from a security standpoint
thrownewIllegalArgumentException("Please, avoid using '/' as ResourcesRoute's baseResourcePath as it represents serious security flaws (people will be able to read your classpath configuration files)");
thrownewIllegalArgumentException("Please, avoid using '/' as ResourcesRoute's baseResourcePath as it represents serious security flaws (people will be able to read your classpath configuration files)");
0 commit comments