SEC-719: removed explicit toString() call to prevent NPE when userInfo is null
This commit is contained in:
+1
-1
@@ -28,6 +28,6 @@ public class PortletAuthenticationDetails implements Serializable {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "User info: " + userInfo.toString();
|
||||
return "User info: " + userInfo;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user