updated comment
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer@128363 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2bf582322c
commit
43e1879b9c
|
@ -60,7 +60,7 @@ public class FeatureWPSRequest {
|
|||
log.info("WPSGetData -> Creating WebFeatureTable for layerItem: "+layerItem.getLayer());
|
||||
log.info("UUID: "+layerItem.getUUID() +", BBOX (lat,long): "+bbox + ", Token: "+gCubeSecurityToken +", zoom: "+zoomLevel);
|
||||
|
||||
if(gCubeSecurityToken==null|| gCubeSecurityToken.isEmpty()){
|
||||
if(gCubeSecurityToken==null || gCubeSecurityToken.isEmpty()){
|
||||
log.warn("Overriding gCube token which is null or empty with a hard-code token: "+Constants.GCUBE_TOKEN +". Is it in dev mode?");
|
||||
gCubeSecurityToken = Constants.GCUBE_TOKEN;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue