1
0
mirror of https://github.com/etesync/android synced 2024-11-25 17:38:13 +00:00

Don't leak passwords and token to log.

This commit is contained in:
Tom Hacohen 2017-02-16 23:42:21 +00:00
parent ef850822de
commit f5c413069e

View File

@ -85,7 +85,7 @@ public class BaseConfigurationFinder {
// data classes
@RequiredArgsConstructor
@ToString(exclude="logs")
@ToString(exclude={"logs", "authtoken", "rawPassword", "password"})
public static class Configuration implements Serializable {
// We have to use URI here because HttpUrl is not serializable!