-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: regressionA bug that is also a regressionA bug that is also a regression
Milestone
Description
Rémi Alvergnat opened SPR-16265 and commented
There's a bug in StompHeaderAccessor class, method updateStompCommandAsClientMessage.
Problem occurs when getCommand() returns null. setHeader is called with SEND command, but command variable is not set after that and method returns null instead of SEND
It cause the stomp broker relay to ignore destination prefixes because command is null (see StompBrokerRelayMessageHandler L507).
Affects: 4.3.13, 5.0.2
Reference URL: #1616
Issue Links:
- Reduce access on headers for STOMP messaging [SPR-16165] #20713 Reduce access on headers for STOMP messaging
Referenced from: commits 4fe94df, 76dcde9
Backported to: 4.3.14
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: regressionA bug that is also a regressionA bug that is also a regression