return (((DirectoryResource)parent).lookup(name) != null);
} catch (InvalidResourceException ex) {
getServer().errlog(resource, "Invalid parent");
throw new RuntimeException("The server is misconfigured.");
} finally {
rrp.unlock();
}
} else {
getServer().errlog(resource, "No parent!");
throw new RuntimeException("The server is misconfigured.");
}