You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/01/25 10:34:09 UTC

[jira] Created: (AXIS2C-32) SOAP response comes with wrong HTTP status code 202

SOAP response comes with wrong HTTP status code 202
---------------------------------------------------

         Key: AXIS2C-32
         URL: http://issues.apache.org/jira/browse/AXIS2C-32
     Project: Axis2-C
        Type: Bug
  Components: transport/http  
    Versions: Current (Nightly)    
    Reporter: Samisa Abeysinghe
     Fix For: M0.3


HTTP/1.1 202 Accepted
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><echoString></echoString></env:Body></env:Envelope>

This has to be 200

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS2C-32) SOAP response comes with wrong HTTP status code 202

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-32?page=all ]
     
Sahan Gamage closed AXIS2C-32:
------------------------------

    Fix Version: Current (Nightly)
                     (was: M0.3)
     Resolution: Fixed

This was due to the RESPONSE_WRITTEN=TRUE in wrong context. In the sender it sets in msg_ctx and in the reciever it checks in the op_ctx. Correct place is op_ctx. Fixed it in axis2_http_transport_sender

> SOAP response comes with wrong HTTP status code 202
> ---------------------------------------------------
>
>          Key: AXIS2C-32
>          URL: http://issues.apache.org/jira/browse/AXIS2C-32
>      Project: Axis2-C
>         Type: Bug
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: Sahan Gamage
>      Fix For: Current (Nightly)

>
> HTTP/1.1 202 Accepted
> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><echoString></echoString></env:Body></env:Envelope>
> This has to be 200

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXIS2C-32) SOAP response comes with wrong HTTP status code 202

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-32?page=all ]

Samisa Abeysinghe reassigned AXIS2C-32:
---------------------------------------

    Assign To: Sahan Gamage

> SOAP response comes with wrong HTTP status code 202
> ---------------------------------------------------
>
>          Key: AXIS2C-32
>          URL: http://issues.apache.org/jira/browse/AXIS2C-32
>      Project: Axis2-C
>         Type: Bug
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: Sahan Gamage
>      Fix For: M0.3

>
> HTTP/1.1 202 Accepted
> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><echoString></echoString></env:Body></env:Envelope>
> This has to be 200

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS2C-32) SOAP response comes with wrong HTTP status code 202

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-32?page=comments#action_12363936 ] 

Samisa Abeysinghe commented on AXIS2C-32:
-----------------------------------------

Also the HTTP headers are not properly set in the response

> SOAP response comes with wrong HTTP status code 202
> ---------------------------------------------------
>
>          Key: AXIS2C-32
>          URL: http://issues.apache.org/jira/browse/AXIS2C-32
>      Project: Axis2-C
>         Type: Bug
>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>      Fix For: M0.3

>
> HTTP/1.1 202 Accepted
> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><echoString></echoString></env:Body></env:Envelope>
> This has to be 200

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira