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:
parent
5b1bcc50db
commit
75136b39ab
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue