Description
In classworlds 1.0.1, the UrlUtils.java has some debug code like
if ( name.startsWith( "/" ) )
that's why we always see output like
1 name = quartz.properties
1 name = cxf.xml
when we start servicemix.
Fortunately, classworlds 1.1 remove the System.out, so we should upgrade to 1.1 accordingly to get this benefit