Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 4.3.0
-
None
Description
This is a regression in Jena 4.3.0.
Example:
SELECT * { SERVICE <http://localhost:3030/ds> { SELECT ?s { ?s ?p ?o } } }
will have a compiled inner pattern with ?/p and ?/o. The ?p and ?o variables were rewritten to hide them (they are not in the SELECT ?s).
This rewrite needs to be reversed before sending the service-query.
Attachments
Issue Links
- links to