assetnew.getName() );
//check png
Base64 enc = new Base64();
String userpassword = "test" + ":" + "password";
final String encodedAuthorization = enc.encodeToString( userpassword.getBytes() );
Map<String, String> headers = new HashMap<String, String>() {
{
put( "Authorization",
"BASIC " + encodedAuthorization );
}