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 6829 - moki: generic retrieval status attribute?
Summary: moki: generic retrieval status attribute?
Status: NEW
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: Other Windows 3.1
: P2 enhancement
Target Milestone: ---
Assignee: Dominique Hazael-Massieux
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 17:01 UTC by fd
Modified: 2012-12-04 00:50 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-04-16 17:01:31 UTC
Description
-----
As explained in bug 6828, we do not have any generic way to represent a failure to retrieve a resource in a moki representation. The only thing we have so far is the HTTPerror element that may appear in an HTTPResponse element, and that is specific to the HTTP scheme.

In short, there is no way to represent a FailedRetrievalElement in a scheme-independent way.

This could be useful for tests, because they could then know whether a given resource could be retrieved or not.


Solution
-----
Add a status attribute to the retrieval element (whose value would be OK or ERROR)? Specific schemes will need specific error codes, but the information tests should be interested in is "could the resource be retrieved?"