[
https://issues.apache.org/jira/browse/ABDERA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ant elder closed ABDERA-206.
----------------------------
Fix Version/s: 1.1
(was: 0.3.0)
Resolution: Fixed
Fixed in trunk and next release
> 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
> Assignee: James M Snell
> Fix For: 1.1
>
> Attachments: AbderaParserFailureTest.java, test.xml
>
>
> We noticed that when InputStream passed to Abder parser does not return all
> data in 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.