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

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

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

   @ppalaga Revisiting and based on `By default, Quarkus exposes the management endpoints under /q on the main HTTP server. The same HTTP server provides the application endpoints and the management endpoints.` it means, that user which wants to use CXF + Quarkus + Cluster has to explicitely enable the `quarkus.management.enabled=true`. So indeed best way would be either:
   * disable `"catch-all /*"`
   or 
   * hardcode `quarkus.cxf.path` to some default value (eg. `"cxf"`)


-- 
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