Hi,
In JetspeedSecurity.template and JetsppedSecurity.properties,
services.JetspeedSecurity.action.allusers.disable does not work.
Please see the attached patch.
Regards,
shinsuke
Index: webapp/WEB-INF/conf/JetspeedSecurity.properties
===================================================================
RCS file:
/home/cvspublic/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties,v
retrieving revision 1.59
diff -u -r1.59 JetspeedSecurity.properties
--- webapp/WEB-INF/conf/JetspeedSecurity.properties 4 Mar 2003 17:39:42 -0000
1.59
+++ webapp/WEB-INF/conf/JetspeedSecurity.properties 9 Mar 2003 00:49:33 -0000
@@ -130,7 +130,7 @@
# Action buttons #
#########################################
services.JetspeedSecurity.actions.anon.disable=true
-services.JetspeedSecurity.action.allusers.disable=false
+services.JetspeedSecurity.actions.allusers.disable=false
Index: webapp/WEB-INF/conf/JetspeedSecurity.template
===================================================================
RCS file:
/home/cvspublic/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.template,v
retrieving revision 1.10
diff -u -r1.10 JetspeedSecurity.template
--- webapp/WEB-INF/conf/JetspeedSecurity.template 22 Nov 2002 17:00:50 -0000
1.10
+++ webapp/WEB-INF/conf/JetspeedSecurity.template 9 Mar 2003 00:49:34 -0000
@@ -130,7 +130,7 @@
# Action buttons #
#########################################
services.JetspeedSecurity.actions.anon.disable=true
-services.JetspeedSecurity.action.allusers.disable=false
+services.JetspeedSecurity.actions.allusers.disable=false
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]