Relates :
|
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.
|