afs opened a new issue, #2370: URL: https://github.com/apache/jena/issues/2370
### Version 4.8.0 ### What happened? (Transferred from https://issues.apache.org/jira/browse/JENA-2359) @jmkeil wrote: 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`. ### Relevant output and stacktrace _No response_ ### Are you interested in making a pull request? None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
