Re: JDK1.2EA1 and Digital Signatures

Jan Luehe (Jan.Luehe@Eng)
Mon, 29 Sep 1997 10:44:10 -0700 (PDT)

Date: Mon, 29 Sep 1997 10:44:10 -0700 (PDT)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: JDK1.2EA1 and Digital Signatures
To: java-security@web2.javasoft.com, paul.andrighetti@Central

Paul:

I ran your example successfully, after configuring my
policy file using "policytool".

Basically, you have to grant "DirectoryLister.class"
(signed by <mykey>) the following permission:

permission java.util.PropertyPermission "user.dir", "read", signedBy "mykey";

You can specify this permission using "policytool".

Please let me know if you need more help.

Thanks,

Jan