Name: dfR10049 Date: 11/14/2000
Found typos in the:
JAVA NETWORK LAUNCHING PROTOCOL & API SPECIFICATION (JSR-56)
VERSION 1.0 [PROPOSED FINAL DRAFT]
In the list of permissions should granted in restricted environment:
1. "java.lang.AWTPermission"
instead of "java.awt.AWTPermission"
2. "listenToAllEvents"
instead of "listenToAllAWTEvents"
3. java.util.PropertyPermission java.class.url read
Probably "java.class.url" is incorrect property name. Anyway the
reference implementation does not support the permission with such a name.
======================================================================