You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password hiding behavior varies and sometimes displays incorrect information.
For example:
Password length is different next to parameter and dumper:
The parameter type was changed to string in case of null:
But in the case of array is the parameter type correct:
But in case of parameter name is password and value is array it is changed to string too:
In the real log it can be very funny:
Steps To Reproduce
Try invoke method with arguemnts.
Expected Behavior
Unify the behavior of all listings. Always display data type. Never lie about the length of the password (it is better not to display anything in the case of a string).
Thanks.
The text was updated successfully, but these errors were encountered:
dg
added a commit
that referenced
this issue
Oct 14, 2020
Version: 2.7.5
Bug Description
Password hiding behavior varies and sometimes displays incorrect information.
For example:
Password length is different next to parameter and dumper:
The parameter type was changed to string in case of null:
But in the case of array is the parameter type correct:
But in case of parameter name is
password
and value is array it is changed to string too:In the real log it can be very funny:
Steps To Reproduce
Try invoke method with arguemnts.
Expected Behavior
Unify the behavior of all listings. Always display data type. Never lie about the length of the password (it is better not to display anything in the case of a string).
Thanks.
The text was updated successfully, but these errors were encountered: