Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If there are two camel-jetty endpoint are using the same port, they are sharing the same jetty sever. But if one endpoint has a custom handler need to be set and another endpoint has not, the endpoints start order could affect the handler setting of jetty server.
So we need to make sure the handler is set even the jetty server is started.
Attachments
Issue Links
- breaks
-
CAMEL-10788 Multiple handlers with multiple endpoints on same port causes a handler loop
- Resolved