stephan 2002/08/19 05:36:56 Modified: src/webapp/WEB-INF web.xml Log: Add mime type for xsl files. Revision Changes Path 1.17 +5 -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.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- web.xml 19 Aug 2002 09:28:52 -0000 1.16 +++ web.xml 19 Aug 2002 12:36:56 -0000 1.17 @@ -268,6 +268,11 @@ </mime-mapping> <mime-mapping> + <extension>xsl</extension> + <mime-type>text/xml</mime-type> + </mime-mapping> + + <mime-mapping> <extension>xconf</extension> <mime-type>text/xml</mime-type> </mime-mapping>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]