Nicola Ferraro created CAMEL-14922:
--------------------------------------
Summary: Cannot enable cors on platform-http
Key: CAMEL-14922
URL: https://issues.apache.org/jira/browse/CAMEL-14922
Project: Camel
Issue Type: Improvement
Components: camel-platform-http
Affects Versions: 3.2.0
Reporter: Nicola Ferraro
I've tried to enable cors via properties using
`camel.context.rest-configuration.enable-cors=true` (but it should also happen
via DSL configuration), but the platform-http component adds a parameter to the
URI that is not recognized downstream: `optionsEnabled=true`.
I've tested it with both the vertx and the quarkus implementation, both fail
with the following exception:
{code}
[2] Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to
resolve endpoint:
platform-http:///timeline?httpMethodRestrict=GET%2COPTIONS&optionsEnabled=true
due to: There are 1 parameters that couldn't be set on the endpoint. Check the
uri if the parameters are spelt correctly and that they are properties of the
endpoint. Unknown parameters=[{optionsEnabled=true}]
[2] at
org.apache.camel.support.DefaultComponent.validateParameters(DefaultComponent.java:358)
[2] at
org.apache.camel.support.DefaultComponent.createEndpoint(DefaultComponent.java:261)
[2] at
org.apache.camel.impl.engine.AbstractCamelContext.getEndpoint(AbstractCamelContext.java:780)
[2] ... 26 more
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)