security.xml contains the security configuration used by Acegi Security. In this file, URLs and methods are configured to be protected by role names.
Matt On 6/11/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote:
Thanks Matt .... I am using struts2 web framework. I didn't notice much about security.xml. Thanks Again, Lasantha Matt Raible wrote: > What web framework are you using? Have you tried modifying > security.xml to allow additional roles? You may need to run "mvn > package" and copy security.xml from target/yourapp-version/WEB-INF > into your src/main/webapp/WEB-INF directory in order to override the > default settings. > > Matt > > On 6/11/07, Lasantha Ranaweera <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> Couple of questions of handling business roles in AppFuse 2 application. >> I have created additional business user roles in roles table and assign >> them in to users other than their 'ROLE_USER'. Next we need to display >> some of the business functionality based on this additional role in >> the user's welcome page (as they are logging in). Any advice how can >> we achieve this task? >> >> Thanks, >> Lasantha >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
