This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6819 - moki: the URI of the primary resource only appears in the retrieval section
Summary: moki: the URI of the primary resource only appears in the retrieval section
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: Other All
: P2 enhancement
Target Milestone: ---
Assignee: Abel Rionda
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 6985
  Show dependency treegraph
 
Reported: 2009-04-16 11:56 UTC by fd
Modified: 2010-08-31 12:29 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-04-16 11:56:38 UTC
The URI of the primary resource appears in the moki representation in:
 primaryDoc/retrieval/retrievedURI

All the other types of resources that may appear in the moki representation follow the same pattern:
 [resourcetype]/retrieval/retrievedURI
... but the URI also appears under:
 [resourcetype]/URI

For consistency reasons, although not necessary, it seems a good idea to add the URI element to the primaryDoc section as well:
 primaryDoc/URI

This would allow to completely separate retrieval information from other information about the resource itself.
Comment 1 fd 2010-08-31 12:29:02 UTC
The moki representation now contains primaryDoc/URI.
Note that retrieval/retrievedURI is still present but should now be viewed as obsolete.