Jan Martin Keil created JENA-2359:
-------------------------------------

             Summary: Fuseki UI Add Data Dataset graph name not escaped
                 Key: JENA-2359
                 URL: https://issues.apache.org/jira/browse/JENA-2359
             Project: Apache Jena
          Issue Type: Bug
          Components: Fuseki UI
    Affects Versions: Jena 4.8.0
            Reporter: Jan Martin Keil


If uploading some data through the Fuseki UI (#/dataset/<dataset>/upload), the 
name of the target graph will not be URI save escaped for the HTTP service 
request. If I enter e.g. [http://example.org/dataset#graph], the data will be 
added to the named graph [http://example.org/dataset]. However, if I enter 
[http://example.org/dataset%23graph], the data will be added to the named graph 
[http://example.org/dataset#graph].
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to