if(ac instanceof ClassicApplicationContext) {
ClassicApplicationContext cfc=(ClassicApplicationContext) ac;
UDF udf = cfc.getOnMissingTemplate();
if(udf!=null) {
String targetPage=requestedPage.getFullRealpath();
rethrow=(!Caster.toBooleanValue(udf.call(pc, new Object[]{targetPage}, true),true));
}
}
if(rethrow)throw mie;
}