shortSystemId.equals("FrameExt.dtd") ||
shortSystemId.equals("WizardExt.dtd"))) {
AWResource resource = _resourceManager.resourceNamed(
StringUtil.strcat("ariba/resource/global/dtd/", shortSystemId));
if (resource != null) {
String fullUrl = resource.fullUrl();
return new InputSource(fullUrl);
}
}
return super.resolveEntity(publicId, systemId);
}