cf-java-client-sap icon indicating copy to clipboard operation
cf-java-client-sap copied to clipboard

[Bug] Log cache address should be read from the CF API root response

Open georgethebeatle opened this issue 2 years ago • 0 comments

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.

georgethebeatle avatar Mar 29 '23 15:03 georgethebeatle