Skip to content

GH-3675: Restore nativeHeaders for WebSocketInChA #3676

New issue

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

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

artembilan
Copy link
Member

Fixes #3675

The WebSocketInboundChannelAdapter removes a SimpMessageHeaderAccessor.NATIVE_HEADERS
from headers used to create an outbound message.
Turns out not all native headers are mapped by the StompHeaderAccessor
to the top-level header entries.

Cherry-pick to 5.4.x & 5.3.x

Fixes spring-projects#3675

The `WebSocketInboundChannelAdapter` removes a `SimpMessageHeaderAccessor.NATIVE_HEADERS`
from headers used to create an outbound message.
Turns out not all native headers are mapped by the `StompHeaderAccessor`
to the top-level header entries.

**Cherry-pick to `5.4.x` & `5.3.x`**
@garyrussell garyrussell merged commit fb14976 into spring-projects:main Nov 15, 2021
@garyrussell
Copy link
Contributor

...and cherry-picked.

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.

native STOMP headers removed by WebSocketInboundChannelAdapter
2 participants