driebit / ginger

Ginger: awesome semantic CMS built on Zotonic
http://ginger.nl
Apache License 2.0
29 stars 9 forks source link

[base] REST Api unexpected document by path behaviour #669

Open rl-king opened 4 years ago

rl-king commented 4 years ago

Quick Summary: Can't see resources while being authorised to do so

SSCCE

  1. Login to site
  2. Create page with path foo and name bar
  3. Check /data/resources/path/foo -- status 404
  4. Check /data/resources/bar` -- status 200
  5. Check with id of foo -- status 200