java icon indicating copy to clipboard operation
java copied to clipboard

Issue #50: HTTP errors are ignored and result in empty responses with…

Open tdltdl opened this issue 5 months ago • 0 comments

… cache poisoning.

WARNING This change is not a drop in replacement as if we get 403 because the token is incorrect, a checked exception is raised.

Also note that, if an empty or null token is passed, it is now a fail fast (instead of getting a null pointer exception at the first request)

tdltdl avatar Sep 11 '24 17:09 tdltdl