jpmccu / sadi

Automatically exported from code.google.com/p/sadi
0 stars 0 forks source link

SADI registry SPARQL endpoint doesn't answer DESCRIBE queries in HTML format #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit http://sadiframework.org/registry/sparql/
2. submit a DESCRIBE query, say "DESCRIBE 
<http://sadiframework.org/examples/hello>
3. observe that there are no results
4. alternatively, `curl --data-urlencode query="DESCRIBE 
<http://sadiframework.org/examples/hello>" --data format=html 
http://sadiframework.org/registry/sparql/` and note the same thing
JosekiHelper:81 indicates that we should just be sending RDF in this case, but 
instead we're getting the JSP with no results/variables attributes set and 
therefore no results table.

Original issue reported on code.google.com by elmccar...@gmail.com on 27 Aug 2012 at 2:21