Skip to content

Release/v6.17.1 --> master#431

Merged
DanBezalelpx merged 7 commits into
masterfrom
release/v6.17.1
Jun 29, 2026
Merged

Release/v6.17.1 --> master#431
DanBezalelpx merged 7 commits into
masterfrom
release/v6.17.1

Conversation

@DanBezalelpx

Copy link
Copy Markdown
Contributor

No description provided.

chen-zimmer-px and others added 5 commits May 26, 2026 11:22
…ests

The SDK blindly cast HttpServletRequest to RequestWrapper when injecting
data enrichment, breached account, and additional S2S activity headers.
This caused a ClassCastException for customers using their own
HttpServletRequestWrapper implementations.

Introduces addHeaderSafely() which checks instanceof before casting. If
the request is not a RequestWrapper, falls back to request.setAttribute()
so the data is still accessible to the customer's application.
Fix ClassCastException when adding headers to non-RequestWrapper requ…
chen-zimmer-px
chen-zimmer-px previously approved these changes Jun 29, 2026
@DanBezalelpx DanBezalelpx merged commit bf51431 into master Jun 29, 2026
21 of 26 checks passed
@DanBezalelpx DanBezalelpx deleted the release/v6.17.1 branch June 29, 2026 11:51
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