On 14/09/15 13:17, Michael Brunnbauer wrote:
hi all,
am I right that according to http://www.w3.org/TR/sparql11-query/#rPN_LOCAL,
this should not happen?
Yes, you are right, it should not happen. Passes the parser, mistrapped
by the unescape code.
JENA-1027.
... and just fixed in the codebase.
Thanks.
Andy
Error 400: Parse error:
PREFIX ex: <http://example.com/>
select * where { ?s a ex:\_ }
Line 2, column 25: Illegal prefix name escape: _
Fuseki - version 2.0.0 (Build date: 2015-03-08T09:49:20+0000)
Regards,
Michael Brunnbauer