Bug 31912 - Add .css and .png to ReplicationValve filter in server.xml
Summary: Add .css and .png to ReplicationValve filter in server.xml
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina:Cluster (show other bugs)
Version: 5.5.3
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 04:25 UTC by Joseph Lam
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Lam 2004-10-27 04:25:53 UTC
May I suggest adding the .css and .png file types to the default filter list?

Original:
<Valve className="org.apache.catalina.cluster.tcp.ReplicationValve"
filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"/>

Suggested:
<Valve className="org.apache.catalina.cluster.tcp.ReplicationValve"
filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;"/>
Comment 1 Yoav Shapira 2004-10-29 18:51:36 UTC
Seems reasonable: done.
Comment 2 Sebastian Redl 2004-11-08 20:43:05 UTC
I think adding .jpeg would also be a good idea, it's a very common extension for
JPEGs.