Object jspFactory = JspFactory.getDefaultFactory();
if (jspFactory != jspFactoryIns
&& !JspRuntimeContext.class.getClassLoader().equals(
jspFactory.getClass().getClassLoader())) {
if (jspFactoryIns == null)
jspFactoryIns = new JspFactoryImpl();
JspFactory.setDefaultFactory(jspFactoryIns);
}
// Because in none OSGi embeded mode, the equinox help webapp will place
// jsp tmp class file at $tmp$/org/apache/jsp/, this will override the