Hi folks,
Very simple fix to allow FtpURLConnection connect without a password in
the url. (i.e. ftp://user@server/ as opposed to the current
ftp://user:@server)
http://cr.openjdk.java.net/~robm/8031435/webrev.01/
-Rob
Looks good to me Rob.
-Chris
> On 24 Jul 2014, at 21:54, Rob McKenna wrote:
>
> Hi folks,
>
> Very simple fix to allow FtpURLConnection connect without a password in the
> url. (i.e. ftp://user@server/ as opposed to the current ftp://user:@server)
>
> http://cr.openjdk.java.net/~robm/8031435