From: <glassfish_at_javadesktop.org>
Date: Sat, 24 Jan 2009 08:00:53 PST
Are your passwords in the database in cleartext form or are they hashed? If they are stored in cleartext form, an additional parameter digest-algorithm=NONE should be defined. It is advisable to store the passwords in digest form.