-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0
-
generic
-
generic
The following deployment properties , shows incorrect value when retrived via an applet/application , if user/test case trying to retrive these values and check for the existance of the file represented by these properties would fail, as these values retrived with the deployment products are returning protocol, where as other properties truncats the protocol when properties are dumped in Java Consle.
deployment.user.security.policy = file://E:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment/security/java.policy
deployment.system.security.policy = file://E:\WINNT\Sun\Java\Deployment/security/java.policy
To reporduce the Problem:
1. Install Tiger
2. Run Java Applet / JNLP application
3. Dump the System Properties by pressing "S" in Java Console
4. The Values returned for the above security properties are incorrect.
Attaching the Console System Properties dump.
deployment.user.security.policy = file://E:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment/security/java.policy
deployment.system.security.policy = file://E:\WINNT\Sun\Java\Deployment/security/java.policy
To reporduce the Problem:
1. Install Tiger
2. Run Java Applet / JNLP application
3. Dump the System Properties by pressing "S" in Java Console
4. The Values returned for the above security properties are incorrect.
Attaching the Console System Properties dump.