RFR 8027687: The constructors of URLPermission class do not behave as described in javadoc
Chris Hegarty
chris.hegarty at oracle.com
Fri Nov 1 10:57:46 PDT 2013
Looks good to me Michael.
Trivially, I'd replace 'new String(sb)' with 'sb.toString()' in
HostPortrange, but that's just me.
-Chris.
On 01/11/2013 14:46, Michael McMahon wrote:
> Simple bug fix to new URLPermission class, caused by insufficient
> parameter checking
> of the constructor.
>
> webrev: http://cr.openjdk.java.net/~michaelm/8027687/webrev.1/
>
> Thanks,
> Michael
More information about the net-dev
mailing list