remove info message pending further review
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2358 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
d84b549aca
commit
3e2de0f439
|
@ -341,10 +341,10 @@ public class WebAppContext extends ServletContextHandler implements WebAppClassL
|
|||
{
|
||||
super.setClassLoader(classLoader);
|
||||
|
||||
if ( !(classLoader instanceof WebAppClassLoader) )
|
||||
{
|
||||
Log.info("NOTE: detected a classloader which is not an instance of WebAppClassLoader being set on WebAppContext, some typical class and resource locations may be missing on: " + toString() );
|
||||
}
|
||||
// if ( !(classLoader instanceof WebAppClassLoader) )
|
||||
// {
|
||||
// Log.info("NOTE: detected a classloader which is not an instance of WebAppClassLoader being set on WebAppContext, some typical class and resource locations may be missing on: " + toString() );
|
||||
// }
|
||||
|
||||
if (classLoader!=null && classLoader instanceof WebAppClassLoader && getDisplayName()!=null)
|
||||
((WebAppClassLoader)classLoader).setName(getDisplayName());
|
||||
|
|
Loading…
Reference in New Issue