| Author |
struts 1.3 session authorization filter
|
Jomy George
Ranch Hand
Joined: Jan 13, 2011
Posts: 59
|
|
hi friends,
i have to maintain session in my struts application. i decided to so it using a filter.
my application acontaing a login page and about 12 other pages.
i created a filter class and configured it in web.xml
in web.xml i used filter as this
now my issue is that i cant even login as it redirect to login.jsp all time.
how can i solve this? how can i avoid login.jsp from going through filter class?
thanks in advance...
|
 |
Shankar Tanikella
Ranch Hand
Joined: Jan 30, 2011
Posts: 329
|
|
|
Hope this work around would help
|
Have Fun with Java
little,little.. little by little makes a lot..
|
 |
Jomy George
Ranch Hand
Joined: Jan 13, 2011
Posts: 59
|
|
|
thanks Shankar Tanikella
|
 |
 |
|
|
subject: struts 1.3 session authorization filter
|
|
|