On 18/09/13 15:23, Jacek Grzebyta wrote:
Dear All,
Hi I try to launch fuseki with RelFinder RDF visualiser. I found that
fuseki is key sensitive for parameters value in sparql request. My patch
makes fuseki unsensitive. Please could you put it into the code if you
think it's good and correct.
Regards,
Jacek
Some parameters must be case sensitive (e.g. stylesheet name, javascript
call back name). I take it we're talking about the names used in
"output=", the query string parameter to set the content-type. (please
confirm - you not talking about the "Accept" header in the HTTp request).
I've recorded this as;
https://issues.apache.org/jira/browse/JENA-534
and it seems to me no reason not to do it; output= is a Fuseki extension
and not part of the standard (and not uncommon elsewhere).
But why is RelFinder sending output= at all, and why isn't it in the
right case? (seems to be a minor bug in relFinder?)
Andy