Re: [appfuse-user] 403 error displays a 403.jsp nested within another

2007-06-26 Thread Matt Raible
If you exclude 403.jsp in decorators.xml, it will fix this problem. We've done this in the latest release. Matt On 6/26/07, arvinder <[EMAIL PROTECTED]> wrote: If I try to access users.html when logged in as non admin user I get 403.jsp nested within another, like 403.jsp is included in itself

[appfuse-user] 403 error displays a 403.jsp nested within another

2007-06-26 Thread arvinder
If I try to access users.html when logged in as non admin user I get 403.jsp nested within another, like 403.jsp is included in itself. I do not see this for 404.jsp. I thought initially that it was due to admin interceptor but it does not seem so as all other secured actions in my application exh