ServletContext context = config.getServletContext();
addModuleIfExists(builder, context, "/WEB-INF/" + name + "/hivemodule.xml");
addModuleIfExists(builder, context, "/WEB-INF/hivemodule.xml");
return builder.constructRegistry(Locale.getDefault());
}
/**
* Invoked by {@link #constructRegistry(ServletConfig)} to create and return an
* {@link ErrorHandler} instance to be used when constructing the Registry (and then to handle