Can you post the relevant section of your security.xml?

Matt

On Fri, Mar 20, 2009 at 9:57 AM, Hugo M. <meyer.h...@gmail.com> wrote:

>
> Hello everyone:
>
> I'm using the struts2 modular archetype, and i'm trying to create some
> jsp's
> that are in a folder wich i need to be access without authentication. I
> still have another pages that will be restricted only for users.
>
> I've tried putting this:
> <intercept-url pattern="/publicPages/*" filters="none"/>
>
> and
>
> <intercept-url pattern="/publicPages/*" access="ROLE_ANONYMOUS"/>
>
> in security.xml, but it doesn't seem to work. Plus, the actions that send
> to
> this pages are defined in struts.xml in a package name publicPages.
>
> Hope someone can help me.
>
> Regards.
>
> Hugo Meyer
> --
> View this message in context:
> http://www.nabble.com/creating-jsp%27s-that-are-public%2C-don%27t-need-to-login-tp22622163s2369p22622163.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>
>

Reply via email to