Bugfix 2200034 - Don't reveal the database password when creating the infoDetail string buffer.
This commit is contained in:
parent
eaaa4d6e6b
commit
23dd7c3091
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue