You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/08/01 17:51:45 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF web.xml

weaver      2004/08/01 08:51:45

  Modified:    portal/src/webapp/WEB-INF web.xml
  Log:
  handle *.ico files
  
  Revision  Changes    Path
  1.15      +4 -0      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- web.xml	23 Jul 2004 05:35:31 -0000	1.14
  +++ web.xml	1 Aug 2004 15:51:45 -0000	1.15
  @@ -61,6 +61,10 @@
       <filter-name>ContentServer</filter-name>
       <url-pattern>*.html</url-pattern>    
     </filter-mapping>
  +  <filter-mapping>
  +    <filter-name>ContentServer</filter-name>
  +    <url-pattern>*.ico</url-pattern>    
  + </filter-mapping>
    <filter-mapping>
       <filter-name>ContentServer</filter-name>
       <url-pattern>*.css</url-pattern>    
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org