-
Feature
-
Resolution: Done
-
Major
-
None
-
2.13.7.GA
-
None
-
False
-
None
-
False
-
---
-
Red Hat build of Quarkus
//Rest Endpoint Config in application.properties: //servlet configuration camel.rest.component=servlet quarkus.camel.servlet.url-patterns=/* quarkus.camel.servlet.servlet-class=org.apache.camel.component.servlet.CamelHttpTransportServlet quarkus.http.root-path=/
#camel.rest.component=platform-http** // l invokes the custom exception class
it is working/throwing custom exception if 'camel.rest.component=platform-http' but not throwing exception for 'camel.rest.component=servlet'