3135: Uri Resolver enhancements: create a Geonetwork Resolver

Task-Url: https://support.d4science.org/issues/3135

fixed parameter scope

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@126797 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-04-06 08:33:07 +00:00
parent 48541a1f09
commit 6273e09164
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class GeonetworkResolver extends HttpServlet{
}
if(resetScope!=null && Boolean.parseBoolean(resetScope)){
resetCacheServerParameterForScope(resetScope);
resetCacheServerParameterForScope(scope);
}
logger.info("SCOPE: " + scope +", Query String: " + req.getQueryString());