
|
If you were logged in you would be able to see more operations.
|
|
Sesame
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
|
|
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.
|
|
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.
|
|