nicolaferraro opened a new issue #416:
URL: https://github.com/apache/camel-k-runtime/issues/416


   Keeping track of the issue:
   
   ```java
         rest().post("/hello")
           .enableCORS(true)
           .route()
           .setBody().constant("Ciao");
   ```
   
   The enableCORS option is ignored.
   
   Users can pass `-p customizer.platform-http.cors.enabled=true` to configure 
CORS, but we need to fix this.


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

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


Reply via email to