File newSymlink = new File(rootPath, "newSymlink");
try {
DefaultServer.setRootHandler(new CanonicalPathHandler()
.setNext(new PathHandler()
.addPrefixPath("/path", new ResourceHandler()
.setResourceManager(new FileResourceManager(newSymlink, 10485760, true, ""))
.setDirectoryListingEnabled(false)
.addWelcomeFiles("page.html"))));
/**
* This request should return a 200, base is a symlink but it should not be checked in the symlinks filter