You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ja...@apache.org on 2002/09/10 11:25:42 UTC

cvs commit: httpd-test/flood/examples round-robin-dynamic.xml

jacekp      2002/09/10 02:25:42

  Modified:    flood/examples round-robin-dynamic.xml
  Log:
  fixed regexp to match new format of google responses
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-test/flood/examples/round-robin-dynamic.xml
  
  Index: round-robin-dynamic.xml
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/examples/round-robin-dynamic.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- round-robin-dynamic.xml	14 Aug 2001 20:14:50 -0000	1.2
  +++ round-robin-dynamic.xml	10 Sep 2002 09:25:41 -0000	1.3
  @@ -9,7 +9,7 @@
       <url method="GET" requesttemplate="${id}" responsetemplate="Prev&lt;/A&gt; &lt;A HREF=&quot;([^&quot;]*)&quot;&gt;" responsename="next" />
       <url method="GET" requestparamcount="1" requesttemplate="http://www.apachelabs.org${next}" />
       <!-- Search google.com for "foo" and go to the first search result. 
  -    <url method="GET" responsetemplate="&lt;A HREF=http://([^&quot;]*)&quot;" responsename="foo">http://www.google.com/search?q=foo</url>
  +    <url method="GET" responsetemplate="&lt;a href=http://([^&gt;]*)&gt;" responsename="foo">http://www.google.com/search?q=foo</url>
       <url method="GET" requestparamcount="1" requesttemplate="http://${foo}" />
       -->
     </urllist>