PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

DocPusher.take does not close InputStream #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

See below.

What is the expected output? What do you see instead?

DocPusher.take does not close the InputStream it gets from
encodeXmlData. This is usually not a problem, because it's
actually a SequenceInputStream, which closes each underlying
stream in turn, and the last stream is a ByteArrayInputStream.
But it could lead to trouble if reading the content stream throws
an exception.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by donald.z...@gmail.com on 24 Jan 2007 at 12:16

GoogleCodeExporter commented 8 years ago
Brian, please add to backlog.

Original comment by donald.z...@gmail.com on 24 Jan 2007 at 12:17

GoogleCodeExporter commented 8 years ago
Google Bug #243985

Original comment by vjo...@gmail.com on 9 Feb 2007 at 4:20

GoogleCodeExporter commented 8 years ago
R404

Original comment by mgron...@gmail.com on 3 Oct 2007 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 3 Oct 2007 at 10:50