Improvement CORE-157
1 vote

Register SparqlBooleanParser with MimeTypesHelper

Created by Rob Vesse on 1/6/2012 8:03 PM Last Updated by Rob Vesse on 1/12/2012 10:52 PM
%
 (hrs)
Logged: 0  (hrs)

 Description

Currently SparqlBooleanParser is not registered with MimeTypesHelper - this means that if we get a response of text/boolean for a SPARQL ASK query we don't automatically select this parser.  This is particularly noticeable when using a store like Stardog which will only give back text/boolean for ASK queries

 

This should be a very simple and easy fix to make

    Rob Vesse (Thursday, January 12, 2012 10:51 PM) #

Fixed in SVN revision 2033