Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.5.0
-
None
-
Novice
Description
Hello,
The HTTP method is not correctly retrieved by component camel-tracing when, from the Camel route, the HTTP method is set using something else than a String (like HttpMethods.POST for example)
Info from Claus:
Ah I can see the little bug
This one checks only if its a string type, but you use a constant or enum etc.