Hi Users,
                 I have been testing apache-jena-fuseki version 4.1.0. and 
found one issue with the graph name.

Previously I was using apache-jena-fuseki 3.14.0 and upload ttl files using 
python post request using graph names. As an example

http://localhost:3030/eva-dev/data?graph=http://www.mysite.com/eva/graph%23backhaul

(Graph names has “#” which is encoded as %23)

Now with fuseki v4.1.0, my python request failed with error as follow in linux 
and Mac

urllib3.exceptions.ProtocolError: ('Connection aborted.', BrokenPipeError(32, 
'Broken pipe'))

During handling of the above exception, another exception occurred:

However it works with windows system

I am wondering what is the reason for this difference and how can I fix that. 
Below are some info to reproduce the issue

Apache-jena-fuseki-4.1.0
Java version:
java 12.0.1 2019-04-16
Java(TM) SE Runtime Environment (build 12.0.1+12)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing)

Python version: 3.8.2



Thanks in advance for your support

Regards,
Sarbashis

Reply via email to