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:
parent
0ec0aee49f
commit
082a8d21fa
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue