[ 
https://issues.apache.org/jira/browse/CAMEL-12753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16593615#comment-16593615
 ] 

Claus Ibsen commented on CAMEL-12753:
-------------------------------------

Okay have a fix for camel-undertow. This requires a bit of component specific 
fix

> OPTIONS Http request on REST resource returns incorrect content of Allow 
> header
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-12753
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12753
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-undertow
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.23.0
>
>
> I have a REST resource which consumes multiple Http methods (for example GET, 
> POST and PUT). If I send OPTIONS request to resource and I expect to receive 
> Allow Http header with this content:
> Allow: GET,POST,PUT,OPTIONS
> That does not happen because I receive header which contains only two methods 
> one of them is OPTIONS.
> Allow: GET,OPTIONS
> I have try multiple implementations and only camel-restlet works as I expect. 
> These components contain bug:
> camel-undertow
> camel-servlet
> camel-jetty
> camel-netty4-http



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to