You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/02/04 13:35:46 UTC

[GitHub] [jena] afs opened a new pull request #1187: JENA-2270: Improve Fuseki data upload functionality.

afs opened a new pull request #1187:
URL: https://github.com/apache/jena/pull/1187


   1. Remove  `HTML_FileUpload` -- not used by the Fuseki UI.
   2. New Fuseki service servlet `UploadRDF` which accepts files (triples or quads).
   
   Having a specific upload service means that a server can have upload without read operations, unlike `GSP`. For example, it can have specific access control settings or be replaced with application-provided code.
   
   Most of the PR is shuffling code around.
   


-- 
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: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs merged pull request #1187: JENA-2270: Improve Fuseki data upload functionality.

Posted by GitBox <gi...@apache.org>.
afs merged pull request #1187:
URL: https://github.com/apache/jena/pull/1187


   


-- 
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: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org