You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/04/08 11:35:36 UTC

[jira] Created: (FELIX-2263) OsgiManager servlet should commit response

OsgiManager servlet should commit response
------------------------------------------

                 Key: FELIX-2263
                 URL: https://issues.apache.org/jira/browse/FELIX-2263
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.0.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-3.0.2


Sometimes a plugin does not generate enough output or sends back an error to the client such that the response gets committed. This might result in the Http Service implementation to think that the OsgiManager servlet was not willing to handle the request.

To prevent this situation, the OsgiManager service() method should commit the response by flushing the response buffer.

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


[jira] Resolved: (FELIX-2263) OsgiManager servlet should commit response

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

Felix Meschberger resolved FELIX-2263.
--------------------------------------

    Resolution: Fixed

Fixed in Rev. 931850.

> OsgiManager servlet should commit response
> ------------------------------------------
>
>                 Key: FELIX-2263
>                 URL: https://issues.apache.org/jira/browse/FELIX-2263
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.2
>
>
> Sometimes a plugin does not generate enough output or sends back an error to the client such that the response gets committed. This might result in the Http Service implementation to think that the OsgiManager servlet was not willing to handle the request.
> To prevent this situation, the OsgiManager service() method should commit the response by flushing the response buffer.

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