String path = context.get(MojasefConstants.REQUEST_LOCALPATH);
Token status = Token.CONTINUE;
while (status == Token.CONTINUE && it.hasNext()) {
Mount mount = it.next();
if (mount.match(path, context)) {
status = Mojasef.delegate(collector, context, mount.getApplication());
}
}
if (status == Token.CONTINUE) {