[ https://issues.apache.org/jira/browse/ABDERA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645000#action_12645000 ]
bmaciej edited comment on ABDERA-206 at 11/4/08 8:52 AM: ------------------------------------------------------------------- Test case reproducing the problem. The testSucessWithJDomParser method proves that MyChunkedInputStream works properly when Xerces is used. was (Author: bmaciej): Test case reproducing the problem. The testSucessWithJDomParser proves that MyChunkedInputStream works properly when Xerces is used. > Abdera parser fails when InputStream returns data in chunks > ----------------------------------------------------------- > > Key: ABDERA-206 > URL: https://issues.apache.org/jira/browse/ABDERA-206 > Project: Abdera > Issue Type: Bug > Affects Versions: 0.3.0 > Reporter: Maciej Baranowski > Fix For: 0.3.0 > > Attachments: AbderaParserFailureTest.java, test.xml > > > We noticed that when InputStream passed to Abder parser does not return all > data at one read the parser fails: > at java.io.FilterInputStream.read(FilterInputStream.java:111) > at java.io.PushbackInputStream.read(PushbackInputStream.java:161) > at > org.apache.abdera.parser.stax.util.PeekAheadInputStream.read(PeekAheadInputStream.java:126) > at > org.apache.abdera.parser.stax.util.PeekAheadInputStream.peek(PeekAheadInputStream.java:111) > at > org.apache.abdera.parser.stax.util.PeekAheadInputStream.peek(PeekAheadInputStream.java:107) > at > org.apache.abdera.parser.stax.util.FOMSniffingInputStream.detectEncoding(FOMSniffingInputStream.java:76) > at > org.apache.abdera.parser.stax.util.FOMSniffingInputStream.<init>(FOMSniffingInputStream.java:52) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.