History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CACHE-267
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lars Torunski
Reporter: Nathan Summers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OSCache

SplitServletOutputStream doesn't pass flush() on to underlying stream

Created: 08/Nov/06 02:54 PM   Updated: 19/Mar/07 05:54 PM
Component/s: Filters
Affects Version/s: 2.3.2
Fix Version/s: 2.4

File Attachments: 1. Text File SplitServletOutputStream.java.patch (0.7 kb)


Flags: Patch


 Description  « Hide
SplitServletOutputStream doesn't pass flush() on to the underlying stream, which we require for a streaming application. A trivial patch to the SVN version fixes this problem.

 All   Comments   Change History      Sort Order:
Nathan Summers - [08/Nov/06 02:57 PM ]
Patch

Lars Torunski - [09/Nov/06 12:47 PM ]
Nathan, shouldn't super.flush() and super.close() be invoked?

Nathan Summers - [09/Nov/06 12:56 PM ]
Come to think of it, the super methods should be called first, before the calls to captureStream and passThroughStream