Tested with Mintaka 0.5.40 and 0.6.0
1/ Post exactly 100 instances of a temporal entity.
2/ Using a temporal query to retrieve them.
Result : Http code 206. The body contains the 100 instances.
3/ Use the value provided in the content-range in order to get the next page of results.
Result: Http code 200. The body is an empty array.
Expected behaviour: the first query should have returned a 200 http code.