At line 7 changed one line |
|[Bug status]|OpenBug |
|[Bug status]|ClosedBug |
At line 24 changed one line |
{{{[{ALLOW view Authenticated, User1}]}}} |
{{{ |
[{ALLOW view Authenticated, User1}] |
}}} |
At line 51 added 99 lines |
|
|
---- |
|
I'm having the same issue as well. {{{[{ALLOW edit JamesW}]}}} is the top line of the .txt file, but it allows everyone to edit. |
|
I also have the page cache turned to false. |
|
I'm trying various things to get the ACL command to work, re-editing the page, etc. Shutting down & starting back up....nothing works. |
|
|
|
--James W., 19-Oct-2006 |
|
---- |
|
Seems to be working nicely here. Put braces around your ACL, because it was preventing anyone from viewing the page ;-) |
|
What if you turn the page cache to "true"? |
|
-- JanneJalkanen, 20-Oct-2006 |
|
|
---- |
|
I have since rolled back the installation and deployed the latest release 2.4.71. I am unable to recreate this problem now, so the problem seems to be resolved. |
|
Not sure if there has been a fix in this latest release of if the roll back of some configuration setting that I had previously implemented has had the dessired effect? Either way it seems fine now. |
|
Anyway thanks for your suggestions. |
|
Paul |
|
--Paul, 24-Oct-2006 |
|
---- |
|
Marked closed. |
|
-- JanneJalkanen |
|
Hi Janne, |
|
I still had problem with this ACL commands.They are not working.I have deployed the JSPWiki 2.4.103 in mine Tomcat4.1 web server.everything is working fine except this ACLs.I have done some changes in the policy file also,which are working fine.can you give me some clue,how to fix this ACL problem.IF you want any other info regarding mine deployment of JSPWiki then do let me know please but I want your help urgently. |
I have given this commands like this-- |
|
{{{ |
[{ALLOW view balwinder}] |
}}} |
|
where balwinder is mine JSPWiki name. |
|
-- ''__Balwinder__'' |
|
------------------------------------- |
I got the solution --- |
|
turn jspwiki.usePageCache = true |
in the property file & ACL will work.. |
|
-- ''__Balwinder__'' |
---- |
Hello out there, |
|
I'm having the same problem (version 2.4.102), deployed on a Websphere 6.0. I am working with container-authentication, I disabled the Asserted-JAAS-Modul, I think the rest is mainly the released version, I did not change many things in the configuration. I would be very pleased if you could help me to fix this! |
|
I have some more Information to add: |
|
I debugged a bit around, and the ACL is being parsed. The problem is: __every__ user has the AllPermission. In the Method checkPermission( WikiSession session, Permission permission ) in the AuthorizationManager the hasAllPermission is being set to true. |
|
-- albert |
---- |
Hi All, |
|
I am having the same problem (ACL seems to be ignored stated by Paul above). I have the default configuration (e.g. turn jspwiki.usePageCache = true ). |
|
I am running 2.6.1 on Tomcat 5.5. |
|
Any help will be greatly appreciated. |
|
-- oraps, 13-Mar-2008 |
---- |
|
Hi All, |
|
The ACL will work if I restart the Tomcat server after each change of the ACL configuration. This is not practical to restart the server after every ACL change. |
|
Does anyone know how to enforce the new ACL entries without having to restart the Tomcat server? |
|
-- oraps, 18-Mar-2008 |
|
|
---- |
|
Had same Problem, setting jspwiki.usePageCache to true solved the problem |
|
-- Manfred |
|
--AnonymousCoward, 24-Jun-2008 |