Description
Currently we cache Crypto objects in WSHandler to avoid the overhead of having to re-load them on the next inbound request. However, if the web services proxy is not re-used, this essentially leads to a memory leak, as the cached objects are never retrieved. If the Crypto key is just a reference, we don't need to cache the Crypto object as it is already available anyway.