You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/10/21 10:32:51 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

hgomez      2002/10/21 01:32:51

  Modified:    catalina/src/conf web.xml
  Log:
  Add SVG mime type
  
  Revision  Changes    Path
  1.45      +8 -0      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- web.xml	21 Sep 2002 16:23:28 -0000	1.44
  +++ web.xml	21 Oct 2002 08:32:51 -0000	1.45
  @@ -805,6 +805,14 @@
           <mime-type>audio/x-wav</mime-type>
       </mime-mapping>
       <mime-mapping>
  +        <extension>svg</extension>
  +        <mime-type>image/svg+xml</mime-type>
  +    </mime-mapping>
  +    <mime-mapping>
  +        <extension>svgz</extension>
  +        <mime-type>image/svg+xml</mime-type>
  +    </mime-mapping>
  +    <mime-mapping>
           <!-- Wireless Bitmap -->
           <extension>wbmp</extension>
           <mime-type>image/vnd.wap.wbmp</mime-type>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>