-
Bug
-
Resolution: Fixed
-
P2
-
8u40
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8066682 | 9 | Victor Drozdov | P2 | Resolved | Fixed | b44 |
JDK-8082431 | emb-9 | Victor Drozdov | P2 | Resolved | Fixed | b44 |
JDK-8067515 | 8u45 | Victor Drozdov | P2 | Resolved | Fixed | b01 |
JDK-8070580 | emb-8u47 | Victor Drozdov | P2 | Resolved | Fixed | team |
Issue appears since 8u40 b06
It looks like issue has been caused by fix 8054455 " javaws fails to get proxy from browser settings if browser is set to use system proxy ( linux )"
URL.openConnection() call made inside sandboxed application fails with:
java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "getenv.http_proxy")
Probably we need to add by default permissions "java.lang.RuntimePermission" "getenv.http_proxy" to be able to read system proxy settings for fix 8054455
It looks like issue has been caused by fix 8054455 " javaws fails to get proxy from browser settings if browser is set to use system proxy ( linux )"
URL.openConnection() call made inside sandboxed application fails with:
java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "getenv.http_proxy")
Probably we need to add by default permissions "java.lang.RuntimePermission" "getenv.http_proxy" to be able to read system proxy settings for fix 8054455
- backported by
-
JDK-8066682 8u40: URL.openConnection fails with exception if "use browser settings" is set and browser itself uses system settings
-
- Resolved
-
-
JDK-8067515 8u40: URL.openConnection fails with exception if "use browser settings" is set and browser itself uses system settings
-
- Resolved
-
-
JDK-8070580 8u40: URL.openConnection fails with exception if "use browser settings" is set and browser itself uses system settings
-
- Resolved
-
-
JDK-8082431 8u40: URL.openConnection fails with exception if "use browser settings" is set and browser itself uses system settings
-
- Resolved
-