You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/11/14 12:57:37 UTC

svn commit: r1034987 - /click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Sun Nov 14 11:57:37 2010
New Revision: 1034987

URL: http://svn.apache.org/viewvc?rev=1034987&view=rev
Log:
roadmap. CLK-724

Modified:
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1034987&r1=1034986&r2=1034987&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Sun Nov 14 11:57:37 2010
@@ -205,6 +205,15 @@ Action support and light-weight stateful
             [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-650">CLK-650</a>].
           </li>
           <li class="change">
+              Added support for Menus that do not have <tt>roles</tt> defined.
+              If no roles are defined,
+              <a href="extras-api/org/apache/click/extras/control/Menu.html#isUserInRoles()">IsUserInRoles</a>
+              passes a <tt>null</tt> argument to
+              <a href="extras-api/org/apache/click/extras/security/AccessController.html#hasAccess(javax.servlet.http.HttpServletRequest, java.lang.String)">hasAccess</a>
+              to determine whether access is permitted to menus without roles
+              [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-724">CLK-724</a>].
+          </li>
+          <li class="change">
               Changed AbstractControl not to render the <tt>name</tt>
               attribute since it is only used for Field controls
               [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-699">CLK-699</a>].