while (names.hasMoreElements()) {
String name = names.nextElement();
if (name.startsWith("contribution.")) {
String contrib = servletContext.getInitParameter(name);
if (contrib != null) {
configuration.addContribution(getResource(servletContext, contrib));
}
}
}
if (configuration.getContributions().isEmpty()) {
// TODO: Which path should be the default root