Added owner like "storageid-resolver" for accounting

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@129227 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-06-21 15:48:06 +00:00
parent 654bfe3cfd
commit 361fc91c9f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class StorageIDResolver extends HttpServlet {
try {
OutputStream out = response.getOutputStream();
StorageClient client = new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), StorageIDResolver.class.getName(), AccessType.PUBLIC);
StorageClient client = new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), "storageid-resolver", AccessType.PUBLIC);
try{
IClient icClient = client.getClient();