v1.6.1
Overview
Patch version which provides additional fix related to the encoding of the content for the request for the SPARQL RDF export.
Bug fixes
- Changed the mechanism of encoding for the content of the entity, which represents the SPARQL conversion query. Apparently there are characters that are not handled correctly by the
java.net.URLEncoder
. Now we are going to just useUrlEncodedFormEntity
, which handles the encoding in correct way.