Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.13.4, 2.14.2, 2.15.0
-
None
-
Unknown
Description
The security listener incorrectly adds a copy of the auth header for streaming api client. Although this causes the exchange to ultimately fail, the BayeuxClient reconnects and proceeds without raising errors in Camel route. However, this ends up logging multiple warnings from the security listener and the BayeuxClient.
Fixing the security listener to reset the auth header will optimize this process and let the BayeuxClient continue with the existing exchange.