C
cverbiest
Guest
Currently 4GLTrace shows all parameters of a run statement. This is a very useful feature except that it exposes password in the logfile. It should be possible to mark a parameter as hidden. This should work for procedure, function and method parameters. Current define input parameter iUserId as character. define input parameter iPassword as character . [14/12/29@10:50:26.944+0100] P-057164 T-060052 2 4GL 4GLTRACE Run CheckUser in ccetools/logon-l.p "user password " [USER-INTERFACE-TRIGGER - ccetools/logon-u.w @ 1824] Proposed enhancement define input parameter iUserId as character. define input parameter iPassword as character hidden . [14/12/29@10:50:26.944+0100] P-057164 T-060052 2 4GL 4GLTRACE Run CheckUser in ccetools/logon-l.p "user *********** [USER-INTERFACE-TRIGGER - ccetools/logon-u.w @ 1824]
Continue reading...
Continue reading...