cf-java-client-sap
cf-java-client-sap copied to clipboard
[Bug] Log cache address should be read from the CF API root response
According to the CF V3 API spec, the logcache URL is listed in the response object. However, when the logcache client is created, the logcache url is constructed by replacing api with log-cache
It is not correct to assume that this code always works.