You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jeremy Boynes (JIRA)" <tu...@ws.apache.org> on 2006/03/11 21:53:55 UTC

[jira] Created: (TUSCANY-117) HTTP Status not set by Axis2 servlet

HTTP Status not set by Axis2 servlet
------------------------------------

         Key: TUSCANY-117
         URL: http://issues.apache.org/jira/browse/TUSCANY-117
     Project: Tuscany
        Type: Bug
  Components: Java SCA Axis Integration  
    Reporter: Jeremy Boynes


The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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: (TUSCANY-117) HTTP Status not set by Axis2 servlet

Posted by "Jeremy Boynes (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-117?page=comments#action_12370202 ] 

Jeremy Boynes commented on TUSCANY-117:
---------------------------------------

I think it may be that the connector is defaulting the status to 200 and you are seeing that. We could do that with the response object used by the itest but it may be safer to ensure that we explicitly set it.

> HTTP Status not set by Axis2 servlet
> ------------------------------------
>
>          Key: TUSCANY-117
>          URL: http://issues.apache.org/jira/browse/TUSCANY-117
>      Project: Tuscany
>         Type: Bug
>   Components: Java SCA Axis Integration
>     Reporter: Jeremy Boynes
>     Assignee: Rick Rineholt

>
> The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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: (TUSCANY-117) HTTP Status not set by Axis2 servlet

Posted by "Jeremy Boynes (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-117?page=all ]
     
Jeremy Boynes closed TUSCANY-117:
---------------------------------

    Resolution: Invalid

Closing this as Invalid as this is probably an Axis2 issue.
Added a workaround to the itest by having it default the status to 200 as the Coyote connector does.

> HTTP Status not set by Axis2 servlet
> ------------------------------------
>
>          Key: TUSCANY-117
>          URL: http://issues.apache.org/jira/browse/TUSCANY-117
>      Project: Tuscany
>         Type: Bug
>   Components: Java SCA Axis Integration
>     Reporter: Jeremy Boynes
>     Assignee: Rick Rineholt

>
> The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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] Reopened: (TUSCANY-117) HTTP Status not set by Axis2 servlet

Posted by "Jeremy Boynes (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-117?page=all ]
     
Jeremy Boynes reopened TUSCANY-117:
-----------------------------------


The check in the TomcatIntegrationTestCase is still failing due to a 0 status. It could be the test is wrong but if so could you look at that as well.

> HTTP Status not set by Axis2 servlet
> ------------------------------------
>
>          Key: TUSCANY-117
>          URL: http://issues.apache.org/jira/browse/TUSCANY-117
>      Project: Tuscany
>         Type: Bug
>   Components: Java SCA Axis Integration
>     Reporter: Jeremy Boynes
>     Assignee: Rick Rineholt

>
> The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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: (TUSCANY-117) HTTP Status not set by Axis2 servlet

Posted by "Rick Rineholt (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-117?page=comments#action_12370200 ] 

Rick Rineholt commented on TUSCANY-117:
---------------------------------------

Interesting... I have still a working version that runs hellowworldws and I seen in tcpmon the HTTP 200 return when running this testcase.

> HTTP Status not set by Axis2 servlet
> ------------------------------------
>
>          Key: TUSCANY-117
>          URL: http://issues.apache.org/jira/browse/TUSCANY-117
>      Project: Tuscany
>         Type: Bug
>   Components: Java SCA Axis Integration
>     Reporter: Jeremy Boynes
>     Assignee: Rick Rineholt

>
> The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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: (TUSCANY-117) HTTP Status not set by Axis2 servlet

Posted by "Rick Rineholt (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-117?page=all ]
     
Rick Rineholt closed TUSCANY-117:
---------------------------------

    Resolution: Fixed

Should be fixed in revision 385574

> HTTP Status not set by Axis2 servlet
> ------------------------------------
>
>          Key: TUSCANY-117
>          URL: http://issues.apache.org/jira/browse/TUSCANY-117
>      Project: Tuscany
>         Type: Bug
>   Components: Java SCA Axis Integration
>     Reporter: Jeremy Boynes
>     Assignee: Rick Rineholt

>
> The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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: (TUSCANY-117) HTTP Status not set by Axis2 servlet

Posted by "Rick Rineholt (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-117?page=all ]

Rick Rineholt reassigned TUSCANY-117:
-------------------------------------

    Assign To: Rick Rineholt

> HTTP Status not set by Axis2 servlet
> ------------------------------------
>
>          Key: TUSCANY-117
>          URL: http://issues.apache.org/jira/browse/TUSCANY-117
>      Project: Tuscany
>         Type: Bug
>   Components: Java SCA Axis Integration
>     Reporter: Jeremy Boynes
>     Assignee: Rick Rineholt

>
> The HttpResponse status code is not set by the Axis2 servlet so is returned as 0 rather than 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