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

Shane Bryzak sbryzak at redhat.com
Sun Aug 5 23:41:12 EDT 2007


  User: sbryzak2
  Date: 07/08/05 23:41:12

  Modified:    examples/seambay/resources/WEB-INF  urlrewrite.xml
  Log:
  fix bidding logic, date formatting, simplified url for history page
  
  Revision  Changes    Path
  1.3       +5 -0      jboss-seam/examples/seambay/resources/WEB-INF/urlrewrite.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: urlrewrite.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/resources/WEB-INF/urlrewrite.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- urlrewrite.xml	1 May 2007 01:31:48 -0000	1.2
  +++ urlrewrite.xml	6 Aug 2007 03:41:12 -0000	1.3
  @@ -16,4 +16,9 @@
        <to last="true">/auction.seam?id=$1</to>
      </rule>
   
  +   <rule>
  +     <from>^/bidhistory/([0-9]*)$</from>
  +     <to last="true">/bidhistory.seam?id=$1</to>
  +   </rule>
  +
   </urlrewrite>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list