History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-859
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Support use of GET requests for SPARQL queries on a remote endpoint

Created: 15/Oct/11 03:09 AM   Updated: 12/Jul/12 07:44 AM
Component/s: SPARQL
Affects Version/s: None
Fix Version/s: 2.7.0

File Attachments: 1. Text File alibaba-repository-sparql-2.0-beta9.patch (16 kb)



 Description   
The current version of the SPARQLRepository is hardwired to use POST requests for sending SPARQL queries to a remote endpoint. For some endpoint configurations, however, GET requests are the only allowed way to send queries. The SPARQL repository should be configurable to allow the use of GET requests in such cases.



 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [15/Oct/11 03:13 AM]
A patch supplied by Manuel Salvoderes which implements both GET requests for the SPARQLRepository and additional HTTP headers for the SPARQL repository module that was supplied in Alibaba beta 9. The current Sesame SPARQLREpository has already been updated to support additonal HTTP headers but the HTTP GET-support may be reusable still.