Do not stop trying to disambiguate http locations when 403s are encountered by lesserwhirls · Pull Request #1465 · Unidata/netcdf-java

added 2 commits

August 5, 2025 14:00
When using "nodods:" or "httpserver:" for a dataset url, try connecting
with https first, and if that fails, try to fall back to http.
Add some consistency to the error handling in the checkIfXXX methods
used in disambiguateHttp. Return IOErrors if for 401 responses. Log
403 responses and move on to the next check. Fixes
Unidata#1435

@lesserwhirls lesserwhirls changed the title Gh 1435 log 403 Do not stop trying to disambiguate http locations when 403s are encountered

Aug 5, 2025