Description
In WrappedMessageContext.get() and put() some extra key translations happen, that are not applied in WrappedMessageContext.containsKey().
For example MessageContext.HTTP_REQUEST_HEADERS is translated to Message.PROTOCOL_HEADERS here, but not in containsKey().
So context.get(MessageContext.HTTP_REQUEST_HEADERS) may return a map with headers, while context.containsKey(MessageContext.HTTP_REQUEST_HEADERS) returns false.
Attachments
Issue Links
- links to