2695: Uri Resolver: patch to fix old bug in HL renaming files

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

removed bad comment

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@125579 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-03-17 11:11:39 +00:00
parent dc5dc1a7b2
commit d8851ff40b
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ public class HttpResolver extends HttpServlet {
}
String secondPart= uri.substring( index+1);
logger.debug("firsPart not chagend: "+firsPart);
logger.debug("replacing in smp-uri char space with char + ...");
//FIXED BY FRANCESCO M.
secondPart = secondPart.replace(" ","+");//the char + is removed when the servlet is doing unescaping of the query parameters, we just put it back