Also uncomment gzipFilter <filter-mapping> in web.xml since it works with Display Tag now. If you're modifying your web.xml to use this filter, make sure the gzipFitler comes before the exportFilter.
Matt Raible added a comment - 22/Mar/07 05:47 PM Also uncomment gzipFilter <filter-mapping> in web.xml since it works with Display Tag now. If you're modifying your web.xml to use this filter, make sure the gzipFitler comes before the exportFilter.
<filter-mapping>
<filter-name>gzipFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>exportFilter</filter-name>
<url-pattern>*.html</url-pattern>
</filter-mapping>
2586
by Matt Raible
(12 files)
- APF-701: Upgraded to EhCache 1.3.0-beta and added gzipFilter back into web.xml.
22/Mar/07 05:56 PM (40 months, 19 days ago)
APF-701: Upgraded to EhCache 1.3.0-beta and added gzipFilter back into web.xml.
<filter-mapping>
<filter-name>gzipFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>exportFilter</filter-name>
<url-pattern>*.html</url-pattern>
</filter-mapping>