You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ppalaga (via GitHub)" <gi...@apache.org> on 2023/04/04 22:28:58 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #4192: Document the fact that the default value `/` of quarkus.cxf.path may cause RESTeasy endpoints to be inacessible

ppalaga commented on issue #4192:
URL: https://github.com/apache/camel-quarkus/issues/4192#issuecomment-1496680577

   I was able to come up with a PoC how to fix this properly in quarkus-cxf: https://github.com/quarkiverse/quarkus-cxf/pull/796 
   It is not perfect yet as some tests are failing. The idea is to register CXF only on paths that are really configured for it instead of `/*`.
   
   [RestEasyTest.java](https://github.com/quarkiverse/quarkus-cxf/pull/796/files#diff-584d2c5351bc918e5fc71f5a6d7f64d76dcb18fd4b092fe109e6e482bef30881) is covering it. 


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org