We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you attempt to do a range read on something doesn't exist, you get an IllegalArgumentException instead of a 404:
IllegalArgumentException
geotrellis/spark/src/main/scala/geotrellis/spark/io/http/util/HttpRangeReader.scala
Line 56 in 835200c
The text was updated successfully, but these errors were encountered:
Fix locationtech#2791: HttpRangeReader swallows 404s
2276225
HttpRangeReader now throws with an HttpStatusException if the server responds with any 4xx or 5xx status code.
Merge pull request #3073 from CloudNiner/feature/awf/http-range-swall…
ec65295
…ows-404#2791 Fix #2791: HttpRangeReader swallows 404s
CloudNiner
Successfully merging a pull request may close this issue.
If you attempt to do a range read on something doesn't exist, you get an
IllegalArgumentException
instead of a 404:geotrellis/spark/src/main/scala/geotrellis/spark/io/http/util/HttpRangeReader.scala
Line 56 in 835200c
The text was updated successfully, but these errors were encountered: