You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ar...@sapagroup.com on 2009/11/02 15:32:58 UTC

Re:strust2: filter-mapping best practice - /*
Hi
I am using Struts 2 together with jfreechart  and displaytag, to get this
working I could not use /* , to get it working I have to modify the mapping
to use

<filter-mapping>
        <filter-name>responseOverrideFilter</filter-name>
        <url-pattern>*.action</url-pattern>
    </filter-mapping>
     <filter-mapping>
        <filter-name>responseOverrideFilter</filter-name>
        <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
Best regards

Arne Johnsson

Sapa Heat Transfer AB
Address: SE-612 81 FinspÄng Sweden
Direct line: +46-122-83406
Mobile phone: +46-705-365 124
Fax: +46-122-16720
mailto: arne.johnsson@sapagroup.com
www.sapagroup.com




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org