You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/02/03 09:16:31 UTC

cvs commit: xml-forrest status.xml

jefft       2003/02/03 00:16:31

  Modified:    src/resources/conf web.xml sitemap.xmap
               .        status.xml
  Log:
  Add swf to MIME types
  
  Revision  Changes    Path
  1.2       +5 -0      xml-forrest/src/resources/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	29 May 2002 16:44:56 -0000	1.1
  +++ web.xml	3 Feb 2003 08:16:31 -0000	1.2
  @@ -252,5 +252,10 @@
       <extension>css</extension>
       <mime-type>text/css</mime-type>
     </mime-mapping>
  + 
  +  <mime-mapping>
  +    <extension>swf</extension>
  +    <mime-type>application/x-shockwave-flash</mime-type>
  +  </mime-mapping>
   
   </web-app>
  
  
  
  1.62      +5 -0      xml-forrest/src/resources/conf/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/sitemap.xmap,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- sitemap.xmap	3 Feb 2003 08:11:38 -0000	1.61
  +++ sitemap.xmap	3 Feb 2003 08:16:31 -0000	1.62
  @@ -688,6 +688,11 @@
                     <map:read src="content/{1}.pdf" mime-type="application/pdf" />
                  </map:match>
   
  +               <map:match pattern="**.swf">
  +                 <map:read src="content/{1}.swf"
  +                   mime-type="application/x-shockwave-flash" />
  +               </map:match>
  +
                  <map:match pattern="**">
                     <map:read src="content/{1}" mime-type="application/unknown" />
                  </map:match>
  
  
  
  1.108     +3 -0      xml-forrest/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/status.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- status.xml	3 Feb 2003 08:11:38 -0000	1.107
  +++ status.xml	3 Feb 2003 08:16:31 -0000	1.108
  @@ -24,6 +24,9 @@
   
     <changes>
       <release version="0.4-dev" date="unreleased">
  +      <action dev="JT" type="fix" context="core">
  +        Correctly serve swf files.
  +      </action>
         <action dev="JT" type="fix" context="skins">
           Fix <code>site:</code> and <code>ext:</code> rewriting in ihtml, ehtml
           and cwiki files in subdirectories.