Bug #156
Translate rmi:// URIs into local URIs
0%
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.
Updated by Paula Gearon almost 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.
Updated by Paula Gearon almost 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