craigmcc 01/01/23 09:41:12
Modified: src/doc todo-1.1.xml
Log:
Add James W.'s suggestion of supporting configurable restrictions that a user
be in a particular security role before they can execute a particular action.
Revision Changes Path
1.6 +9 -0 jakarta-struts/src/doc/todo-1.1.xml
Index: todo-1.1.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/src/doc/todo-1.1.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- todo-1.1.xml 2001/01/19 02:41:46 1.5
+++ todo-1.1.xml 2001/01/23 17:41:08 1.6
@@ -160,6 +160,15 @@
</info>
</task>
+ <task name="Role-Based Action Execution">
+ <info>
+ <p>Add the ability to require the current user to be in a particular
+ security role before they can execute a particular action.
+ </p>
+ [STRUTS-DEV, James W., 01/23/2001]
+ </info>
+ </task>
+
</task-list>