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
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
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.
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
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
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
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
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