-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b157
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175710 | 10 | Lance Andersen | P2 | Resolved | Fixed | b02 |
As reported here:
http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-November/005171.html
The JAX-WS implementation uses java.net.ProxySelector.getDefault() to get the default proxy but it has not been granted NetPermission("getProxySelector").
This is a regression in JDK 9 since the move of java.xml.ws to the platform class loader with reduced permissions.
http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-November/005171.html
The JAX-WS implementation uses java.net.ProxySelector.getDefault() to get the default proxy but it has not been granted NetPermission("getProxySelector").
This is a regression in JDK 9 since the move of java.xml.ws to the platform class loader with reduced permissions.
- backported by
-
JDK-8175710 Service.<init> fails with SecurityException, java.xml.ws not granted NetPermission("getProxySelector")
-
- Resolved
-