Can I use a relative path with java.io.FilePermission? If I replace
"jtest\\-" with the absolute path of
"d:\\inetpub\\wwwroot\\dev\\jtest\\-" then it works fine?

Here's a snippet of my policy file:

grant codeBase "file:D:/Inetpub/Wwwroot/dev/-" {
        permission java.io.FilePermission "jtest\\-", "read, write";
};


Reply via email to