mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +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.