You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Balázs Zsoldos (JIRA)" <ji...@apache.org> on 2008/10/22 08:40:52 UTC

[jira] Created: (CAMEL-1018) camel http Uri from the message header

camel http Uri from the message header
--------------------------------------

                 Key: CAMEL-1018
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-http
    Affects Versions: 1.4.0
            Reporter: Balázs Zsoldos
         Attachments: HttpProducer.patch

Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1018) camel http Uri from the message header

Posted by "Balázs Zsoldos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balázs Zsoldos updated CAMEL-1018:
----------------------------------

    Affects Version/s: 1.5.0
                           (was: 1.4.0)

> camel http Uri from the message header
> --------------------------------------
>
>                 Key: CAMEL-1018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.5.0
>            Reporter: Balázs Zsoldos
>         Attachments: HttpProducer.java.patch
>
>
> Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
> So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-1018) camel http Uri from the message header

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-1018:
-----------------------------------

    Assignee: Willem Jiang

> camel http Uri from the message header
> --------------------------------------
>
>                 Key: CAMEL-1018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.5.0
>            Reporter: Balázs Zsoldos
>            Assignee: Willem Jiang
>         Attachments: HttpProducer.java.patch
>
>
> Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
> So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1018) camel http Uri from the message header

Posted by "Balázs Zsoldos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balázs Zsoldos updated CAMEL-1018:
----------------------------------

    Attachment:     (was: HttpProducer.patch)

> camel http Uri from the message header
> --------------------------------------
>
>                 Key: CAMEL-1018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.5.0
>            Reporter: Balázs Zsoldos
>         Attachments: HttpProducer.java.patch
>
>
> Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
> So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1018) camel http Uri from the message header

Posted by "Balázs Zsoldos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balázs Zsoldos updated CAMEL-1018:
----------------------------------

    Attachment: HttpProducer.java.patch

Patch replaced with the one based on the latest svn revision.

> camel http Uri from the message header
> --------------------------------------
>
>                 Key: CAMEL-1018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.5.0
>            Reporter: Balázs Zsoldos
>         Attachments: HttpProducer.java.patch
>
>
> Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
> So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1018) camel http Uri from the message header

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-1018.
---------------------------------

    Fix Version/s: 1.5.1
                   2.0.0
       Resolution: Fixed

Applied patch with thanks to Balazs. 

Also updated the wiki page.

> camel http Uri from the message header
> --------------------------------------
>
>                 Key: CAMEL-1018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.5.0
>            Reporter: Balázs Zsoldos
>            Assignee: Willem Jiang
>             Fix For: 1.5.1, 2.0.0
>
>         Attachments: HttpProducer.java.patch
>
>
> Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
> So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1018) camel http Uri from the message header

Posted by "Balázs Zsoldos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balázs Zsoldos updated CAMEL-1018:
----------------------------------

    Description: 
Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

  was:Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.


> camel http Uri from the message header
> --------------------------------------
>
>                 Key: CAMEL-1018
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1018
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.4.0
>            Reporter: Balázs Zsoldos
>         Attachments: HttpProducer.patch
>
>
> Imagine a use case when the target systems, where http messages have to be sent to, are maintained in a database. In that case the http uri is cannot be set in the camelcontext but it should come from the header of the message.
> So the http client should check first if there is an uri in the header and if not than use the one given in the camelcontext (like for querystring).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.