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

Started by Nonameover 22 years ago1 messagescomitters
Jump to latest
#1Noname
jurka@svr1.postgresql.org

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.