Deadlock in AbderaSource with feeds longer than 1024 bytes
----------------------------------------------------------
Key: ABDERA-235
URL: https://issues.apache.org/jira/browse/ABDERA-235
Project: Abdera
Issue Type: Bug
Affects Versions: 1.0
Environment: JRE 1.5.0_17
Reporter: David Eckel
Priority: Minor
Using org.apache.abdera.util.AbderaSource can cause a deadlock when a Base
object is supplied to the constructor that results in a stream larger than 1024
bytes. This is due to the use of the PipedInputStream being used in the same
thread as PipedOutputStream. See
http://java.sun.com/javase/6/docs/api/java/io/PipedInputStream.html.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.