Bugfix 2200034 - Don't reveal the database password when creating the infoDetail string buffer.

This commit is contained in:
usrdno 2008-10-27 08:06:03 +00:00
parent eaaa4d6e6b
commit 23dd7c3091
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ public class CLogMgt
.append(Adempiere.getCheckSum()).append(NL)
.append(Adempiere.getSummaryAscii()).append(NL)
.append(getLocalHost()).append(NL)
.append(cc.toStringLong()).append(NL)
.append(cc.getName() + " " + cc.getDbUid() + "@" + cc.getConnectionURL()).append(NL)
.append(cc.getInfo()).append(NL);
// Context
sb.append(NL)