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

Follow symbolic links #25

Open
doublemarket opened this issue Apr 27, 2017 · 1 comment
Open

Follow symbolic links #25

doublemarket opened this issue Apr 27, 2017 · 1 comment

Comments

@doublemarket
Copy link
Owner

doublemarket commented Apr 27, 2017

  • /search
    • doesn't follow symbolic links because it uses filepath.Walk(), which doesn't follow symlinks.
  • /query
    • doesn't follow symbolic links but it uses go-zglob, which says it follows symlinks.
    • follows symbolic links in the middle of the path.
    • doesn't follow symbolic links in the top directory.
@doublemarket doublemarket changed the title Traverse symbolic links Follow symbolic links Apr 27, 2017
@geertn
Copy link

geertn commented Jul 5, 2017

Would help us as well. I'm now working around this by using bind mounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants