ullgren commented on PR #26203:
URL: https://github.com/apache/camel/pull/26203#issuecomment-5616067093

   @davsclaus Thanks for the review, I've done the proposed changes.
   However it turns out that in later version, we where running a older 
version, camel-platform-http-vertex now use fine grained vertex routes 
(implemented in **CAMEL-22971**.
   So now the platform-http layer intercepts and returns a standard error and 
the logic in Camel (and by this handler) is never executed.
   
   A solution to this would be to introduce a new boolean option to the 
`rest-openapi` coomponent. Something like `fine-graind-binding` which would be 
`true` by default (keeping the intential change introduced in CAMEL-22971 . 
   
   If/when set to false it would instead register a catch-all route.
   
   What do you think about this ? Could this be inscope of this PR or would it 
be the subject of a separate issue ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to