Avoid call to Confluence JSON-RPC in remote publish process
Description
At the moment in RemotePubEndpointURLUtil we're using the following JSON-RPC endpoint to store a space:
We should replace this call with a separate REST endpoint provided by our ScrollRemoteSpaceResource, because it's not assured that the JSON-RPC is configured to be available.
At the moment in RemotePubEndpointURLUtil we're using the following JSON-RPC endpoint to store a space:
We should replace this call with a separate REST endpoint provided by our ScrollRemoteSpaceResource, because it's not assured that the JSON-RPC is configured to be available.