Previous Topic: Agent Not Notified When ACO Modified through SDK (82796)

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

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.