Hi Craig,

Could you repost this to the wicket-user list instead? The Wicket
Stuff user list is not very actively monitored, and the maintainer of
the security project is unable to respond on the wicket stuff list,
for some odd reason...

On wicket user you probably will spark more discussion too, so that is
better for the community in general.

Thanks,

Martijn

On 6/6/07, craigdd <[EMAIL PROTECTED]> wrote:
>
> In look looking the getting started page for wicket security I came across
> the following block on text when describing the configuration of principals.
>
> What we just did is grant everyone the right to see (render) our HomePage,
> if there are secure components on the homepage we can see them too
> (inherit). In addition we granted links to our homepage the right to be
> clicked (enable). Because we do not want to give links on our homepage the
> right to be clicked we did not place the enable action on the previous line
> with the inherit. If we know for a fact that there are absolutely no links
> pointing to the homepage we could delete the second line, but generally you
> will want these two lines for any given secure page. If you think, what a
> long line isn't there a shorter way, then i have good news for you. Hive
> supports aliases. This means that besides the build in aliases for
> permissions you can add your own aliases for permissions, principals and
> names, just not for actions!. aliases can be concatenated but not nested.
> sow if we rewrite our policy to use aliases we get
>
> Just to clarify, when you say "In addition we granted links to our homepage
> the right to be clicked (enable)", does this mean that the link, which I
> assume you mean  , is able to be physically clicked? And if it was the
> opposite, as is the next line of the configuration "HomePage", "enable"",
> does this mean that the link is disabled to the user, or that it is enabled
> but you will get an access error exception on the server side?
>
> Thanks
> Craig
> --
> View this message in context: 
> http://www.nabble.com/Wicket-Security-Configuration-Question-tf3880275.html#a10996798
> Sent from the wicket-stuff-user mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-stuff-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-stuff-user
>


-- 
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.6 contains a very important fix. Download Wicket now!
http://wicketframework.org

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-stuff-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-stuff-user

Reply via email to