You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/05/05 08:25:00 UTC

[jira] [Resolved] (CAMEL-14922) Cannot enable cors on platform-http

     [ https://issues.apache.org/jira/browse/CAMEL-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-14922.
---------------------------------
    Resolution: Fixed

> Cannot enable cors on platform-http
> -----------------------------------
>
>                 Key: CAMEL-14922
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14922
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-platform-http
>    Affects Versions: 3.2.0
>            Reporter: Nicola Ferraro
>            Assignee: Peter Palaga
>            Priority: Major
>             Fix For: 3.3.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)