Looks okay.  We would need more tests to exercise the code paths triggering 
permission checks and it’d be appropriate to add in the test suites of the 
upstream projects.

Mandy

> On Feb 6, 2017, at 10:55 AM, Lance Andersen <lance.ander...@oracle.com> wrote:
> 
> Hi all,
> 
> Attached is the change to address 8169313
> 
> ————
> hg diff
> diff -r 19aaaf6ee13e src/java.base/share/lib/security/default.policy
> --- a/src/java.base/share/lib/security/default.policy Sat Feb 04 14:04:28 
> 2017 -0500
> +++ b/src/java.base/share/lib/security/default.policy Mon Feb 06 12:07:39 
> 2017 -0500
> @@ -102,6 +102,8 @@
> };
> 
> grant codeBase "jrt:/java.xml.ws" {
> +    permission java.net.NetPermission
> +                   "getProxySelector";
>     permission java.lang.RuntimePermission
>                    
> "accessClassInPackage.com.sun.org.apache.xml.internal.resolver";
>     permission java.lang.RuntimePermission
> ljanders-mac:jdk ljanders$ 
> 
> -----------
> 
> 
> <http://oracle.com/us/design/oracle-email-sig-198324.gif> 
> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| 
> Principal Member of Technical Staff | +1.781.442.2037
> Oracle Java Engineering 
> 1 Network Drive 
> Burlington, MA 01803
> lance.ander...@oracle.com <mailto:lance.ander...@oracle.com>
> 
> 
> 

Reply via email to