cite-architecture / sparqlcts

A servlet implementing the Canonical Text Services protocol backed by a SPARQL end point.
1 stars 1 forks source link

Off-by-one error in range requests on pairs of non-leaf-node citations #2

Closed Eumaeus closed 10 years ago

Eumaeus commented 10 years ago

Request a range of non-leaf-nodes from a text. The reply will omit the second, and penultimate containing node, concatenating the leaf-nodes from those elements into the first and last containing nodes.

The reply will also fail to include the xml namespace on the Reply element, which may or may not be related.

Eumaeus commented 10 years ago

No longer relevant, given ongoing work on non-leaf-node range requests.