[5.x]: Modify XML Schema and DTD URLs for Unidata hostname switch#916
Merged
haileyajohnson merged 3 commits intoUnidata:maint-5.xfrom Oct 29, 2021
Merged
Conversation
…me for these URLS, from "www/schemas/".
…er (QueryCapability code) and XMLEntityResolver.
Member
Author
|
CatalogGenConfig.*.xsd is referenced in some cdm-test files and in legacy code but is itself no longer in resources/thredds/schema directory. Could consider adding it to legacy/src/main/resources/resources/thredds/schemas/ but probably not needed. The legacy module might be a better place for queryCapability.0.4.xsd as well. But would have to make sure those resources make it into ncIDV.jar. Probably not worth effort at the moment. I will get this PR ready for review shortly. |
haileyajohnson
approved these changes
Oct 29, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Unidata hosted XML Schema and DTD files are now available from "https://schemas.unidata.ucar.edu/" (with redirects in place from the old URLs, "http://www.unidata.ucar.edu/schemas/"). This change updates all occurrences.
PR Checklist
until ready for review