Skip to content

fix: [FFM-12715]: Fixing null pointer in retry interceptor - #213

Merged
andrewbell merged 3 commits into
mainfrom
FFM-12715-interceptor-null-checks
Nov 11, 2025
Merged

andrewbell merged 3 commits into
mainfrom
FFM-12715-interceptor-null-checks

Conversation

@andrewbell

Copy link
Copy Markdown
Contributor
  • Previous retry interceptor change brought in a null pointer exception by returning a null response in intercept() which causes okhttp to assert and throw an exception. Customers are reporting logs filling up with null pointer exception messages. This change checks for null and returns an error response with some diagnosic info.

@andrewbell
andrewbell merged commit 2a8eb16 into main Nov 11, 2025
2 checks passed
@andrewbell
andrewbell deleted the FFM-12715-interceptor-null-checks branch November 12, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants