You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/05/08 15:35:18 UTC

svn commit: r536197 - /lenya/trunk/src/webapp/readme.xml

Author: andreas
Date: Tue May  8 06:35:17 2007
New Revision: 536197

URL: http://svn.apache.org/viewvc?view=rev&rev=536197
Log:
Added note about create-use-case attribute to readme file

Modified:
    lenya/trunk/src/webapp/readme.xml

Modified: lenya/trunk/src/webapp/readme.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/readme.xml?view=diff&rev=536197&r1=536196&r2=536197
==============================================================================
--- lenya/trunk/src/webapp/readme.xml (original)
+++ lenya/trunk/src/webapp/readme.xml Tue May  8 06:35:17 2007
@@ -35,6 +35,16 @@
     
     <h2>Important notes for beta testers of Lenya 1.4-RC</h2>
     
+    <h3>2007-05-08: Fixed <code>create-use-case</code> attribute</h3>
+    <p>
+      The value of the <code>create-use-case</code> attribute of the <code>user-type</code>
+      element in <code>access-control.xml</code> was invalid. The admin area didn't use
+      this attribute yet. Since this has been fixed, you have to update your
+      <code>$PUB_HOME/config/access-control/access-control.xml</code> files:
+    </p>
+    <source xml:space="preserve"><![CDATA[<user-type class="org.apache.lenya.ac.file.FileUser"
+    create-use-case="admin.addUser">Local User</user-type>]]></source>
+    
     <h3>2007-05-05: Introduced <code>workflow.multiWorkflowInvoke</code> usecase</h3>
     <p>
       Please add the permissions for this usecase to your



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