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
When the required headers X-Total-Count or X-Limit are not returned from the other partner, an uncontrolled NullPointerExeption is thrown.
X-Total-Count
X-Limit
NullPointerExeption
ocpi-toolkit/ocpi-toolkit-2.2.1/src/main/kotlin/com/izivia/ocpi/toolkit/common/HttpUtils.kt
Lines 56 to 61 in 0230204
The text was updated successfully, but these errors were encountered:
It is a more general issue, see #17
We should do that everywhere it's needed. But it is a good start
Sorry, something went wrong.
Merge pull request #88 from andacata/fix/87_uncontrolled_nullpointere…
c8211f6
…xception_on_missing_headers fix(transport) #87: Throw explicit exception when a required header is missing
Successfully merging a pull request may close this issue.
When the required headers
X-Total-Count
orX-Limit
are not returned from the other partner, an uncontrolledNullPointerExeption
is thrown.ocpi-toolkit/ocpi-toolkit-2.2.1/src/main/kotlin/com/izivia/ocpi/toolkit/common/HttpUtils.kt
Lines 56 to 61 in 0230204
The text was updated successfully, but these errors were encountered: