Update 'src/main/java/org/gcube/data/access/connector/GeoNetworkConnectorRequestHandler.java'

change boolean GENERAL value to true
This commit is contained in:
Roberto Cirillo 2024-03-28 17:24:47 +01:00
parent 054c734b71
commit 0fea0a8670
1 changed files with 240 additions and 240 deletions

View File

@ -30,7 +30,7 @@ public class GeoNetworkConnectorRequestHandler extends RequestHandler {
protected static final String REQUEST_HANDLER_NAME = "authentication-filter";
private static final String GEONETWORK_CREDENTIALS = "/GeoNetwork/credentials/";
private static final String SDI = "/SDI";
private static final boolean GENERAL = false; //retrieve the general credentials from SDI (without web service)
private static final boolean GENERAL = true; //retrieve the general credentials from SDI (without web service)
private Logger logger;
private GCubeCache<String, String> gCubeCache;