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

[XrdCl] xrdfs does not properly handle empty directories #62

Closed
abh3 opened this issue Dec 4, 2013 · 1 comment
Closed

[XrdCl] xrdfs does not properly handle empty directories #62

abh3 opened this issue Dec 4, 2013 · 1 comment

Comments

@abh3
Copy link
Member

abh3 commented Dec 4, 2013

When doing an ls on an empty directory xrdfs returns an error:

ls /tmp/empty
[ERROR] Invalid response

This is because the server doesn't return anything but an OK response. The server never returns the "." and ".." directory entries. So, xrdfs should treat this as an empty directory response which is OK.

@ghost ghost assigned ljanyst Dec 4, 2013
@ljanyst
Copy link
Contributor

ljanyst commented Dec 4, 2013

Fixed: f1b1900

@ljanyst ljanyst closed this as completed Dec 4, 2013
alja referenced this issue in alja/xrootd Apr 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants