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/04/23 06:06:06 UTC

[jira] Created: (AXIS2C-134) If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"

If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"
-----------------------------------------------------------------------------------------------------

         Key: AXIS2C-134
         URL: http://issues.apache.org/jira/browse/AXIS2C-134
     Project: Axis2-C
        Type: Bug

  Components: transport/http  
    Versions: Current (Nightly)    
    Reporter: Samisa Abeysinghe
    Priority: Minor


I think this is an error. If it gets "HTTP/1.1 202 Accepted" it should not write anything to the client in return.

-- 
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-134) If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"

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


> If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"
> -----------------------------------------------------------------------------------------------------
>
>          Key: AXIS2C-134
>          URL: http://issues.apache.org/jira/browse/AXIS2C-134
>      Project: Axis2-C
>         Type: Bug

>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: Sahan Gamage
>     Priority: Minor
>      Fix For: Current (Nightly)

>
> I think this is an error. If it gets "HTTP/1.1 202 Accepted" it should not write anything to the client in return.

-- 
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] Resolved: (AXIS2C-134) If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"

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

    Fix Version: Current (Nightly)
     Resolution: Fixed
      Assign To: Sahan Gamage

Now the server responds with HTTP/1.1 400 Bad Request for bogus requests.

> If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"
> -----------------------------------------------------------------------------------------------------
>
>          Key: AXIS2C-134
>          URL: http://issues.apache.org/jira/browse/AXIS2C-134
>      Project: Axis2-C
>         Type: Bug

>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Assignee: Sahan Gamage
>     Priority: Minor
>      Fix For: Current (Nightly)

>
> I think this is an error. If it gets "HTTP/1.1 202 Accepted" it should not write anything to the client in return.

-- 
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-134) If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"

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

Samisa Abeysinghe commented on AXIS2C-134:
------------------------------------------

Use case: This can happen in practice when a seperate listner is in operation

> If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"
> -----------------------------------------------------------------------------------------------------
>
>          Key: AXIS2C-134
>          URL: http://issues.apache.org/jira/browse/AXIS2C-134
>      Project: Axis2-C
>         Type: Bug

>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Priority: Minor

>
> I think this is an error. If it gets "HTTP/1.1 202 Accepted" it should not write anything to the client in return.

-- 
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-134) If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"

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

Sahan Gamage commented on AXIS2C-134:
-------------------------------------

This is a bug in the code. This scenario was not assumed since we normally do not get a "HTTP/1.1 202 Accepted" as the request in the server side i.e : the server issues HTTP/1.1 202 Accepted as response. Anyway if such thing is recieved we should respond with a "HTTP/1.1 400 Bad Request"

> If "HTTP/1.1 202 Accepted" is received by simple axis server it responds with "Accepted 202 Accepted"
> -----------------------------------------------------------------------------------------------------
>
>          Key: AXIS2C-134
>          URL: http://issues.apache.org/jira/browse/AXIS2C-134
>      Project: Axis2-C
>         Type: Bug

>   Components: transport/http
>     Versions: Current (Nightly)
>     Reporter: Samisa Abeysinghe
>     Priority: Minor

>
> I think this is an error. If it gets "HTTP/1.1 202 Accepted" it should not write anything to the client in return.

-- 
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