trustedSources = newTrustedSources;
}
GraphOverTime trustedGOT = store.getGraphOverTime(trustedSources);
Configuration.setConfiguration(new GVSConfiguration(trustedGOT,
"GVS-Auth"));
Policy.setPolicy(new DefaultPolicy(trustedGOT));
Map<String, Handler> prefixHandlerMap = new HashMap<String, Handler>();
Enumeration<URL> basePathURLEnum = GVSServerLauncher.class
.getClassLoader().getResources("META-INF/web/application/");
List<PathNode> nodeList = new ArrayList<PathNode>();
while (basePathURLEnum.hasMoreElements()) {