Bug 14593 - Empty content retrieved from resource handles.
Summary: Empty content retrieved from resource handles.
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: WebDAV (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tim Ellison CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-25 08:25 EDT by Tim Ellison CLA
Modified: 2002-04-25 08:33 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Ellison CLA 2002-04-25 08:25:09 EDT
Build 20020416

Attempting to get content using the AbstractResourceHandle#getContent() call 
will always result in an empty stream because the response is closed too early.

Not sure when this bug was introduced.
Comment 1 Tim Ellison CLA 2002-04-25 08:33:33 EDT
Code fixed.