yoavs 2004/10/29 11:49:24 Modified: catalina/src/conf server.xml webapps/docs changelog.xml Log: Bugzilla 31912: add PNG and CSS to default file types for replication filter. Revision Changes Path 1.42 +1 -1 jakarta-tomcat-catalina/catalina/src/conf/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- server.xml 25 Oct 2004 15:29:41 -0000 1.41 +++ server.xml 29 Oct 2004 18:49:24 -0000 1.42 @@ -304,7 +304,7 @@ ackTimeout="15000"/> <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve" - filter=".*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;"/> + filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;"/> <Deployer className="org.apache.catalina.cluster.deploy.FarmWarDeployer" tempDir="/tmp/war-temp/" 1.160 +5 -2 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- changelog.xml 29 Oct 2004 13:46:35 -0000 1.159 +++ changelog.xml 29 Oct 2004 18:49:24 -0000 1.160 @@ -29,9 +29,12 @@ <section name="Tomcat 5.5.4 (yoavs)"> <subsection name="General"> <changelog> - <fix> + <update> <bug>31671</bug>: Update web.xml files to 2.4 schema where applicable. (yoavs) - </fix> + </update> + <update> + <bug>31912</bug>: Add PNG and CSS file types to replication filter default. (yoavs) + </update> </changelog> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]