History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-180
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

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

XmlQueryResultWriter closes OutputStream it did not create

Created: 13/Jul/05 01:04 PM   Updated: 23/Sep/05 05:30 PM
Component/s: None
Affects Version/s: 1.0, 1.0.1, 1.1, 1.0.2, 1.2, 1.0.3, 1.0.4, 1.1-RC1, 1.1-RC2, 1.1.1, 1.1.2, 1.1.3, 1.2-RC1, 1.2-RC2
Fix Version/s: 1.2.1


 Description   
Class org.openrdf.sesame.query.XmlQueryResultWriter closes the OutputStream that was supplied to it in the contructor when it has finished writing. This is poor programming style; streams should be closed by those that created them as they might want to read/write more data from/to the stream.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.