I think this came up again today; see See
http://chatlogs.planetrdf.com/swig/2007-10-31#T15-41-19
<kidehen> timbl: I am successful with the hosted version of Tabulator re. those URIs
<timbl> Known bug that ffox switches the URI when the redirect happens
automaticaly without telling tab'r
Observer topics
The following are topics that you can observe during the course of an
application. Unless otherwise noted you register for the topics using the
observer service.
HTTP requests
These are the topics that you can observe during a HTTP request (see Setting
HTTP request headers and Creating Sandboxed HTTP Connections). Both are passed
an nsIHttpChannel as the subject parameter.
in http://developer.mozilla.org/en/docs/Observer_Notifications:
[...]
"http-on-examine-response Called after a response has been received from the
webserver. Headers are available on the channel."
Maybe the thing to do then is to ckludge it to be a special content-type
application/rdf+redirection ; was=text/html
or whatever and fix the status from 303 (if it is 3030) to 200 so then we get
the data. Fill the stroe with the daya, and disply what the user actually asked
for. Load the redirected thing offline.
This really makes it impossible to follow a link to many of the linked data things
out there eg in dbpedia, which is quite a drawback. I don't know how to go about
fixing it. I've googled for Forefix develeopre Intercept Redirect and things like
that to no avail. I'm raiding its priority in case someone find way to fix it.
The 303 redirect has a special meaning. It means "The dcoument I am giving you
is NOT a representation of what you asked for, but it does contain useful
information ABOUT what you asked for"
What is happending in this case is the user follows a link to the artist. Then
the tabext says "This is a document with 32 triples and creative commons
licence" rather han "This is a rock band called Both with 4 albums" That is a
failure.
I think what yvesr is asking fro is that the 303 gets follows, the resulting RDF
loaded, but then the tabulator display the outline view of the original object,
not of the document about it.
Example URI:
See discusiion at http://chatlogs.planetrdf.com/swig/2007-08-29.html#T15-00-52