-
Bug
-
Resolution: Won't Fix
-
P4
-
8u51, 8u60
-
x86
-
windows_8
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
Signed applets not working with JRE8 which used to work with earlier JRE7 version.
Getting this exception:
excpetion access denied ("java.net.SocketPermission" "" "connect,listen,accept,resolve")
If I add the IP Address with the Port in java.policy file then it works.
But that's not what we want since we can not control each browser machine.
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
Signed applets not working with JRE8 which used to work with earlier JRE7 version.
Getting this exception:
excpetion access denied ("java.net.SocketPermission" "" "connect,listen,accept,resolve")
If I add the IP Address with the Port in java.policy file then it works.
But that's not what we want since we can not control each browser machine.
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-8062793 Signed applets are giving java.net.SocketPermission exception with JRE 8
- Closed