mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-03 09:12:15 +00:00
SEC-719: removed explicit toString() call to prevent NPE when userInfo is null
This commit is contained in:
parent
b78bd3ed4f
commit
2a0a041386
@ -28,6 +28,6 @@ public class PortletAuthenticationDetails implements Serializable {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "User info: " + userInfo.toString();
|
||||
return "User info: " + userInfo;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user