nicolaken    02/03/04 07:59:48

  Modified:    src/webapp/WEB-INF web.xml
  Log:
  By default now cocoon webapp will serve css files with mime-type 'text/css' as per 
RFC2318
  (http://www.ietf.org/rfc/rfc2318.txt)
  
  Revision  Changes    Path
  1.7       +6 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- web.xml   2 Mar 2002 03:53:32 -0000       1.6
  +++ web.xml   4 Mar 2002 15:59:48 -0000       1.7
  @@ -247,4 +247,10 @@
       <servlet-name>Cocoon2</servlet-name>
       <url-pattern>*.html</url-pattern>
     </servlet-mapping>
  +  
  +  <mime-mapping>
  +    <extension>css</extension>
  +    <mime-type>text/css</mime-type>
  +  </mime-mapping>
  +
   </web-app>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to