Project

General

Profile

Bug #156

Translate rmi:// URIs into local URIs

Added by Paula Gearon over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Mulgara
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed

Description

URIs like:
rmi://host/server#xxx
need to be sent to the server, and then have the relative "xxx" turned into the URI that gets used at the server end. Alternatively, the RMI server code should look for a "graph" parameter (ie. rmi://host/server?graph=foo:bar) that will be interpreted at the server end as an absolute URI.

This is dependent on #155 due to the need to have both relative and absolute URIs.

#1

Updated by Paula Gearon over 15 years ago

Only the distributed resolver need do anything here. Once it is given graphs with this name structure, it will make the connection to the appropriate server, but one this is done it need only send the "graph" query parameter to the remote service.

#2

Updated by Paula Gearon over 15 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Both the distributed resolver and also trying to make local graph names "relative" were updated for this feature. Resolved in r1381 and 1386

Also available in: Atom PDF