Re: [appfuse-user] To go in a action after authenticationfailure

2008-01-11 Thread Michael Horwitz
On 1/11/08, ujjala <[EMAIL PROTECTED]> wrote: > > > I applied the folloeing proceedure but now i am not able to login . My > first > page is not coming .Its showing following error in log file. > > > [1/11/08 11:00:20:250 IST] 543f7ab0 WebGroup I SRVE0181I: [Appfuse] > [/AuditToo

Re: [appfuse-user] To go in a action after authenticationfailure

2008-01-10 Thread ujjala
I applied the folloeing proceedure but now i am not able to login . My first page is not coming .Its showing following error in log file. [1/11/08 11:00:20:250 IST] 543f7ab0 WebGroup I SRVE0181I: [Appfuse] [/AuditTool] [Servlet.LOG]: JspFactoryImpl: Exception initializing page

Re: [appfuse-user] To go in a action after authenticationfailure

2007-07-02 Thread Michael Horwitz
Look for the bean called "filterInvocationInterceptor" in the file sercurity.xml. You should have a line in the property called "objectDefintionSource" that looks like: /myaction.html*=ROLE_ANONYMOUS Note that this line should appear before the line /**/*.html*=ROLE_ADMIN,ROLE_USER Mike.

Re: [appfuse-user] To go in a action after authenticationfailure

2007-07-02 Thread ujjala
How can i mark /myaction.html as having anonymous access in mu security.xml. please give me the proper syntax. Michael Horwitz wrote: > > You may need to mark /myaction.html as having anonymous access in your > security.xml configuration. > > Mike. > > On 6/28/07, ujjala <[EMAIL PROTECTED]> wr

Re: [appfuse-user] To go in a action after authenticationfailure

2007-06-28 Thread Michael Horwitz
You may need to mark /myaction.html as having anonymous access in your security.xml configuration. Mike. On 6/28/07, ujjala <[EMAIL PROTECTED]> wrote: I tried it but It does not work. It seems that without authentication we can not go into any action of strutsconfig. mraible wrote: > > You

Re: [appfuse-user] To go in a action after authenticationfailure

2007-06-28 Thread ujjala
I tried it but It does not work. It seems that without authentication we can not go into any action of strutsconfig. mraible wrote: > > You should probably go to /myaction.html - that should work. > > Matt > > On 6/28/07, ujjala <[EMAIL PROTECTED]> wrote: >> >> I want to write a action class

Re: [appfuse-user] To go in a action after authenticationfailure

2007-06-28 Thread Matt Raible
You should probably go to /myaction.html - that should work. Matt On 6/28/07, ujjala <[EMAIL PROTECTED]> wrote: I want to write a action class where flow should go if login authentication failure. For this i did mapping in strutsconfig. Then i put value="/myaction" for "authenticationFailureUr

[appfuse-user] To go in a action after authenticationfailure

2007-06-28 Thread ujjala
I want to write a action class where flow should go if login authentication failure. For this i did mapping in strutsconfig. Then i put value="/myaction" for "authenticationFailureUrl" in applicationcontextsecurity.xml. In my action i forward i