Don't try to turn the random bytes from a md5 salt into a String
Kris Jurka <books@ejurka.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java | modified | +15 −7 |