Modifications in JavaDoc of Secure Storage Service

[] [] [] [] [] [] [] []

Symptom
Issues in Java Doc of Secure Storage Service.
There are some technical Java Doc issues in Interface com.sap.security.core.server.securestorage.remote.SecureStorageClientContextInterface.
These issues are
-wrong link reference in method:
updateObject(…)
decryptBytes(…)
-wrong parameter reference in methods:
base64Decoding(…)
decryptBytes(…)
-And spelling errors.
Other terms
JavaDoc, securestorage, Secure Storage Service,
Solution
The JavaDoc is corrected in the SPs that are given in this note.

Too many open connections by Java Secure Store

[] [] [] [] [] [] [] [] [] [] []

Symptom
Limit of connection pool reached. Many connections are occupied by Secure Store. Esspecially during massiv WebDynpro Application use, the J2EE Engine could run into deadlock situations
Other terms
Secure Store, SecureStorage Service, Connection Pool, retrieveObject,
Reason and Prerequisites
Secure Storage closes to late no more used streams and occupied connections from connection pool longer than needed.
Solution
With this change, [...]