From e53549cbae678b58406d0f892c73fe10e8c9671d Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Fri, 3 Nov 2023 19:37:42 -0600 Subject: [PATCH] verified --- dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java b/dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java index 15ba6e7319..b0388f5be5 100644 --- a/dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java +++ b/dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java @@ -129,7 +129,7 @@ public DapNetcdfFile(String location, CancelTask cancelTask) throws IOException throw new IOException(use); } // We need to convert the protocol to #dap4 - if("dap4".equalsIgnoreCase(xuri.getScheme())) { + if ("dap4".equalsIgnoreCase(xuri.getScheme())) { xuri.setScheme("http"); // Note that this should be https, but // test.opendap.org still uses http; one // hopes that other servers are setup to