[ https://issues.apache.org/jira/browse/ABDERA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James M Snell resolved ABDERA-206.
----------------------------------
Resolution: Fixed
I believe this issue is resolved with the correction for https://issues.apache.org/jira/browse/ABDERA-222
> 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: 0.3.0
>
> 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.
|