updated comments
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@128575 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
36b49746d3
commit
2ad51a2e5f
|
@ -66,7 +66,7 @@ public class UriResolverRewriteFilter implements Filter{
|
|||
logger.debug("is geonetwork");
|
||||
String path = multiReadRequest.getServletPath();
|
||||
String pathWithoutGN = path.substring(SERVLET_GEONETWORK.length()+1, path.length());
|
||||
logger.debug("servlet path without "+SERVLET_GEONETWORK + " is:" +pathWithoutGN);
|
||||
logger.debug("servlet path without "+SERVLET_GEONETWORK + " is: " +pathWithoutGN);
|
||||
String[] params = pathWithoutGN.split("/");
|
||||
if(params[0]==null || params[0].isEmpty()){
|
||||
logger.error("Scope is null or empty, you must set a valid scope /geonetwork/root_vo_vre");
|
||||
|
|
Loading…
Reference in New Issue