> router.attach("", directory);
> router.attach("/", HomeResource.class);Funny, but it does not work anymore. URLs with files names go to the HomeResource But it did work. Serge
> router.attach("", directory);
> router.attach("/", HomeResource.class);Funny, but it does not work anymore. URLs with files names go to the HomeResource But it did work. Serge