mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-20 12:33:53 +01:00
byte[].toString() would give reference to the array (ex: [B@6c521576 ) but not the original string. used new String() to get the text.
byte[].toString() would give reference to the array (ex: [B@6c521576 ) but not the original string. used new String() to get the text.