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/05/13 03:12:44 UTC

cvs commit: xml-forrest/src/resources/conf static.xmap

jefft       2003/05/12 18:12:44

  Modified:    src/resources/conf static.xmap
  Log:
  Remove duplicate my-images handler
  
  Revision  Changes    Path
  1.5       +0 -7      xml-forrest/src/resources/conf/static.xmap
  
  Index: static.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/static.xmap,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- static.xmap	27 Mar 2003 12:35:15 -0000	1.4
  +++ static.xmap	13 May 2003 01:12:43 -0000	1.5
  @@ -91,13 +91,6 @@
           <map:read src="resources/images/{2}.{3}" mime-type="image/{3}" />
         </map:match>
   
  -
  -      <!-- deprecated -->
  -      <map:match pattern="**my-images/**.*">
  -        <map:read src="content/xdocs/{1}my-images/{2}.{3}" mime-type="image/{3}" />
  -      </map:match>
  -
  -
         <map:match pattern="**favicon.ico">
           <map:call resource="skin-read">
             <map:parameter name="path" value="images/favicon.ico" />