Lukas Kahwe Smith
Lukas Kahwe Smith
@schmittjoh: just FYI in case you are interested in the PHPCR efforts :)
@uwej711: from reading that document it seems like Jackrabbit indeed has support for ACL's. It still might be that for now we do not add ACL support to PHPCR, but...
given that using JCR security solves the "limit" problem and covers security for individual nodes and through inheritance also addresses our concept for subpath security, i think we should see...
Yes. See also the link that @dbu posted above. As noted there the draw back is that this might not be ideal for backups, but it does mean that you...
see also https://github.com/IamPersistent/MongoDBAclBundle
right now the auth is only really relevant to decide on the serialization group: https://github.com/gimler/symfony-rest-edition/blob/2.3/src/Acme/DemoBundle/Controller/NoteController.php#L98 but yeah .. I can see that one could expect it to be used more...
well we have two things to cover here imho: 1) a REST API for the PHPCR repository itself 2) a REST API which is route aware (.ie similar to the...
yes .. but take for example a path like `/cms/routes/foo` .. as a user of the API to cover 2), I do not want to have to know that this...
ContentBundle inside the Sandbox example: ``` $> curl http://cmf-sandbox.lo/app_dev.php/en -H Accept:application/json {"id":"\/cms\/content\/home","title":"Homepage","body":"Welcome to the Symfony CMF Demo\nIf you see this page, it means that the Symfony CMF installation ran successfully!\nHow...
BTW I just checked the CreateBundle and there it seems we are currently using the actual repository paths inside the RDFa, which means there we will not need anything special:...