You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2009/10/26 15:08:00 UTC

[jira] Reopened: (SYNAPSE-231) missing handling of http responses with status 100 (continue)

     [ https://issues.apache.org/jira/browse/SYNAPSE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asankha C. Perera reopened SYNAPSE-231:
---------------------------------------

      Assignee: Asankha C. Perera  (was: Ruwan Linton)

Reopen as it is better to support older .net clients as per http://markmail.org/thread/c22mnj4v5p3eudui

> missing handling of http responses with status 100 (continue)
> -------------------------------------------------------------
>
>                 Key: SYNAPSE-231
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-231
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Transports
>    Affects Versions: 1.1.1
>         Environment: WinXP, Java 1.5.0_11-b03, Tomcat 5.5.9
>            Reporter: Hiltbrunner Dominik
>            Assignee: Asankha C. Perera
>             Fix For: 1.2
>
>
> The handling of http responses in the switch-statement(starting line 280) in class org.apache.synapse.transport.nhttp.ClientHandler may not be correct.
> Since the default-block was added to the statement, the output written to the log is confusing, whenever a response with status 100 
> (HTTP/1.1 100 Continue) is processed. But the responses are processed correctly.
> Solution:
> Adding proper handling of org.apache.http.HttpStatus.SC_CONTINUE(from the httpcore project) to the switch statement.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org