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 2007/08/28 21:01:50 UTC

[jira] Resolved: (CXF-433) Cache request payload if transparent resend may be required

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

Daniel Kulp resolved CXF-433.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.1

> Cache request payload if transparent resend may be required
> -----------------------------------------------------------
>
>                 Key: CXF-433
>                 URL: https://issues.apache.org/jira/browse/CXF-433
>             Project: CXF
>          Issue Type: Sub-task
>          Components: Transports
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 2.0.1
>
>
> The entire request payload (not just any write()s up to the first flush() as is currently the case) must be cached by the HTTPConduit if a transparent resend may be required (i.e. if we haven't reached the threshold for the number of transparent resends supported for this targetURI).
> This could be acheived by HTTPConduit.send() setting the message content of type OutputStream.class to an alternative sub-class of the AbstractCachedOutputStream, instead of the usual WrappedOutputStream.

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