You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Guillaume Sauthier (JIRA)" <ji...@apache.org> on 2009/07/20 14:23:14 UTC

[jira] Created: (CXF-2348) MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation

MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation
----------------------------------------------------------------------------------------------------------------------------------------

                 Key: CXF-2348
                 URL: https://issues.apache.org/jira/browse/CXF-2348
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0.11
         Environment: JOnAS 5.1.0
            Reporter: Guillaume Sauthier


The MessageContext.HTTP_REQUEST_HEADERS & MessageContext.HTTP_RESPONSE_HEADERS properties are currently available for all the phases/steps of a webservice invocation (requestor and endpoint side, inbound and outbound direction).

They should only have a value at some well defined time:
* HTTP_REQUEST_HEADERS should only have a value on the endpoint side with the inbound direction
* HTTP_RESPONSE_HEADERS should only have a value on the requestor side with the outbound direction

I'm not sure if the specification mandates that behavior, but some tests are failing because of the WrappedMessageContext heavy lifting that happened between CXF 2.0.9 and 2.0.10

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


[jira] Updated: (CXF-2348) MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation

Posted by "Guillaume Sauthier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Sauthier updated CXF-2348:
------------------------------------

    Attachment: cxf-tck-MessageContextProperties.patch

Only return a value for theses properties at the right time.

> MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2348
>                 URL: https://issues.apache.org/jira/browse/CXF-2348
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.11
>         Environment: JOnAS 5.1.0
>            Reporter: Guillaume Sauthier
>         Attachments: cxf-tck-MessageContextProperties.patch
>
>
> The MessageContext.HTTP_REQUEST_HEADERS & MessageContext.HTTP_RESPONSE_HEADERS properties are currently available for all the phases/steps of a webservice invocation (requestor and endpoint side, inbound and outbound direction).
> They should only have a value at some well defined time:
> * HTTP_REQUEST_HEADERS should only have a value on the endpoint side with the inbound direction
> * HTTP_RESPONSE_HEADERS should only have a value on the requestor side with the outbound direction
> I'm not sure if the specification mandates that behavior, but some tests are failing because of the WrappedMessageContext heavy lifting that happened between CXF 2.0.9 and 2.0.10

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


[jira] Resolved: (CXF-2348) MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2348.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.12

> MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2348
>                 URL: https://issues.apache.org/jira/browse/CXF-2348
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.11
>         Environment: JOnAS 5.1.0
>            Reporter: Guillaume Sauthier
>            Assignee: Daniel Kulp
>             Fix For: 2.0.12
>
>         Attachments: cxf-tck-MessageContextProperties.patch
>
>
> The MessageContext.HTTP_REQUEST_HEADERS & MessageContext.HTTP_RESPONSE_HEADERS properties are currently available for all the phases/steps of a webservice invocation (requestor and endpoint side, inbound and outbound direction).
> They should only have a value at some well defined time:
> * HTTP_REQUEST_HEADERS should only have a value on the endpoint side with the inbound direction
> * HTTP_RESPONSE_HEADERS should only have a value on the requestor side with the outbound direction
> I'm not sure if the specification mandates that behavior, but some tests are failing because of the WrappedMessageContext heavy lifting that happened between CXF 2.0.9 and 2.0.10

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


[jira] Assigned: (CXF-2348) MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-2348:
--------------------------------

    Assignee: Daniel Kulp

> MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2348
>                 URL: https://issues.apache.org/jira/browse/CXF-2348
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.11
>         Environment: JOnAS 5.1.0
>            Reporter: Guillaume Sauthier
>            Assignee: Daniel Kulp
>         Attachments: cxf-tck-MessageContextProperties.patch
>
>
> The MessageContext.HTTP_REQUEST_HEADERS & MessageContext.HTTP_RESPONSE_HEADERS properties are currently available for all the phases/steps of a webservice invocation (requestor and endpoint side, inbound and outbound direction).
> They should only have a value at some well defined time:
> * HTTP_REQUEST_HEADERS should only have a value on the endpoint side with the inbound direction
> * HTTP_RESPONSE_HEADERS should only have a value on the requestor side with the outbound direction
> I'm not sure if the specification mandates that behavior, but some tests are failing because of the WrappedMessageContext heavy lifting that happened between CXF 2.0.9 and 2.0.10

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


[jira] Closed: (CXF-2348) MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation

Posted by "Guillaume Sauthier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Sauthier closed CXF-2348.
-----------------------------------


> MessageContext properties (HTTP_REQUEST_HEADERS & HTTP_RESPONSE_HEADERS) should not be available during all the phases of the invocation
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2348
>                 URL: https://issues.apache.org/jira/browse/CXF-2348
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.11
>         Environment: JOnAS 5.1.0
>            Reporter: Guillaume Sauthier
>            Assignee: Daniel Kulp
>             Fix For: 2.0.12
>
>         Attachments: cxf-tck-MessageContextProperties.patch
>
>
> The MessageContext.HTTP_REQUEST_HEADERS & MessageContext.HTTP_RESPONSE_HEADERS properties are currently available for all the phases/steps of a webservice invocation (requestor and endpoint side, inbound and outbound direction).
> They should only have a value at some well defined time:
> * HTTP_REQUEST_HEADERS should only have a value on the endpoint side with the inbound direction
> * HTTP_RESPONSE_HEADERS should only have a value on the requestor side with the outbound direction
> I'm not sure if the specification mandates that behavior, but some tests are failing because of the WrappedMessageContext heavy lifting that happened between CXF 2.0.9 and 2.0.10

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