The filter is just for struts2. Struts1 is handled by servlet mapping.

  <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
  </servlet-mapping>

On 03/05/2018 11:52 PM, Lukasz Lenart wrote:
> 2018-03-05 16:19 GMT+01:00 Prasanth Pasala <ppas...@pangburngroup.com>:
>> Yeah, my url pattern is *.action as I do have some struts1 actions.
> Does it mean you use the same filter to handle Struts 1 and Strut 2?
>
>
> Regards

Reply via email to