Re: Tr : Basic Authentication for SPARQL Update

2013-06-28 Thread Arthur Vaïsse-Lesteven
Hi again Rob. Finally it works, the error was mine. You said : You appear to have missed the point of my previous email, your proxy is not doing Proxy Authentication properly. And you were right. I was misunderstanding how authentication works. Just sending correct error code and correct

Re: Problem with Fuseki generating RDF/XML

2013-06-28 Thread Osma Suominen
Hi Elli! 27.06.2013 21:38, Elli Schwarz kirjoitti: While I understand that RDF/XML-ABBREV is more human readable, there's a big price to pay in efficiency, at least for my data. In my case, I'm accessing my Fuseki endpoint via datasetAccessor.getModel(), and as far as I know, there's no way

Re: Problem with Fuseki generating RDF/XML

2013-06-28 Thread Andy Seaborne
Hi there, I've switched back SPARQL Graph Store protocol GET to use plain RDF/XML. Details: The default when using RIOT to write in Lang.RDFXML is to use the pretty form. i.e. when using RDFDataMgr.write(model,Lang.RDFXML). RIOT I/O is not automatically used if available. Fuseki uses new

Re: Problem with Fuseki generating RDF/XML

2013-06-28 Thread Elli Schwarz
Andy, As always, I really appreciate your prompt response and fixes. I continue to be amazed at how quickly Jena responds to bugs and even feature requests. And again, jena-text integration is crucial for my project, so I greatly appreciate the integration of this work to replace Fuseki/LARQ.

AW: Reverse proxying Fuseki behind Apache

2013-06-28 Thread Neubert Joachim
I've got the same problem: behind a reverse proxy which maps /beta/fuseki to :3030, the control panel does not work any more. (The requested URL /$/datasets was not found on this server.) Is there a way to work around this without changing the jar file? Cheers, Joachim -Ursprüngliche

Re: Reverse proxying Fuseki behind Apache

2013-06-28 Thread Sören Brunk
You can use mod_proxy_html [1] to get the Fuseki interface working behind a reverse proxy. The following works for me, after installing and enabling the module: --- # ProxyHTMLEnable On # changed in Apache 2.4 ProxyHTMLInterp On # Apache 2.2 SetOutputFilter proxy-html Location /fuseki/

AW: Reverse proxying Fuseki behind Apache

2013-06-28 Thread Neubert Joachim
Unfortunately, mod_proxy_html does not seem to be part of the Centos/Redhat distribution I have to use on the relevant server. But thanks for the hint anyway - Joachim -Ursprüngliche Nachricht- Von: Sören Brunk [mailto:soeren.br...@tu-dresden.de] Gesendet: Freitag, 28. Juni 2013 16:53

Re: Problem with Fuseki generating RDF/XML

2013-06-28 Thread Andy Seaborne
On 28/06/13 14:19, Elli Schwarz wrote: Andy, As always, I really appreciate your prompt response and fixes. I continue to be amazed at how quickly Jena responds to bugs and even feature requests. Sometimes its easier to just do the change rather than the paper work and risk forgetting it :-)