Issue 1583: "gerrit ls-projects" via ssh recurses through symlinks infinitely
Status:  New
Owner: ----
Reported by j...@joshtriplett.org, Sep 26, 2012
Affected Version: 2.4.1

What steps will reproduce the problem?
1. Point gerrit's project root to a directory like /srv/git
2. ln -s . /srv/git/git
3. ssh to gerrit's ssh port and run "gerrit ls-projects"

What is the expected output? What do you see instead?

Gerrit recurses through the symlink, listing projects at the top that sort before "git", then recurses into git and lists git/*, then git/git/*, then git/git/git/*, and so on indefinitely.