- edit -
 *Umms* or should I say *Oops* 

 I forgot that copy of config that it is (was) using is alphasorted in memory by variable length & names (for much quicker searches).. so what happends to list in this case is:
 DOX
 MP3
 ...
 DEFAULT
 PRIVATE
 BOOKWARE
 REQUESTS
and because DEFAULT has path specified to * (which matches with everything), search stops on it...
Quick fix is to remove DEFAULT (Default section is also hardcoded... I'm sure that someone would try to crash daemon by removing it 

)