RFR: 8031435: Ftp download does not work properly for ftp user without password

2014-07-24 Thread Rob McKenna
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

Re: RFR: 8031435: Ftp download does not work properly for ftp user without password

2014-07-24 Thread Chris Hegarty
Looks good to me Rob. -Chris On 24 Jul 2014, at 21:54, Rob McKenna rob.mcke...@oracle.com 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)