]
Clebert Suconic updated JBSER-87:
---------------------------------
Fix Version/s: 1.0.3 GA
Affects Version/s: 1.0.2 GA
1.0.1 GA
dataOutput.close being called twice on JBossObjectOutputStream
--------------------------------------------------------------
Key: JBSER-87
URL:
http://jira.jboss.com/jira/browse/JBSER-87
Project: JBoss Serialization
Issue Type: Bug
Affects Versions: 1.0.1 GA, 1.0.2 GA
Reporter: Clebert Suconic
Assigned To: Clebert Suconic
Fix For: 1.0.3 GA
I don't know why we didn't find this bug before...
But.... JbossObjectOutputStream.close is this following:
public void close() throws IOException {
flush();
dataOutput.close();
dataOutput.close();
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: