• ACL problem for non-authenticated users

    By Uwe Brahm 1 decade ago

    Hi there,

    first: I'd like to thank the documentation wiki team for putting this up on OpenNTF!

    Here is the problem I'm facing right now:

    In order to demonstrate the Wiki-Feature to a group of people, I tried to restrict the ACL access of readership to this group.

    So I "downgraded" access of the ACL entries:

    - Default- and Anonymous

    to No access. After this ACL change, the perfectly running wiki throws this error:

    - - - - -

    Unexpected runtime error

    The runtime has encountered an unexpected error.


    Error source

    Page Name:/startPageNew.xsp




    Exception

    Error while executing JavaScript action expression
    Script interpreter error, line=88, col=26: Java method 'put(string, undefined)' on java class 'com.sun.faces.context.ApplicationMap' not found
       at [/xpMain.jss].initApplication()

    there is a read line saying:

    86:    // Set Sidebar Menu
      87:    // Needs to be revisited to cache the results
      88:     applicationScope.put("pageMenuArray",objPreferences.getSidebarPages());
      89:     
    

    - - - - -

    Is there any way to get the wiki running with restricting access to a group of people for reading and another group of people for authoring?

    For running the wiki in an intranet setting, I would need this. I do not want it to run with ACL Manager for Anonymous and/or -Default- set up.

    Thanks for any hints,

    Uwe