and here's the source.
Netscape Navigator 2.0 won't let applets read files, regardless of setting the acl.read property.
If you add the line
acl.read=/etcto your ~/.hotjava/properties file, then the appletviewer will be able to read any file in the /etc directory, including /etc/passwd.
If you add the file name specifically,
acl.read=/etc/passwdthen the appletviewer will be allowed to read just that one file, but not other files in the /etc directory.
acl.read
in ~/.hotjava/properties
, if you
don't want the appletviewer to allow applets to read those files.