PILLUTLAAVINASH / google-enterprise-connector-manager

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

If there is no google:content property then there is a NullPointerException #8

Closed GoogleCodeExporter closed 8 years ago

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

Push a property map with no google:content property

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

If there is no google:content property, then DocPusher accumulates a
SequenceInputStream where one of the streams is null. This leads to a
NullPointerException in the FeedConnection when it tries to read the
stream. It doesn't really matter what the FeedConnection implementation
does. It will always get the exception if it ever reads the data stream far
enough to encounter the null content stream.

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 11:54

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

Original comment by donald.z...@gmail.com on 24 Jan 2007 at 11:54

GoogleCodeExporter commented 8 years ago
Google Bug #243980

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

GoogleCodeExporter commented 8 years ago
Fixed in r278

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

GoogleCodeExporter commented 8 years ago

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