tetherless-world / opendap

Provenance trace and pingback services for OPeNDAP using Prizms.
http://opendap.tw.rpi.edu
1 stars 1 forks source link

OPeNDAP "Get ASCII" action 404s against "localhost" #43

Open timrdf opened 10 years ago

timrdf commented 10 years ago

Is OLFS configured correctly?

http://opendap.tw.rpi.edu/tomcat/opendap/ipaw2014/disneyland/CA_OrangeCo_2011_000402.txt.cdl.nc.html

1) The user can't get the ASCII file.

2) This might be putting "localhost" URIs into the provenance.

prefix dcterms: <http://purl.org/dc/terms/>
prefix prov:    <http://www.w3.org/ns/prov#>

select distinct ?e
where { 
  ?e a prov:Entity;
     dcterms:format <http://provenanceweb.org/formats/pronom/fmt/286>
  .
  filter(regex(str(?e),'localhost'))
}
mrpatrickwest commented 10 years ago

There is either a configuration in OLFS or a code change in order to get the link fixed in the HTML form. Until then you'll just have to edit the Data URL field, replacing localhost:8080 with opendap.tw.rpi.edu/tomcat