ignore url parameters

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@164532 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2018-02-22 15:15:15 +00:00
parent 0ec0aee49f
commit 082a8d21fa
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class GcubeCkanDataCatalogServiceImpl extends RemoteServiceServlet implem
ScopeBean scopeBean = new ScopeBean(scopePerCurrentUrl);
if(scopeBean.is(Type.VRE) && !checksItemCatalogueResourceUpdated.containsKey(scopePerCurrentUrl)){
new UpdateItemCatalogueResource(scopePerCurrentUrl, SessionUtil.getCurrentClientUrl(getThreadLocalRequest())).start();
new UpdateItemCatalogueResource(scopePerCurrentUrl, SessionUtil.getCurrentClientUrl(getThreadLocalRequest()).split("?")[0]).start();
checksItemCatalogueResourceUpdated.put(scopePerCurrentUrl, true);
}