-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2
-
beta
-
x86
-
windows_nt
Name: krT82822 Date: 01/30/2000
E:\jsrc\imorph>java -version
java version "1.2.2"
Java(TM) HotSpot Client VM (1.3beta, mixed mode, build O)
When the security policy file contains line with property expansion and the
property name referenced has not been defined, the error message issued is
"Expecting ; found ," which makes no sense.
E.g.
permission java.io.FilePermission "${undefined}/*", "read";
(Review ID: 100485)
======================================================================