Ping? Can anyone review this for me? The changes are not as extensive as
they look; this is mostly just moving code to a different package. Also,
com.sun.security.auth.PolicyParser.java has been removed as
sun.security.provider.PolicyParser is functionally equivalent and can be
used instead.
Thanks,
Sean
On 08/14/2013 06:05 PM, Sean Mullan wrote:
Hello,
Could you please review my fix for 8016850:
webrev: http://cr.openjdk.java.net/~mullan/webrevs/8016850/webrev.00/
bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8016850
This is very similar to my previous fix for 8016848:
http://mail.openjdk.java.net/pipermail/security-dev/2013-August/008322.html
In this case, javax.security.auth.Policy.getPolicy() returns a default
implementation that is not in the compact1 or compact2 profiles.
The fix is to move the implementation to
sun.security.provider.AuthPolicyFile. The existing
com.sun.security.auth.PolicyFile is not removed, but is now just a
wrapper around AuthPolicyFile.
noreg-jck as there is an existing JCK test for this.
Thanks,
Sean