Here is my little bug fix, the problem file is src/yaws_ls.erl
47c47,54
< if DoAllZip == true -> allzip() end,
---
> case DoAllZip of
> true ->
> allzip();
> true_nozip ->
> [];
> false ->
> []
> end,
klacke says he also has a fix but, as usual, sourceforge is down so he has not been able to commit it.