You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2005/08/02 22:53:02 UTC

DO NOT REPLY [Bug 35985] New: - [Patch] AC live: can't restrict access to a document in live area

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35985>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35985

           Summary: [Patch] AC live: can't restrict access to a document in
                    live area
           Product: Lenya
           Version: Trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Access Control
        AssignedTo: dev@lenya.apache.org
        ReportedBy: dhc4z@virginia.edu


There appears to be no way (cms gui) to restrict access to a section of the live
area of a site.  

The InheritingPolicyManager (FilePolicyManager) steps through the request url
and adds up all the policies (inclusive).  This works out great for the
authoring area, but is fairly useless for the live area (as far as I understand).

This patch to FilePolicyManager just uses the first ancestor-or-self policy for
the requested document (instead of all the policies belonging to the document
and it's ancestor nodes) when the request is for a live document.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org