Avoid call to Confluence JSON-RPC in remote publish process
Description
Environment
None
Activity
Show:
Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Sync User [K15t]
Sync User [K15t]Labels
Original estimate
Time tracking
No time logged2h remaining
Sprint
None
Fix versions
Affects versions
Backbone Issue Sync
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
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.