About acl

Yim Chi Lun (clyim@cse.cuhk.edu.hk)
Sat, 31 May 1997 01:29:36 +0800 (HKT)

Date: Sat, 31 May 1997 01:29:36 +0800 (HKT)
From: Yim Chi Lun <clyim@cse.cuhk.edu.hk>
To: java-security@web2.javasoft.com
Subject: About acl

Hi, I have two question about acl.

i) When i try to read a file in my own directory ~/etc. I should add
acl.read=/etc or acl.read=~/etc in the properties file. In your example
(http://www.javasoft.com/sfaq/example/readFile.java), should i need to
change any code?

ii) When i try to read a file under Windows95, what should i do?
Since '\' is used in dos instead of '/'. Also, should i need to change
any code in the example?

Thanx