inrupt / wac-ldp

A central component for Solid servers, handles Web Access Control and Linked Data Platform concerns.
MIT License
12 stars 5 forks source link

Do Containers support paging? #51

Open pmcb55 opened 5 years ago

pmcb55 commented 5 years ago

I notice that Container (https://github.com/inrupt/wac-ldp/blob/wac-parts-rebased/src/lib/storage/Container.ts) doesn't seem to support any notion of paging. Is this intentional...?

The LDP spec explicitly calls it out (https://www.w3.org/TR/ldp-paging/), but I don't think it makes it mandatory (and LDP-Paging isn't Recommendation status yet). But it seems to me like any LDP server should provide some support for it (even just at the interface level).

michielbdejong commented 5 years ago

I don't think the Solid spec does or should require paging, but the ldp-testsuite does test for it, so this is costing us points at the moment! :) That's enough reason to implement it.