fixed Product URL encrypted

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@142022 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-02-01 17:24:01 +00:00
parent 5b1bcc50db
commit 75136b39ab
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ public class CatalogueResolver extends HttpServlet{
buildLink += PATH_SEPARATOR+rc.getId()+PATH_SEPARATOR+vreName+PATH_SEPARATOR+cer.getValueOfParameter(CatalogueRequestParameter.ENTITY_NAME.getKey());
logger.info("Writing Decoded Catalogue Link: "+buildLink);
}else{
//ADDING THE SERVLET NAME
buildLink += req.getRequestURI();
cer.removeParameterToRequest(CatalogueRequestParameter.CLEAR_URL.getKey());
originalScope = ScopeProvider.instance.get();