Closed
Bug 195882
Opened 23 years ago
Closed 21 years ago
loading rdf-files
Categories
(Core Graveyard :: RDF, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: hsw, Assigned: mozilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
if I load rdf-files over GetDataSource(url) and show it in a tree with the
command database.AddDataSource(dsource) it works correct. But if I create the
rdf-file new (with a servlet)and load it agin I see the old rdf-file. Only when
I start the mozilla new I get the new rdf-data.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter, do you still see this problem with the latest nightly (or even 1.7.3)?
If not, the bug has probably been fixed and can be closed. Thanks.
Comment 2•21 years ago
|
||
This is due to the fact that the rdf service caches the datasource by URI.
Just add a void and random query string after it, and it will work.
I don't know which, but I recall that we may want to check the HEAD for http on
GetDataSource, but that depends on a much better RDF IO story in general.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•