I wrote:
> <url-pattern>/*.do</url-pattern>
> So that my initial "welcome" page won't get filtered, and so hopefully
only
> the initial /editContact.do hit will get filtered, and only once.
> Unfortunately, this isn't working-- 

It seems that the leading slash was incorrect.  This seems to be working to
filter *just* the Struts actions, and to only filter once per "page" even
with the multiple forwards that occur:

 <url-pattern>*.do</url-pattern>

Please let me know if I've still got it wrong.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to