Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property with password is sometimes inaccurate or broken #441

Closed
janbarasek opened this issue Oct 8, 2020 · 2 comments
Closed

Property with password is sometimes inaccurate or broken #441

janbarasek opened this issue Oct 8, 2020 · 2 comments

Comments

@janbarasek
Copy link
Contributor

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:

Snímek obrazovky 2020-10-08 v 17 32 15

The parameter type was changed to string in case of null:

Snímek obrazovky 2020-10-08 v 17 33 02

But in the case of array is the parameter type correct:

Snímek obrazovky 2020-10-08 v 17 34 04

But in case of parameter name is password and value is array it is changed to string too:

Snímek obrazovky 2020-10-08 v 17 34 44

In the real log it can be very funny:

Snímek obrazovky 2020-10-08 v 17 29 11

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.

@dg
Copy link
Member

dg commented Oct 14, 2020

fixed

@dg dg closed this as completed Oct 14, 2020
@janbarasek
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants