bug fixing
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174938 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d679109b0e
commit
4e961251db
|
@ -268,8 +268,8 @@ public class AnalyticsCreateResolver {
|
|||
|
||||
if(gCubeAppToken!=null){
|
||||
String decryptedPassword = StringEncrypter.getEncrypter().decrypt(gCubeAppToken);
|
||||
logger.info("Returning decrypted Application Token registered into "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME +": "+decryptedPassword.substring(0,decryptedPassword.length()/2)+"....");
|
||||
return gCubeAppToken;
|
||||
logger.info("Returning decrypted Application Token registered into "+ANALYTICS_RESOLVER_SERVICE_ENDPOINT_NAME +" SE: "+decryptedPassword.substring(0,decryptedPassword.length()/2)+"....");
|
||||
return decryptedPassword;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue