diff --git a/src/main/webapp/WEB-INF/gcube-app.xml b/src/main/webapp/WEB-INF/gcube-app.xml index d928d43..edfdd72 100644 --- a/src/main/webapp/WEB-INF/gcube-app.xml +++ b/src/main/webapp/WEB-INF/gcube-app.xml @@ -9,7 +9,7 @@ /storage* /ctlg* /catalogue - /geonetwork + /geonetwork* /shub* /parthenos_registry /analytics/get diff --git a/src/test/java/rest/TestResolvers.java b/src/test/java/rest/TestResolvers.java index 4413df0..08c2fe1 100644 --- a/src/test/java/rest/TestResolvers.java +++ b/src/test/java/rest/TestResolvers.java @@ -19,7 +19,6 @@ import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.IOUtils; import org.apache.http.HttpStatus; import org.gcube.datatransfer.resolver.util.HTTPCallsUtils; -import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -42,7 +41,7 @@ public class TestResolvers { * * @throws Exception the exception */ - @Test + //@Test public void testStorageHub() throws Exception{ String storageHubId = "2019b881-083b-444a-81be-8abee4b91020";