Sitemesh + GZip filter
Abhishek <[email protected]> Wed, 10 Aug 2005 08:47:55 CDT
| Newsgroups | gmane.comp.web.sitemesh.general,gmane.comp.lang.pnuts.user |
|---|---|
| Message-ID | <9029976.1123681773613.JavaMail.os-j2ee@opensymphony01.contegix.com> |
i believe the order should be
<filter-mapping>
<filter-name>GzipFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>SiteMesh</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
i do not have the gzip filter in my webapp but do have some other filters which need to be placed before sitemesh and they seem to work with above.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=5287&messageID=12590#12590
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]