int i = 0;
while (it.hasNext()) {
i++;
Object token = it.next();
path = path.absolutize((String) token);
// System.out.println( "[VFSCacheWrapper] [resolve()] Step = " +path );
// log.trace("/vfs/cache", "Step = " + path);
// System.out.println( "[VFSCacheWrapper] [resolve()] tokens = " +path );
// log.trace("/vfs/cache", "tokens = " + path);