SSL implementation, message size limitation (16384 bytes, 16K)
--------------------------------------------------------------
Key: DIRMINA-468
URL: https://issues.apache.org/jira/browse/DIRMINA-468
Project: MINA
Issue Type: Bug
Components: Filter
Affects Versions: 1.1.4
Environment: WIN32
Reporter: Oren Kafka
Priority: Critical
Using Mina SSL Filter with messages bigger than 16384 bytes (16K exactly !!!),
a problem is encountered.
The details of the problem are:
1) Sending a big SSL message from the server to the client
2) Server is implemented with Mina, client is implemented with regular SSL
socket.
3) The message sent is bigger than 16384 bytes on server side.
The problem:
On the client side, only first 16384 bytes (16 K) are received.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.