Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox doesn't show first item in directory #56

Closed
ArrowCase opened this issue Jan 31, 2019 · 1 comment
Closed

Firefox doesn't show first item in directory #56

ArrowCase opened this issue Jan 31, 2019 · 1 comment
Assignees
Labels

Comments

@ArrowCase
Copy link

ArrowCase commented Jan 31, 2019

Steps to reproduce: Create an FtpServer instance serving a directory with more than one file/folder. Navigate to the server in Firefox. Observe that the (alphabetically) first entry in your directory, whether it's a file or folder, is not shown by Firefox.

This might be a bug in Firefox, since all other clients I've tested (including Chrome) don't have this problem, but I wanted to document it here anyway.

Firefox's internal FTP logging shows it executing PASV followed by CWD / followed by LIST when displaying the directory listing. Unfortunately it doesn't display the data received or how it's interpreting that data, so I want to investigate this a little more.

If I can't find anything, I think this can probably be closed sooner rather than later.

fubar-coder added a commit that referenced this issue May 21, 2019
Firefox ignores the first entry, because it assumes that the "." directory will always be returned by the server.
@fubar-coder
Copy link
Contributor

Will be fixed in 3.0.0-rc.4 or 3.0.0 (whatever comes first).

@fubar-coder fubar-coder self-assigned this May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants