NetworkPermissions are wrongly checked for all socket options in `jdk/net/ExtendedSocketOptions`. The only option that was specified to require a permission a check was `SO_FLOW_SLA`, and is option has been removed. The unspecified and unnecessary permissions check that were mistakenly also performed for all other extended socket options should be removed.
- relates to
-
JDK-8244224 Implementation of JEP 381: Remove the Solaris and SPARC Ports
-
- Resolved
-
-
JDK-8244582 Remove terminally deprecated Solaris-specific SO_FLOW_SLA socket option
-
- Resolved
-