[jboss-cvs] jboss-seam/examples/itext/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Wed May 9 15:34:21 EDT 2007


  User: nrichards
  Date: 07/05/09 15:34:21

  Modified:    examples/itext/resources/WEB-INF  web.xml
  Log:
  render jpeg
  
  Revision  Changes    Path
  1.6       +5 -0      jboss-seam/examples/itext/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/resources/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- web.xml	30 Mar 2007 23:10:40 -0000	1.5
  +++ web.xml	9 May 2007 19:34:21 -0000	1.6
  @@ -60,6 +60,11 @@
           <url-pattern>*.pdf</url-pattern>
       </servlet-mapping>
       
  +    <servlet-mapping>
  +        <servlet-name>Document Store Servlet</servlet-name>
  +        <url-pattern>*.jpg</url-pattern>
  +    </servlet-mapping>
  +    
       <session-config>
           <session-timeout>10</session-timeout> 
       </session-config>     
  
  
  



More information about the jboss-cvs-commits mailing list