Re: Swarm: Authorization for WebMarkupContainer

2008-05-14 Thread RUMikeP
-Authorization--for-WebMarkupContainer-tp17206272p17223972.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Swarm: Authorization for WebMarkupContainer

2008-05-14 Thread Maurice Marrink
://www.nabble.com/Swarm%3A-Authorization--for-WebMarkupContainer-tp17206272p17223972.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Swarm: Authorization for WebMarkupContainer

2008-05-14 Thread Andrea Jahn
implies the security permission for the page ? I have changed to 1.3-SNAPSHOT and I will go on working with that. Andrea *Von:* users@wicket.apache.org *Gesendet:* 14.05.08 00:07:49 *An:* users@wicket.apache.org *Betreff:* Re: Swarm: Authorization for WebMarkupContainer Ok, so i did some

Re: Swarm: Authorization for WebMarkupContainer

2008-05-14 Thread Maurice Marrink
:) Maurice I have changed to 1.3-SNAPSHOT and I will go on working with that. Andrea *Von:* users@wicket.apache.org *Gesendet:* 14.05.08 00:07:49 *An:* users@wicket.apache.org *Betreff:* Re: Swarm: Authorization for WebMarkupContainer Ok, so i did some testing

Re: Swarm: Authorization for WebMarkupContainer

2008-05-14 Thread Andrea Jahn
to set data permissions. Andrea *Von:* users@wicket.apache.org *Gesendet:* 14.05.08 12:35:11 *An:* users@wicket.apache.org *Betreff:* Re: Swarm: Authorization for WebMarkupContainer On Wed, May 14, 2008 at 11:53 AM, Andrea Jahn [EMAIL PROTECTED] wrote: Hi, thanks for the test example

Re: Swarm: Authorization for WebMarkupContainer

2008-05-14 Thread Maurice Marrink
ContainerSecurityCheck) Maurice Andrea *Von:* users@wicket.apache.org *Gesendet:* 14.05.08 12:35:11 *An:* users@wicket.apache.org *Betreff:* Re: Swarm: Authorization for WebMarkupContainer On Wed, May 14, 2008 at 11:53 AM, Andrea Jahn [EMAIL PROTECTED] wrote: Hi, thanks for the test example

Swarm: Authorization for WebMarkupContainer

2008-05-13 Thread Andrea Jahn
Hi, I tried to create a SecureWebMarkupContainer (contains a DataView, Label,..), which should be only visible for authorized users. But although the user has the permission APPL_ADMIN, he cannot see the resultHiddenPanel. Within the hive I used the wicket id resultHiddenPanel to identify

Re: Swarm: Authorization for WebMarkupContainer

2008-05-13 Thread Maurice Marrink
(this, check); } } Andrea *Von:* users@wicket.apache.org *Gesendet:* 13.05.08 13:27:56 *An:* users@wicket.apache.org *Betreff:* Swarm: Authorization for WebMarkupContainer Hi, I tried to create a SecureWebMarkupContainer (contains a DataView, Label,..), which should

Re: Swarm: Authorization for WebMarkupContainer

2008-05-13 Thread Maurice Marrink
*Betreff:* Swarm: Authorization for WebMarkupContainer Hi, I tried to create a SecureWebMarkupContainer (contains a DataView, Label,..), which should be only visible for authorized users. But although the user has the permission APPL_ADMIN, he cannot see

Re: Swarm: Authorization for WebMarkupContainer

2008-05-13 Thread Maurice Marrink
On Tue, May 13, 2008 at 6:48 PM, Andrea Jahn [EMAIL PROTECTED] wrote: Hi, I've changed to the 1.3.1-SNAPSHOT version. Therefore I have only replaced the constructor PolicyFileHiveFactory() by PolicyFileHiveFactory(ActionFactory). The result was the same as with version 1.3.0

Re: Swarm: Authorization for WebMarkupContainer

2008-05-13 Thread Maurice Marrink
Ok, so i did some testing (and in the process found another bug, unrelated to your issue :)), but i could not reproduce your permission denied. Here is my simple setup: public class ContainerPage2 extends SecureWebPage { /** * Construct. */ public