Previous Topic: The decodeSSOToken Function Decodes the SSO SMSESSION Cookie Correctly (82495/79193)Next Topic: International Support


The Pure Java API Supports Larger Buffer Sizes (79220/82496)

Symptom:

The JNI version will increase the size of the buffer to match the the size of the response from the server. The pure java agent API passes a fixed size ByteBuffer. The Pure java agent API's limit of 32784 Bytes is very small.

Star Issue 17428858-01

Solution:

The pure Java API now supports larger buffer sizes for its transport layer.