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:

final static String createURLForUpdateSpace(String baseURL) { return baseURL + "/rpc/json-rpc/confluenceservice-v2/storeSpace"; }

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.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Labels

Original estimate

Time tracking

No time logged2h remaining

Sprint

Fix versions

Affects versions

Backbone Issue Sync

Created March 27, 2017 at 8:02 AM
Updated March 17, 2023 at 2:05 PM
Resolved April 19, 2017 at 2:12 PM