You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/12/23 22:34:44 UTC

[jira] Created: (SYNAPSE-494) NIO HTTP transport: GET request without operation name causes Synapse to hang

NIO HTTP transport: GET request without operation name causes Synapse to hang
-----------------------------------------------------------------------------

                 Key: SYNAPSE-494
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-494
             Project: Synapse
          Issue Type: Bug
          Components: Transports
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor


Steps to reproduce:

1) Start Synapse with sample 150.
2) Issue the following request in a browser: http://localhost:8280/services/StockQuoteProxy

Result: Synapse hangs and the request eventually times out.

Note that this issue is independent of SYNAPSE-479, i.e. it has been observed both before and after the change.


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


[jira] Resolved: (SYNAPSE-494) NIO HTTP transport: GET request without operation name causes Synapse to hang

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

Andreas Veithen resolved SYNAPSE-494.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

The reason was that ServerWorker didn't take into account the return value of RESTUtil.processURLRequest. Fixed in trunk.

> NIO HTTP transport: GET request without operation name causes Synapse to hang
> -----------------------------------------------------------------------------
>
>                 Key: SYNAPSE-494
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-494
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Minor
>             Fix For: 1.3
>
>
> Steps to reproduce:
> 1) Start Synapse with sample 150.
> 2) Issue the following request in a browser: http://localhost:8280/services/StockQuoteProxy
> Result: Synapse hangs and the request eventually times out.
> Note that this issue is independent of SYNAPSE-479, i.e. it has been observed both before and after the change.

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