You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2002/08/19 11:28:53 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF web.xml

stephan     2002/08/19 02:28:52

  Modified:    src/webapp/WEB-INF web.xml
  Log:
  Add missing mime-type mapping for xml, xconf, xmap and ent.
  
  Revision  Changes    Path
  1.16      +20 -0     xml-cocoon2/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- web.xml	31 Jul 2002 13:13:33 -0000	1.15
  +++ web.xml	19 Aug 2002 09:28:52 -0000	1.16
  @@ -262,4 +262,24 @@
       <mime-type>text/css</mime-type>
     </mime-mapping>
   
  +  <mime-mapping>
  +    <extension>xml</extension>
  +    <mime-type>text/xml</mime-type>
  +  </mime-mapping>
  +
  +  <mime-mapping>
  +    <extension>xconf</extension>
  +    <mime-type>text/xml</mime-type>
  +  </mime-mapping>
  +
  +  <mime-mapping>
  +    <extension>xmap</extension>
  +    <mime-type>text/xml</mime-type>
  +  </mime-mapping>
  +
  +  <mime-mapping>
  +    <extension>ent</extension>
  +    <mime-type>text/plain</mime-type>
  +  </mime-mapping>
  +
   </web-app>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org