File tree Expand file tree Collapse file tree
cdm/core/src/main/java/thredds/client/catalog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ public class Catalog extends DatasetNode {
3030 public static final String CATALOG_NAMESPACE_10 = "http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0" ;
3131 public static final Namespace defNS = Namespace .getNamespace (CATALOG_NAMESPACE_10 );
3232 public static final String NJ22_NAMESPACE = "http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" ;
33- // This line (and related code) handles incorrect HTTPS variant of NcML Namespace URI.
33+ // The following line (and related code) handles incorrect HTTPS variant of NcML Namespace URI.
3434 // NOTE: The HTTPS variant is incorrect (according to recent, Oct 2021, decision).
35- // It probably appeared when Unidata servers started requiring HTTPS.
36- // NcML is only place HTTPS namespace variants are handled (and tested in testReadHttps.xml).
37- // Should probably just be dropped.
35+ // The variant probably appeared when Unidata servers started requiring HTTPS.
36+ // NcML is only place HTTPS namespace variants are handled (and tested in testReadHttps.xml).
37+ // Should probably just be dropped.
3838 public static final String NJ22_NAMESPACE_HTTPS = "https://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" ;
3939 public static final Namespace ncmlNS = Namespace .getNamespace ("ncml" , NJ22_NAMESPACE );
4040 public static final Namespace ncmlNSHttps = Namespace .getNamespace ("ncml" , NJ22_NAMESPACE_HTTPS );
You can’t perform that action at this time.
0 commit comments