You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2012/06/11 23:09:43 UTC

[jira] [Created] (CXF-4371) HTTP OutputStreams block flush()

Daniel Kulp created CXF-4371:
--------------------------------

             Summary: HTTP OutputStreams block flush()
                 Key: CXF-4371
                 URL: https://issues.apache.org/jira/browse/CXF-4371
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.6.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.6.2



The HTTP output streams block the flush calls to prevent unwanted chunks and network packets with poorly behaving Stax writers.  However, this prevents streaming content back in pre-defined chunks by the JAX-RS providers.   It would be better to just block the flushs from the StaxOutInterceptor so the non-stax cases can have closer to raw access to the stream.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-4371) HTTP OutputStreams block flush()

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

Daniel Kulp resolved CXF-4371.
------------------------------

    Resolution: Fixed
    
> HTTP OutputStreams block flush()
> --------------------------------
>
>                 Key: CXF-4371
>                 URL: https://issues.apache.org/jira/browse/CXF-4371
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.6.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.6.2
>
>
> The HTTP output streams block the flush calls to prevent unwanted chunks and network packets with poorly behaving Stax writers.  However, this prevents streaming content back in pre-defined chunks by the JAX-RS providers.   It would be better to just block the flushs from the StaxOutInterceptor so the non-stax cases can have closer to raw access to the stream.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira