Please provide feedback as to what other steps I (a newbie) can take to try
to shepherd this (minor) issue through the process.
Thanks,
Michael
On Sun, Mar 30, 2014 at 1:56 PM, Michael Howard <
mich...@newvantagesolutions.com> wrote:
>
> On Wed, Mar 26, 2014 at 6:06 AM, Steve Loughran wrote:
>
On Wed, Mar 26, 2014 at 6:06 AM, Steve Loughran wrote:
> > I am somewhat puzzled how locale and case sensitivity relate to
> > FTPFileSystem, but I will take a look and do my best to figure it out.
> >
>
> there's a case sensitive check for the passive configuration option that
> would fail in Tur
On 25 March 2014 13:34, Michael Howard wrote:
> https://issues.apache.org/jira/browse/HADOOP-8602
> Case test needs to use toLower() with a locale; the
> equalsIgnoreCase()fails in countries where "I".toLower()
> != "i"
>
> I am somewhat puzzled how locale and case sensitivity relate to
> FTPFileS
Steve,
Thank you for your prompt response.
> I've commented on what's needed;
I see your comment:
https://issues.apache.org/jira/browse/HADOOP-8602
Case test needs to use toLower() with a locale; the
equalsIgnoreCase()fails in countries where "I".toLower()
!= "i"
I am somewhat puzzled how loca
I think it's just one of those things that fell by the wayside -there's no
fundamental problems with it, it just didn't have anyone advocating it. Now
that you've taken up that role...
I've commented on what's needed; we don't currently have anything in the
way of FTP tests to address coverage and
a process-related question from a lurker/newbie ...
FTPFileSystem does not support ftp passive mode.
The underlying org.apache.commons.net.ftp.FTPClient implementation supports
passive mode + a number of other settings.
https://issues.apache.org/jira/browse/HADOOP-8602
includes a patch to support