Cannot parse JSON with big integers #664
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
release blocking
Required feature/issue must be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Found this when trying to upgrade the http client in the auth library.
Caused by #529. If the token looks like an integer we now try to parse it as an integer. This number can overflow an integer and make the parser blow up. Additionally, it changed the expected return type which breaks many internal customers.
googleapis/google-auth-library-java#249
TODO:
The text was updated successfully, but these errors were encountered: