>Why is this necessary?
>Isn't /*.do a subset of /* ???

Oops. I'm sorry because it is the same (it might be better to think
before writing).

So you should better try this:

 <filter-mapping>
    <filter-name>CheckUser Authentication Filter</filter-name>
    <!-- If Auth. is not required pages will be found in open -->
    <url-pattern>/jsps/closed/*</url-pattern >
  </filter-mapping>
   <filter-mapping>
    <filter-name>CheckUser Authentication Filter</filter-name>
    <!-- If Auth. is not required pages will be found in open -->
    <servlet-name>action</servlet-name>
                  ^^^^^^
  </filter-mapping>


Regards
Ralf Rapude


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to