You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2017/03/02 21:15:45 UTC

[jira] [Created] (CAMEL-10929) Undertow producer wrongly configures HTTP request path

Zoran Regvart created CAMEL-10929:
-------------------------------------

             Summary: Undertow producer wrongly configures HTTP request path
                 Key: CAMEL-10929
                 URL: https://issues.apache.org/jira/browse/CAMEL-10929
             Project: Camel
          Issue Type: Bug
            Reporter: Zoran Regvart
            Assignee: Zoran Regvart
            Priority: Minor


When creating the HTTP request the Undertow producer creates it with path that includes the whole URL for the request, not only the path and query part of the request.
In the end this results in HTTP request like:
{code}
POST http://api.example.com/path?query
...
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)