task_24792 #7

Merged
francesco.mangiacrapa merged 35 commits from task_24792 into master 2023-03-28 12:30:20 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ca398b5f82 - Show all commits

View File

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.9.0-SNAPSHOT]
- GeoPortalResolver implemented [#24792]
- GeoPortal-Resolver implemented [#24792]
## [v2.8.1] - 2022-06-13

View File

@ -66,7 +66,7 @@ public class GeoportalResolver {
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver";
/**
* The Enum RESOLVE_AS.
* The Enum RESOLVE_AS_PARAMETER.
*
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
*
@ -320,7 +320,7 @@ public class GeoportalResolver {
}
}
LOG.info("Found RESOLVE_AS: " + resolveAs);
LOG.info("Found RESOLVE_AS_PARAMETER: " + resolveAs);
String originalScope = ScopeProvider.instance.get();
GeoportalDataViewerConfigProfileReader reader;