Hi,
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.action</url-pattern>
</servlet-mapping>
I am trying to find a way to filter all actions for detecting session
timeout except login.action.
It is not CMS. Could it be regex pattern matching ? Has anyone done
this?
Mohan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

