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:
parent
654bfe3cfd
commit
361fc91c9f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue