On 6/3/10 2:09 AM, shivalika wrote: > > It have seen that Jackrabbit has no "native" Authorization provided with it. This is not the case.
> > From "Authorization" i want that a logged in user has permissions to > read/write/remove a: Node and/or property or even rights to login to a > workspace. By default, login rights to a workspace are implemented by granting read access to the root node in the workspace. Note that JCR and Jackrabbit do not support the notion of per-property access control. You can, however, separate the ability to modify properties from the ability to add and remove child nodes. Justin > > Are people implementing it by themselves on AccessMAnager?? > or they using JeCARS to implement repository Authorization?? > or some other pre-built product? > > what others are witnessing with Authorization & permissions in JackRabbit?
