Re: [appfuse-user] Advice please.

2008-09-08 Thread Richard G. Reyes
a new menu to show? Qin -Original Message- From: Richard G. Reyes [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 9:21 AM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Advice please. Hi Qin, In your web/WEB-INF/security.xml, there might be a lines like

RE: [appfuse-user] Advice please.

2008-09-08 Thread Ding, Qin
a.net Subject: Re: [appfuse-user] Advice please. Hi Qin, In your web/WEB-INF/security.xml, there might be a lines like this... PATTERN_TYPE_APACHE_ANT /static-content.html=ROLE_ANONYMOUS /clickstreams.jsp*=

Re: [appfuse-user] Advice please.

2008-09-08 Thread Richard G. Reyes
Hi Qin, In your web/WEB-INF/security.xml, there might be a lines like this... class="org.acegisecurity.intercept.web.FilterSecurityInterceptor"> ref="authenticationManager"/> ref="accessDecisionManager"/> PATTERN_TYPE_APACHE_ANT

[appfuse-user] Advice please.

2008-09-08 Thread Ding, Qin
My website has two parts, general information and membership-only information. Membership-only part is built using Appfuse 1.9.4/MySql/Spring MVC, which requires longin. The general information part should not require login. How should I make changes so that user can browse the general informatio