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:
parent
dc5dc1a7b2
commit
d8851ff40b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue