Classic clients using ObjectSerializationOutputStream are unable to send data
-----------------------------------------------------------------------------
Key: DIRMINA-298
URL: http://issues.apache.org/jira/browse/DIRMINA-298
Project: Directory MINA
Issue Type: Bug
Components: Filter
Environment: windows ibm jdk 1.4
Reporter: Gasser M. Abdallah
When wrapping a classic client socket output stream with
ObjectSerializationOutputStream for writting objects that object serialization
decoder can read or when using the object serilazation codec from a mena
client, nothing reachs the server, till an object containing 0A or 0D (line
feed or line break) is written. I think this is due to the use of
DataOutputStream
To simply reproduce the error u can compile the SumUp example and run it the
object serialization codec mode, with values like 1 2 10 20 30, u wil find that
the final result is 60 (starting from the message with 10, message for 1 and 2
don't reach the server).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira