I don't think this "feature" is desired: knowing the url of any Subsonic server, it is possible to download media from it with the following URL scheme:
http://server:port/stream?id=N
where N is the number of the song in the library. To dump a library, simply iterate over N.
Anybody can reproduce this behavior? If confirmed, a token should be provided with the request to authenticate the requester.