Skip to content

Commit

Permalink
verified
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Nov 4, 2023
1 parent 6156520 commit e53549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dap4/src/main/java/dap4/dap4lib/cdm/nc2/DapNetcdfFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e53549c

Please sign in to comment.