Thread: pgsql-server/src/interfaces/jdbc/org/postgresq ...

pgsql-server/src/interfaces/jdbc/org/postgresq ...

From
jurka@svr1.postgresql.org (Kris Jurka)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    jurka@svr1.postgresql.org    04/02/09 21:58:48

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
                                              AbstractJdbc1Connection.java

Log message:
    Don't try to turn the random bytes from a md5 salt into a String
    because it may not be a valid String depending on the encoding.

    Per report from Nadeem Bitar.