You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/02/09 05:06:33 UTC

[jira] Created: (CAMEL-2453) Get ride of the HttpMessage

Get ride of the HttpMessage
---------------------------

                 Key: CAMEL-2453
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2453
             Project: Apache Camel
          Issue Type: Improvement
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.3.0


As we store the Http Request and Response object into HttpMessage, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message.

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


[jira] Resolved: (CAMEL-2453) Store the HttpServletRequest and HttpServletResponse into HttpMessage header

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

Willem Jiang resolved CAMEL-2453.
---------------------------------

    Resolution: Fixed

> Store the HttpServletRequest and HttpServletResponse into HttpMessage header
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-2453
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2453
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.3.0
>
>
> We store the Http Request and Response object into HttpMessage as member objects, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message.

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


[jira] Commented: (CAMEL-2453) Store the HttpServletRequest and HttpServletResponse into HttpMessage header

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57450#action_57450 ] 

Willem Jiang commented on CAMEL-2453:
-------------------------------------

When we move the Camel 3.0, we can consider to get ride of HttpMessage.


> Store the HttpServletRequest and HttpServletResponse into HttpMessage header
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-2453
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2453
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.3.0
>
>
> We store the Http Request and Response object into HttpMessage as member objects, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies 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-2453) Store the HttpServletRequest and HttpServletResponse into HttpMessage header

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

Willem Jiang updated CAMEL-2453:
--------------------------------

    Description: We store the Http Request and Response object into HttpMessage as member objects, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message.  (was: As we store the Http Request and Response object into HttpMessage, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message.)
        Summary: Store the HttpServletRequest and HttpServletResponse into HttpMessage header  (was: Get ride of the HttpMessage)

> Store the HttpServletRequest and HttpServletResponse into HttpMessage header
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-2453
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2453
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.3.0
>
>
> We store the Http Request and Response object into HttpMessage as member objects, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message.

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


[jira] Commented: (CAMEL-2453) Store the HttpServletRequest and HttpServletResponse into HttpMessage header

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57451#action_57451 ] 

Willem Jiang commented on CAMEL-2453:
-------------------------------------


Also updated the HttpConvert, in this way we can get the HttpServletRequest from any Message implementation.
trunk
http://svn.apache.org/viewvc?rev=907978&view=rev

> Store the HttpServletRequest and HttpServletResponse into HttpMessage header
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-2453
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2453
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.3.0
>
>
> We store the Http Request and Response object into HttpMessage as member objects, it makes us impossible to get the request and response object from the other endpoint , as current camel just copies message header and message body when it copies the message.

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