[Webkit-unassigned] [Bug 45113] FTP EPLF does not handle directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 10:03:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45113





--- Comment #2 from arno. <arno at renevier.net>  2010-09-02 10:03:17 PST ---
that's because of:
if (!result.type) /* access denied */ 
{
 ...
return FTPJunkEntry;
}

(in file FTPDirectoryParser.cpp, function  parseOneFTPLine)
actually, FTPDirectoryEntry is 0.  So, FTPDirectoryEntry is considered as junk.
I don't known why this test is performed only in SUPPORT_EPLF. Is it safe to remove it ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list